Searched refs:RUNNINGLOCK_COORDINATION (Results 1 - 6 of 6) sorted by relevance
/base/powermgr/power_manager/test/unittest/src/ |
H A D | power_coordination_lock_test.cpp | 205 EXPECT_TRUE(powerMgrClient.IsRunningLockTypeSupported(RunningLockType::RUNNINGLOCK_COORDINATION)); in HWTEST_F() 207 powerMgrClient.CreateRunningLock("CoordinationRunninglock001", RunningLockType::RUNNINGLOCK_COORDINATION); in HWTEST_F() 240 powerMgrClient.CreateRunningLock("CoordinationRunninglock002", RunningLockType::RUNNINGLOCK_COORDINATION); in HWTEST_F() 277 powerMgrClient.CreateRunningLock("CoordinationRunninglock003", RunningLockType::RUNNINGLOCK_COORDINATION); in HWTEST_F() 320 powerMgrClient.CreateRunningLock("CoordinationRunninglock004", RunningLockType::RUNNINGLOCK_COORDINATION); in HWTEST_F() 341 powerMgrClient.CreateRunningLock("PowerCoordinationLockTest_005", RunningLockType::RUNNINGLOCK_COORDINATION); in HWTEST_F() 368 powerMgrClient.CreateRunningLock("PowerCoordinationLockTest_006", RunningLockType::RUNNINGLOCK_COORDINATION); in HWTEST_F() 430 powerMgrClient.CreateRunningLock("PowerCoordinationLockTest_007", RunningLockType::RUNNINGLOCK_COORDINATION); in HWTEST_F() 483 powerMgrClient.CreateRunningLock("PowerCoordinationLockTest_008", RunningLockType::RUNNINGLOCK_COORDINATION); in HWTEST_F() 539 powerMgrClient.CreateRunningLock("PowerCoordinationLockTest_009_1", RunningLockType::RUNNINGLOCK_COORDINATION); in HWTEST_F() [all...] |
/base/powermgr/power_manager/interfaces/inner_api/native/include/ |
H A D | running_lock_info.h | 45 RUNNINGLOCK_COORDINATION = 4, member in OHOS::PowerMgr::RunningLockType
|
/base/powermgr/power_manager/utils/native/src/ |
H A D | power_utils.cpp | 165 case RunningLockType::RUNNINGLOCK_COORDINATION: in GetRunningLockTypeString() 166 return "RUNNINGLOCK_COORDINATION"; in GetRunningLockTypeString()
|
/base/powermgr/power_manager/services/native/src/runninglock/ |
H A D | running_lock_mgr.cpp | 206 lockCounters_.emplace(RunningLockType::RUNNINGLOCK_COORDINATION, in InitLocksTypeCoordination() 207 std::make_shared<LockCounter>(RunningLockType::RUNNINGLOCK_COORDINATION, in InitLocksTypeCoordination() 224 backgroundLockParam.name = PowerUtils::GetRunningLockTypeString(RunningLockType::RUNNINGLOCK_COORDINATION), in InitLocksTypeCoordination() 391 return type != RunningLockType::RUNNINGLOCK_COORDINATION; in IsValidType()
|
/base/powermgr/power_manager/services/native/src/ |
H A D | power_mgr_service.cpp | 1119 type == RunningLockType::RUNNINGLOCK_COORDINATION || in IsRunningLockTypeSupported() 1565 collaborationState = stateMachine->IsRunningLockEnabled(RunningLockType::RUNNINGLOCK_COORDINATION); in IsCollaborationState() 1725 stateMachine->IsRunningLockEnabled(RunningLockType::RUNNINGLOCK_COORDINATION) && in OnInputEvent() 1750 stateMachine->IsRunningLockEnabled(RunningLockType::RUNNINGLOCK_COORDINATION) && in OnInputEvent()
|
H A D | power_state_machine.cpp | 83 RunningLockType::RUNNINGLOCK_COORDINATION in PowerStateMachine()
|
Completed in 9 milliseconds