Searched refs:WIFI_INTERACTION (Results 1 - 6 of 6) sorted by relevance
/foundation/resourceschedule/background_task_mgr/interfaces/innerkits/include/ |
H A D | background_mode.h | 31 WIFI_INTERACTION,
|
/foundation/resourceschedule/background_task_mgr/interfaces/kits/napi/src/ |
H A D | init.cpp | 68 SetNamedPropertyByInteger(env, obj, static_cast<uint32_t>(BackgroundMode::WIFI_INTERACTION), "WIFI_INTERACTION"); in BackgroundModeInit()
|
H A D | init_bgtaskmgr.cpp | 73 SetNamedPropertyByInteger(env, obj, static_cast<uint32_t>(BackgroundMode::WIFI_INTERACTION), "WIFI_INTERACTION"); in BackgroundModeInit()
|
/foundation/ability/ability_runtime/frameworks/simulator/common/include/ |
H A D | ability_info.h | 44 WIFI_INTERACTION = 1 << 6, member in OHOS::AppExecFwk::BackgroundMode
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | ability_info.h | 68 WIFI_INTERACTION = 1 << 6, member in OHOS::AppExecFwk::GetAbilityInfoFlag::BackgroundMode
|
/foundation/resourceschedule/background_task_mgr/interfaces/test/unittest/bgtask_manager_client_test/ |
H A D | bgtask_client_unit_test.cpp | 200 EXPECT_EQ(WIFI_INTERACTION_ID, (int32_t)BackgroundMode::WIFI_INTERACTION); in HWTEST_F()
|
Completed in 4 milliseconds