Home
last modified time | relevance | path

Searched refs:RUNNINGLOCK_PROXIMITY_SCREEN_CONTROL (Results 1 – 17 of 17) sorted by relevance

/base/powermgr/powermgr_lite/interfaces/kits/
Drunning_lock.h39 RUNNINGLOCK_PROXIMITY_SCREEN_CONTROL, enumerator
/base/powermgr/power_manager/test/systemtest/src/
Dpower_mgr_st_mock_test.cpp192 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);
Dpower_mgr_st_suspend_test.cpp98 RunningLockInfo info("test1", RunningLockType::RUNNINGLOCK_PROXIMITY_SCREEN_CONTROL);
165 RunningLockInfo info("test1", RunningLockType::RUNNINGLOCK_PROXIMITY_SCREEN_CONTROL);
Dpower_mgr_mock_system_test.cpp80 RunningLockInfo info("test1", RunningLockType::RUNNINGLOCK_PROXIMITY_SCREEN_CONTROL);
/base/powermgr/power_manager/interfaces/inner_api/native/include/
Drunning_lock_info.h41 RUNNINGLOCK_PROXIMITY_SCREEN_CONTROL = 2, enumerator
/base/web/webview/ohos_adapter/power_mgr_adapter/src/
Dpower_mgr_client_adapter_impl.cpp35 rawType = OHOS::PowerMgr::RunningLockType::RUNNINGLOCK_PROXIMITY_SCREEN_CONTROL; in ConvertRunningLockType()
/base/powermgr/power_manager/test/unittest/src/
Drunning_lock_native_test.cpp158 …"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(
Drunning_lock_test.cpp94 RunningLockType::RUNNINGLOCK_PROXIMITY_SCREEN_CONTROL);
276 "proximity.test009", RunningLockType::RUNNINGLOCK_PROXIMITY_SCREEN_CONTROL);
Drunning_lock_mock_test.cpp80 "RunningLockMockProximity1.1", RunningLockType::RUNNINGLOCK_PROXIMITY_SCREEN_CONTROL);
82 "RunningLockMockProximity1.2", RunningLockType::RUNNINGLOCK_PROXIMITY_SCREEN_CONTROL);
136 "RunningLockMockProximity2.1", RunningLockType::RUNNINGLOCK_PROXIMITY_SCREEN_CONTROL);
Dpower_mgr_client_test.cpp997 …= powerMgrClient.IsRunningLockTypeSupported(RunningLockType::RUNNINGLOCK_PROXIMITY_SCREEN_CONTROL);
/base/powermgr/power_manager/services/native/src/
Drunning_lock_mgr.cpp149 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()
Dpower_mgr_service.cpp595 return type <= RunningLockType::RUNNINGLOCK_PROXIMITY_SCREEN_CONTROL; in IsRunningLockTypeSupported()
599 type == RunningLockType::RUNNINGLOCK_PROXIMITY_SCREEN_CONTROL || in IsRunningLockTypeSupported()
Dpower_state_machine.cpp500 case RunningLockType::RUNNINGLOCK_PROXIMITY_SCREEN_CONTROL: in GetRunningLockTypeString()
/base/powermgr/power_manager/frameworks/napi/runninglock/
Drunninglock_module.cpp94 …napi_create_int32(env, (int32_t)RunningLockType::RUNNINGLOCK_PROXIMITY_SCREEN_CONTROL, &proximitys… in CreateRunningLockType()
Drunninglock_napi.cpp78 (type == RunningLockType::RUNNINGLOCK_PROXIMITY_SCREEN_CONTROL); in IsSupported()
Drunninglock_interface.cpp324 type == RunningLockType::RUNNINGLOCK_PROXIMITY_SCREEN_CONTROL; in IsTypeSupported()
/base/powermgr/power_manager/test/unittest/src/servicetest/
Dpowermgr_service_native_test.cpp780 …MgrServiceProxy->IsRunningLockTypeSupported(RunningLockType::RUNNINGLOCK_PROXIMITY_SCREEN_CONTROL);