Searched refs:BLUETOOTH_INTERACTION (Results 1 - 7 of 7) sorted by relevance
/foundation/resourceschedule/background_task_mgr/interfaces/innerkits/include/ |
H A D | background_mode.h | 29 BLUETOOTH_INTERACTION,
|
/foundation/resourceschedule/background_task_mgr/interfaces/kits/napi/src/ |
H A D | init.cpp | 64 SetNamedPropertyByInteger(env, obj, static_cast<uint32_t>(BackgroundMode::BLUETOOTH_INTERACTION), in BackgroundModeInit() 65 "BLUETOOTH_INTERACTION"); in BackgroundModeInit()
|
H A D | init_bgtaskmgr.cpp | 69 SetNamedPropertyByInteger(env, obj, static_cast<uint32_t>(BackgroundMode::BLUETOOTH_INTERACTION), in BackgroundModeInit() 70 "BLUETOOTH_INTERACTION"); in BackgroundModeInit()
|
/foundation/ability/ability_runtime/frameworks/simulator/common/include/ |
H A D | ability_info.h | 42 BLUETOOTH_INTERACTION = 1 << 4, member in OHOS::AppExecFwk::BackgroundMode
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | ability_info.h | 66 BLUETOOTH_INTERACTION = 1 << 4, member in OHOS::AppExecFwk::GetAbilityInfoFlag::BackgroundMode
|
/foundation/resourceschedule/background_task_mgr/services/test/unittest/ |
H A D | bg_continuous_task_mgr_test.cpp | 38 static constexpr uint32_t BLUETOOTH_INTERACTION = 16;
member 401 EXPECT_EQ(bgContinuousTaskMgr_->CheckBgmodeType(BLUETOOTH_INTERACTION, LOCATION_BGMODE_ID, true, 1ULL),
in HWTEST_F()
|
/foundation/resourceschedule/background_task_mgr/interfaces/test/unittest/bgtask_manager_client_test/ |
H A D | bgtask_client_unit_test.cpp | 198 EXPECT_EQ(BLUETOOTH_INTERACTION_ID, (int32_t)BackgroundMode::BLUETOOTH_INTERACTION); in HWTEST_F()
|
Completed in 6 milliseconds