/ohos5.0/base/powermgr/power_manager/test/unittest/src/interface_test/ |
H A D | power_mgr_client_test.cpp | 1023 auto ret = powerMgrClient.IsRunningLockTypeSupported(RunningLockType::RUNNINGLOCK_BUTT); 1025 ret = powerMgrClient.IsRunningLockTypeSupported(RunningLockType::RUNNINGLOCK_SCREEN); 1027 ret = powerMgrClient.IsRunningLockTypeSupported(RunningLockType::RUNNINGLOCK_BACKGROUND); 1029 …ret = powerMgrClient.IsRunningLockTypeSupported(RunningLockType::RUNNINGLOCK_PROXIMITY_SCREEN_CONT… 1064 …auto ret = powerMgrClient.IsRunningLockTypeSupported(RunningLockType::RUNNINGLOCK_BACKGROUND_PHONE… 1066 …ret = powerMgrClient.IsRunningLockTypeSupported(RunningLockType::RUNNINGLOCK_BACKGROUND_NOTIFICATI… 1068 ret = powerMgrClient.IsRunningLockTypeSupported(RunningLockType::RUNNINGLOCK_BACKGROUND_AUDIO); 1070 ret = powerMgrClient.IsRunningLockTypeSupported(RunningLockType::RUNNINGLOCK_BACKGROUND_SPORT); 1072 …ret = powerMgrClient.IsRunningLockTypeSupported(RunningLockType::RUNNINGLOCK_BACKGROUND_NAVIGATION… 1074 ret = powerMgrClient.IsRunningLockTypeSupported(RunningLockType::RUNNINGLOCK_BACKGROUND_TASK); [all …]
|
/ohos5.0/base/powermgr/power_manager/test/unittest/src/mock/ |
H A D | power_mock_parcel_test.cpp | 64 EXPECT_FALSE(powerMgrClient.IsRunningLockTypeSupported(RunningLockType::RUNNINGLOCK_BUTT)); 65 EXPECT_FALSE(powerMgrClient.IsRunningLockTypeSupported(RunningLockType::RUNNINGLOCK_SCREEN)); 144 EXPECT_FALSE(sptrProxy->IsRunningLockTypeSupported(RunningLockType::RUNNINGLOCK_BUTT));
|
H A D | power_mock_proxy_test.cpp | 68 EXPECT_FALSE(sptrProxy->IsRunningLockTypeSupported(RunningLockType::RUNNINGLOCK_BUTT));
|
H A D | power_mock_object_test.cpp | 106 EXPECT_FALSE(sptrProxy->IsRunningLockTypeSupported(RunningLockType::RUNNINGLOCK_BACKGROUND));
|
H A D | power_mock_peer_test.cpp | 110 EXPECT_FALSE(sptrProxy->IsRunningLockTypeSupported(RunningLockType::RUNNINGLOCK_BUTT));
|
/ohos5.0/base/powermgr/power_manager/frameworks/napi/runninglock/ |
H A D | runninglock_interface.h | 45 static napi_value IsRunningLockTypeSupported(napi_env env, napi_callback_info info);
|
H A D | runninglock_module.cpp | 131 …LARE_NAPI_FUNCTION("isRunningLockTypeSupported", RunningLockInterface::IsRunningLockTypeSupported), in RunningLockInit()
|
H A D | runninglock_interface.cpp | 87 napi_value RunningLockInterface::IsRunningLockTypeSupported(napi_env env, napi_callback_info info) in IsRunningLockTypeSupported() function in OHOS::PowerMgr::RunningLockInterface
|
/ohos5.0/foundation/barrierfree/accessibility/services/test/mock/powermanager/src/ |
H A D | mock_power_mgr_client.cpp | 64 bool PowerMgrClient::IsRunningLockTypeSupported(RunningLockType type) in IsRunningLockTypeSupported() function in OHOS::PowerMgr::PowerMgrClient
|
/ohos5.0/base/powermgr/power_manager/test/unittest/src/servicetest/ |
H A D | powermgr_service_native_test.cpp | 796 … auto ret = g_powerMgrServiceProxy->IsRunningLockTypeSupported(RunningLockType::RUNNINGLOCK_BUTT); 798 ret = g_powerMgrServiceProxy->IsRunningLockTypeSupported(RunningLockType::RUNNINGLOCK_SCREEN); 800 … ret = g_powerMgrServiceProxy->IsRunningLockTypeSupported(RunningLockType::RUNNINGLOCK_BACKGROUND); 802 …ret = g_powerMgrServiceProxy->IsRunningLockTypeSupported(RunningLockType::RUNNINGLOCK_PROXIMITY_SC…
|
H A D | powermgr_service_test_proxy.cpp | 92 bool PowerMgrServiceTestProxy::IsRunningLockTypeSupported(RunningLockType type) in IsRunningLockTypeSupported() function in OHOS::PowerMgr::PowerMgrServiceTestProxy
|
/ohos5.0/base/powermgr/power_manager/test/unittest/include/servicetest/ |
H A D | powermgr_service_test_proxy.h | 45 bool IsRunningLockTypeSupported(RunningLockType type);
|
/ohos5.0/base/powermgr/power_manager/interfaces/inner_api/native/include/ |
H A D | power_mgr_client.h | 136 bool IsRunningLockTypeSupported(RunningLockType type);
|
H A D | ipower_mgr.h | 44 virtual bool IsRunningLockTypeSupported(RunningLockType type) = 0;
|
/ohos5.0/base/powermgr/power_manager/test/unittest/src/servicetest/mock/ |
H A D | powermgr_service_mock_parcel_test.cpp | 88 …EXPECT_FALSE(g_powerMgrServiceProxy->IsRunningLockTypeSupported(RunningLockType::RUNNINGLOCK_BUTT)…
|
/ohos5.0/base/powermgr/power_manager/frameworks/native/ |
H A D | power_mgr_client.cpp | 240 bool PowerMgrClient::IsRunningLockTypeSupported(RunningLockType type) in IsRunningLockTypeSupported() function in OHOS::PowerMgr::PowerMgrClient 244 return proxy_->IsRunningLockTypeSupported(type); in IsRunningLockTypeSupported()
|
/ohos5.0/base/powermgr/power_manager/services/zidl/include/ |
H A D | power_mgr_proxy.h | 50 virtual bool IsRunningLockTypeSupported(RunningLockType type) override;
|
/ohos5.0/base/powermgr/power_manager/services/native/include/ |
H A D | power_mgr_service.h | 83 virtual bool IsRunningLockTypeSupported(RunningLockType type) override;
|
/ohos5.0/base/powermgr/power_manager/services/native/src/ |
H A D | power_mgr_service.cpp | 1068 if (!IsRunningLockTypeSupported(runningLockInfo.type)) { in CreateRunningLock() 1095 bool PowerMgrService::IsRunningLockTypeSupported(RunningLockType type) in IsRunningLockTypeSupported() function in OHOS::PowerMgr::PowerMgrService
|
/ohos5.0/base/powermgr/power_manager/test/unittest/src/ |
H A D | power_coordination_lock_test.cpp | 206 … EXPECT_TRUE(powerMgrClient.IsRunningLockTypeSupported(RunningLockType::RUNNINGLOCK_COORDINATION));
|
/ohos5.0/base/powermgr/power_manager/services/zidl/src/ |
H A D | power_mgr_stub.cpp | 239 ret = IsRunningLockTypeSupported(static_cast<RunningLockType>(type)); in IsRunningLockTypeSupportedStub()
|
H A D | power_mgr_proxy.cpp | 87 bool PowerMgrProxy::IsRunningLockTypeSupported(RunningLockType type) in IsRunningLockTypeSupported() function in OHOS::PowerMgr::PowerMgrProxy
|