Searched refs:RUNNINGLOCK_BACKGROUND_AUDIO (Results 1 - 9 of 9) sorted by relevance
/base/powermgr/power_manager/interfaces/inner_api/native/include/ |
H A D | running_lock_info.h | 57 RUNNINGLOCK_BACKGROUND_AUDIO = RUNNINGLOCK_BACKGROUND | 1 << 3, // 0b00001001 member in OHOS::PowerMgr::RunningLockType
|
/base/powermgr/power_manager/utils/native/src/ |
H A D | power_utils.cpp | 171 case RunningLockType::RUNNINGLOCK_BACKGROUND_AUDIO: in GetRunningLockTypeString()
|
/base/powermgr/power_manager/test/unittest/src/ |
H A D | running_lock_mock_test.cpp | 243 RunningLockInfo runninglockAudio("RunningLockMockAudio4.1", RunningLockType::RUNNINGLOCK_BACKGROUND_AUDIO); in HWTEST_F() 250 if (type == RunningLockType::RUNNINGLOCK_BACKGROUND_AUDIO) { in HWTEST_F() 364 RunningLockInfo runninglockAudio("RunningLockMockAudio6.1", RunningLockType::RUNNINGLOCK_BACKGROUND_AUDIO); in HWTEST_F() 376 case RunningLockType::RUNNINGLOCK_BACKGROUND_AUDIO: in HWTEST_F() 627 RunningLockInfo runninglockAudio("RunningLockMockAudio10.1", RunningLockType::RUNNINGLOCK_BACKGROUND_AUDIO); in HWTEST_F() 634 return type == RunningLockType::RUNNINGLOCK_BACKGROUND_AUDIO ? runninglockAudio : runninglockSport; in HWTEST_F()
|
H A D | running_lock_native_test.cpp | 675 "runninglockNativeTest023", "", RunningLockType::RUNNINGLOCK_BACKGROUND_AUDIO, TIMEOUTMS, PID, UID}; in HWTEST_F() member in __anon1560::RunningLockType
|
/base/powermgr/power_manager/services/native/src/runninglock/ |
H A D | running_lock_mgr.cpp | 133 lockCounters_.emplace(RunningLockType::RUNNINGLOCK_BACKGROUND_AUDIO, in InitLocksTypeBackground() 134 std::make_shared<LockCounter>(RunningLockType::RUNNINGLOCK_BACKGROUND_AUDIO, activate)); in InitLocksTypeBackground() 331 type == RunningLockType::RUNNINGLOCK_BACKGROUND_AUDIO || in IsSceneRunningLockType()
|
/base/powermgr/power_manager/test/unittest/src/interface_test/ |
H A D | running_lock_test.cpp | 152 runningLock = powerMgrClient.CreateRunningLock("backgroudAudio", RunningLockType::RUNNINGLOCK_BACKGROUND_AUDIO); in HWTEST_F()
|
H A D | power_mgr_client_test.cpp | 1068 ret = powerMgrClient.IsRunningLockTypeSupported(RunningLockType::RUNNINGLOCK_BACKGROUND_AUDIO); in HWTEST_F()
|
/base/powermgr/power_manager/utils/shell/src/ |
H A D | power_shell_command.cpp | 372 case RunningLockType::RUNNINGLOCK_BACKGROUND_AUDIO: in GetBundleRunningLockTypeString()
|
/base/powermgr/power_manager/services/native/src/ |
H A D | power_mgr_service.cpp | 1122 type == RunningLockType::RUNNINGLOCK_BACKGROUND_AUDIO || in IsRunningLockTypeSupported()
|
Completed in 21 milliseconds