/AliOS-Things-master/components/amp/jslib/src/ |
A D | bt_host.js | 11 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 D | bt_host.js | 12 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 D | lv_theme.c | 39 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 D | SDL_ime.c | 45 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 D | genie_provision.c | 402 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 D | pwm.c | 27 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 D | wifi_port.c | 247 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 D | blecfg_stack.c | 28 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 D | at.c | 16 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 D | alcs_coap.c | 206 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 D | kv_types.h | 182 uint8_t inited; member
|
/AliOS-Things-master/components/epoll/src/ |
A D | device.c | 477 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 D | netmgr_service.h | 135 int inited; member
|
/AliOS-Things-master/components/amp/engine/duktape_engine/ |
A D | repl.c | 32 int32_t inited; member 636 g_repl->inited = 1; in repl_init()
|
/AliOS-Things-master/hardware/chip/rtl872xd/hal/ |
A D | wifi_port_ref.c | 245 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 D | kv.c | 823 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 D | cli.c | 51 int32_t inited; member 1231 g_cli->inited = 1; in cli_init()
|