Searched refs:RUNNINGLOCK_PROXIMITY_SCREEN_CONTROL (Results 1 – 17 of 17) sorted by relevance
/base/powermgr/powermgr_lite/interfaces/kits/ |
D | running_lock.h | 39 RUNNINGLOCK_PROXIMITY_SCREEN_CONTROL, enumerator
|
/base/powermgr/power_manager/test/systemtest/src/ |
D | power_mgr_st_mock_test.cpp | 192 RunningLockInfo info("test1", RunningLockType::RUNNINGLOCK_PROXIMITY_SCREEN_CONTROL); 295 RunningLockInfo info("test1", RunningLockType::RUNNINGLOCK_PROXIMITY_SCREEN_CONTROL); 342 RunningLockInfo info("test1", RunningLockType::RUNNINGLOCK_PROXIMITY_SCREEN_CONTROL); 382 RunningLockInfo info("test1", RunningLockType::RUNNINGLOCK_PROXIMITY_SCREEN_CONTROL); 411 RunningLockInfo info("test1", RunningLockType::RUNNINGLOCK_PROXIMITY_SCREEN_CONTROL); 441 RunningLockInfo info("test1", RunningLockType::RUNNINGLOCK_PROXIMITY_SCREEN_CONTROL); 476 RunningLockInfo info("test1", RunningLockType::RUNNINGLOCK_PROXIMITY_SCREEN_CONTROL); 512 RunningLockInfo info("test1", RunningLockType::RUNNINGLOCK_PROXIMITY_SCREEN_CONTROL);
|
D | power_mgr_st_suspend_test.cpp | 98 RunningLockInfo info("test1", RunningLockType::RUNNINGLOCK_PROXIMITY_SCREEN_CONTROL); 165 RunningLockInfo info("test1", RunningLockType::RUNNINGLOCK_PROXIMITY_SCREEN_CONTROL);
|
D | power_mgr_mock_system_test.cpp | 80 RunningLockInfo info("test1", RunningLockType::RUNNINGLOCK_PROXIMITY_SCREEN_CONTROL);
|
/base/powermgr/power_manager/interfaces/inner_api/native/include/ |
D | running_lock_info.h | 41 RUNNINGLOCK_PROXIMITY_SCREEN_CONTROL = 2, enumerator
|
/base/web/webview/ohos_adapter/power_mgr_adapter/src/ |
D | power_mgr_client_adapter_impl.cpp | 35 rawType = OHOS::PowerMgr::RunningLockType::RUNNINGLOCK_PROXIMITY_SCREEN_CONTROL; in ConvertRunningLockType()
|
/base/powermgr/power_manager/test/unittest/src/ |
D | running_lock_native_test.cpp | 158 …"runninglockNativeTest2", RunningLockType::RUNNINGLOCK_PROXIMITY_SCREEN_CONTROL, TIMEOUTMS, PID, U… 190 …"runninglockNativeTest", RunningLockType::RUNNINGLOCK_PROXIMITY_SCREEN_CONTROL, TIMEOUTMS, PID, UI… 336 runningLockMgr->lockCounters_[RunningLockType::RUNNINGLOCK_PROXIMITY_SCREEN_CONTROL]; 623 runningLockMgr->lockCounters_[RunningLockType::RUNNINGLOCK_PROXIMITY_SCREEN_CONTROL]->Increase( 626 runningLockMgr->lockCounters_[RunningLockType::RUNNINGLOCK_PROXIMITY_SCREEN_CONTROL]->Decrease(
|
D | running_lock_test.cpp | 94 RunningLockType::RUNNINGLOCK_PROXIMITY_SCREEN_CONTROL); 276 "proximity.test009", RunningLockType::RUNNINGLOCK_PROXIMITY_SCREEN_CONTROL);
|
D | running_lock_mock_test.cpp | 80 "RunningLockMockProximity1.1", RunningLockType::RUNNINGLOCK_PROXIMITY_SCREEN_CONTROL); 82 "RunningLockMockProximity1.2", RunningLockType::RUNNINGLOCK_PROXIMITY_SCREEN_CONTROL); 136 "RunningLockMockProximity2.1", RunningLockType::RUNNINGLOCK_PROXIMITY_SCREEN_CONTROL);
|
D | power_mgr_client_test.cpp | 997 …= powerMgrClient.IsRunningLockTypeSupported(RunningLockType::RUNNINGLOCK_PROXIMITY_SCREEN_CONTROL);
|
/base/powermgr/power_manager/services/native/src/ |
D | running_lock_mgr.cpp | 149 lockCounters_.emplace(RunningLockType::RUNNINGLOCK_PROXIMITY_SCREEN_CONTROL, in InitLocksTypeProximity() 151 RunningLockType::RUNNINGLOCK_PROXIMITY_SCREEN_CONTROL, [this](bool active) { in InitLocksTypeProximity() 591 case RunningLockType::RUNNINGLOCK_PROXIMITY_SCREEN_CONTROL: in GetRunningLockTypeString() 871 RunningLockType::RUNNINGLOCK_PROXIMITY_SCREEN_CONTROL) > 0) { in OnClose() 897 RunningLockType::RUNNINGLOCK_PROXIMITY_SCREEN_CONTROL) > 0) { in OnAway()
|
D | power_mgr_service.cpp | 595 return type <= RunningLockType::RUNNINGLOCK_PROXIMITY_SCREEN_CONTROL; in IsRunningLockTypeSupported() 599 type == RunningLockType::RUNNINGLOCK_PROXIMITY_SCREEN_CONTROL || in IsRunningLockTypeSupported()
|
D | power_state_machine.cpp | 500 case RunningLockType::RUNNINGLOCK_PROXIMITY_SCREEN_CONTROL: in GetRunningLockTypeString()
|
/base/powermgr/power_manager/frameworks/napi/runninglock/ |
D | runninglock_module.cpp | 94 …napi_create_int32(env, (int32_t)RunningLockType::RUNNINGLOCK_PROXIMITY_SCREEN_CONTROL, &proximitys… in CreateRunningLockType()
|
D | runninglock_napi.cpp | 78 (type == RunningLockType::RUNNINGLOCK_PROXIMITY_SCREEN_CONTROL); in IsSupported()
|
D | runninglock_interface.cpp | 324 type == RunningLockType::RUNNINGLOCK_PROXIMITY_SCREEN_CONTROL; in IsTypeSupported()
|
/base/powermgr/power_manager/test/unittest/src/servicetest/ |
D | powermgr_service_native_test.cpp | 780 …MgrServiceProxy->IsRunningLockTypeSupported(RunningLockType::RUNNINGLOCK_PROXIMITY_SCREEN_CONTROL);
|