Home
last modified time | relevance | path

Searched refs:RUNNINGLOCK_BACKGROUND_AUDIO (Results 1 - 9 of 9) sorted by relevance

/base/powermgr/power_manager/interfaces/inner_api/native/include/
H A Drunning_lock_info.h57 RUNNINGLOCK_BACKGROUND_AUDIO = RUNNINGLOCK_BACKGROUND | 1 << 3, // 0b00001001 member in OHOS::PowerMgr::RunningLockType
/base/powermgr/power_manager/utils/native/src/
H A Dpower_utils.cpp171 case RunningLockType::RUNNINGLOCK_BACKGROUND_AUDIO: in GetRunningLockTypeString()
/base/powermgr/power_manager/test/unittest/src/
H A Drunning_lock_mock_test.cpp243 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 Drunning_lock_native_test.cpp675 "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 Drunning_lock_mgr.cpp133 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 Drunning_lock_test.cpp152 runningLock = powerMgrClient.CreateRunningLock("backgroudAudio", RunningLockType::RUNNINGLOCK_BACKGROUND_AUDIO); in HWTEST_F()
H A Dpower_mgr_client_test.cpp1068 ret = powerMgrClient.IsRunningLockTypeSupported(RunningLockType::RUNNINGLOCK_BACKGROUND_AUDIO); in HWTEST_F()
/base/powermgr/power_manager/utils/shell/src/
H A Dpower_shell_command.cpp372 case RunningLockType::RUNNINGLOCK_BACKGROUND_AUDIO: in GetBundleRunningLockTypeString()
/base/powermgr/power_manager/services/native/src/
H A Dpower_mgr_service.cpp1122 type == RunningLockType::RUNNINGLOCK_BACKGROUND_AUDIO || in IsRunningLockTypeSupported()

Completed in 11 milliseconds