Home
last modified time | relevance | path

Searched refs:inited (Results 1 – 17 of 17) sorted by relevance

/AliOS-Things-master/components/amp/jslib/src/
A Dbt_host.js11 if (this.inited == true) {
29 this.inited = true;
40 if (this.inited == false) {
70 if (this.inited == false) {
93 if (this.inited == false) {
117 if (this.inited == false) {
139 if (this.inited == false) {
160 if (this.inited == false) {
/AliOS-Things-master/components/amp/libjs/lib/
A Dbt_host.js12 if (this.inited == true) {
30 this.inited = true;
41 if (this.inited == false) {
70 if (this.inited == false) {
93 if (this.inited == false) {
117 if (this.inited == false) {
139 if (this.inited == false) {
160 if (this.inited == false) {
/AliOS-Things-master/components/littlevgl/src/lv_themes/
A Dlv_theme.c39 static bool inited = false; variable
72 if(!inited) { in lv_theme_set_current()
80 inited = true; in lv_theme_set_current()
115 if(!inited) in lv_theme_get_current()
/AliOS-Things-master/components/SDL2/src/core/linux/
A DSDL_ime.c45 static SDL_bool inited = SDL_FALSE; in InitIME() local
51 if (inited == SDL_TRUE) in InitIME()
54 inited = SDL_TRUE; in InitIME()
/AliOS-Things-master/components/genie_service/core/src/
A Dgenie_provision.c402 static uint8_t inited = 0; in genie_provision_pbadv_timer_start() local
404 if (!inited) in genie_provision_pbadv_timer_start()
407 inited = 1; in genie_provision_pbadv_timer_start()
434 static uint8_t inited = 0; in genie_provision_prov_timer_start() local
436 if (!inited) in genie_provision_prov_timer_start()
439 inited = 1; in genie_provision_prov_timer_start()
/AliOS-Things-master/hardware/chip/haas1000/hal/
A Dpwm.c27 static int inited[_HAL_PWM_MAX_NUM] = {0}; variable
61 if (inited[pwm->port] == 0) { in hal_pwm_init()
72 inited[pwm->port] = 1; in hal_pwm_init()
A Dwifi_port.c247 static int inited; in haas1000_wifi_init() local
250 if (inited) in haas1000_wifi_init()
266 inited = 1; in haas1000_wifi_init()
/AliOS-Things-master/components/ble_netconfig/
A Dblecfg_stack.c28 uint8_t inited; member
340 if (netCfg_info->inited) { in BleCfg_stack_init()
386 netCfg_info->inited = 1; in BleCfg_stack_init()
395 if (netCfg_info->inited == 0) { in BleCfg_stack_start()
413 if (netCfg_info->inited == 0) { in BleCfg_stack_stop()
432 if (netCfg_info->inited == 0) { in BleCfg_stack_disconnect()
/AliOS-Things-master/components/amp/components/at/src/
A Dat.c16 static uint8_t inited = 0; variable
158 if (inited == 0) { in at_getc()
216 if (!inited) { in at_yield_impl()
729 if (inited == 0) { in init_dev()
889 if (inited == 1) { in at_init()
905 inited = 1; in at_init()
921 inited = 0; in at_deinit()
930 if (inited == 0) { in at_add_dev()
971 if (inited == 0) { in at_send_no_reply()
1016 if (inited == 0) { in at_read()
[all …]
/AliOS-Things-master/components/linkkit/dev_model/alcs/
A Dalcs_coap.c206 bool inited; member
232 alcs_ctx->inited = 0; in alcs_context_create()
263 g_alcs_ctx->inited = 0; in alcs_context_init()
/AliOS-Things-master/components/kv/internal/
A Dkv_types.h182 uint8_t inited; member
/AliOS-Things-master/components/epoll/src/
A Ddevice.c477 static uint8_t inited = 0; in vfs_device_epoll_init() local
478 if (inited == 1) { in vfs_device_epoll_init()
490 inited = 1; in vfs_device_epoll_init()
/AliOS-Things-master/components/netmgr/include_inner/
A Dnetmgr_service.h135 int inited; member
/AliOS-Things-master/components/amp/engine/duktape_engine/
A Drepl.c32 int32_t inited; member
636 g_repl->inited = 1; in repl_init()
/AliOS-Things-master/hardware/chip/rtl872xd/hal/
A Dwifi_port_ref.c245 static int inited; in haas1000_wifi_init() local
248 if (inited) in haas1000_wifi_init()
264 inited = 1; in haas1000_wifi_init()
/AliOS-Things-master/components/kv/src/
A Dkv.c823 if (g_kv_mgr.inited) { in kv_init()
847 g_kv_mgr.inited = 1; in kv_init()
864 g_kv_mgr.inited = 0; in kv_deinit()
/AliOS-Things-master/components/cli/src/
A Dcli.c51 int32_t inited; member
1231 g_cli->inited = 1; in cli_init()

Completed in 43 milliseconds