Searched refs:AUDIO_PLAYBACK (Results 1 - 9 of 9) sorted by relevance
/foundation/resourceschedule/background_task_mgr/interfaces/innerkits/include/ |
H A D | background_mode.h | 26 AUDIO_PLAYBACK,
|
/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | background_task_helper_ohos.cpp | 34 uint32_t backgroundMode = BackgroundTaskMgr::BackgroundMode::AUDIO_PLAYBACK; in HasBackgroundTask()
|
/foundation/resourceschedule/background_task_mgr/interfaces/kits/napi/src/ |
H A D | init.cpp | 61 SetNamedPropertyByInteger(env, obj, static_cast<uint32_t>(BackgroundMode::AUDIO_PLAYBACK), "AUDIO_PLAYBACK"); in BackgroundModeInit()
|
H A D | init_bgtaskmgr.cpp | 64 SetNamedPropertyByInteger(env, obj, static_cast<uint32_t>(BackgroundMode::AUDIO_PLAYBACK), "AUDIO_PLAYBACK"); in BackgroundModeInit()
|
/foundation/ability/ability_runtime/frameworks/simulator/common/include/ |
H A D | ability_info.h | 39 AUDIO_PLAYBACK = 1 << 1, member in OHOS::AppExecFwk::BackgroundMode
|
/foundation/resourceschedule/resource_schedule_service/ressched/scene_recognize/src/ |
H A D | background_sensitive_task_overlapping_scene_recognizer.cpp | 36 BackgroundTaskMgr::BackgroundMode::Type::AUDIO_PLAYBACK,
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | ability_info.h | 63 AUDIO_PLAYBACK = 1 << 1, 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 | 195 EXPECT_EQ(AUDIO_PLAYBACK_ID, (int32_t)BackgroundMode::AUDIO_PLAYBACK); in HWTEST_F()
|
/foundation/resourceschedule/background_task_mgr/services/continuous_task/src/ |
H A D | bg_continuous_task_mgr.cpp | 835 if (mode == BackgroundMode::AUDIO_PLAYBACK || ((mode == BackgroundMode::VOIP ||
in SendContinuousTaskNotification()
|
Completed in 7 milliseconds