Home
last modified time | relevance | path

Searched refs:RUNNINGLOCK_BACKGROUND_NAVIGATION (Results 1 - 8 of 8) sorted by relevance

/base/powermgr/power_manager/interfaces/inner_api/native/include/
H A Drunning_lock_info.h65 RUNNINGLOCK_BACKGROUND_NAVIGATION = RUNNINGLOCK_BACKGROUND | 1 << 5, // 0b00100001 member in OHOS::PowerMgr::RunningLockType
/base/powermgr/power_manager/utils/native/src/
H A Dpower_utils.cpp175 case RunningLockType::RUNNINGLOCK_BACKGROUND_NAVIGATION: in GetRunningLockTypeString()
/base/powermgr/power_manager/test/unittest/src/
H A Drunning_lock_mock_test.cpp302 RunningLockInfo runninglockNavi("RunningLockMockNavi5.1", RunningLockType::RUNNINGLOCK_BACKGROUND_NAVIGATION); in HWTEST_F()
309 if (type == RunningLockType::RUNNINGLOCK_BACKGROUND_NAVIGATION) { in HWTEST_F()
433 RunningLockInfo runninglockNavi("RunningLockMockNavi7.1", RunningLockType::RUNNINGLOCK_BACKGROUND_NAVIGATION); in HWTEST_F()
444 case RunningLockType::RUNNINGLOCK_BACKGROUND_NAVIGATION: in HWTEST_F()
697 RunningLockInfo runninglockNavi("RunningLockMockNavi11.1", RunningLockType::RUNNINGLOCK_BACKGROUND_NAVIGATION); in HWTEST_F()
/base/powermgr/power_manager/services/native/src/runninglock/
H A Drunning_lock_mgr.cpp137 lockCounters_.emplace(RunningLockType::RUNNINGLOCK_BACKGROUND_NAVIGATION, in InitLocksTypeBackground()
138 std::make_shared<LockCounter>(RunningLockType::RUNNINGLOCK_BACKGROUND_NAVIGATION, activate)); in InitLocksTypeBackground()
333 type == RunningLockType::RUNNINGLOCK_BACKGROUND_NAVIGATION || in IsSceneRunningLockType()
/base/powermgr/power_manager/test/unittest/src/interface_test/
H A Drunning_lock_test.cpp159 "backgroudNavigation", RunningLockType::RUNNINGLOCK_BACKGROUND_NAVIGATION); in HWTEST_F()
H A Dpower_mgr_client_test.cpp1072 ret = powerMgrClient.IsRunningLockTypeSupported(RunningLockType::RUNNINGLOCK_BACKGROUND_NAVIGATION); in HWTEST_F()
/base/powermgr/power_manager/utils/shell/src/
H A Dpower_shell_command.cpp376 case RunningLockType::RUNNINGLOCK_BACKGROUND_NAVIGATION: in GetBundleRunningLockTypeString()
/base/powermgr/power_manager/services/native/src/
H A Dpower_mgr_service.cpp1124 type == RunningLockType::RUNNINGLOCK_BACKGROUND_NAVIGATION || in IsRunningLockTypeSupported()

Completed in 14 milliseconds