/base/powermgr/power_manager/test/unittest/src/ |
D | power_mgr_client_test.cpp | 991 auto ret = powerMgrClient.IsRunningLockTypeSupported(RunningLockType::RUNNINGLOCK_BUTT); 993 ret = powerMgrClient.IsRunningLockTypeSupported(RunningLockType::RUNNINGLOCK_SCREEN); 995 ret = powerMgrClient.IsRunningLockTypeSupported(RunningLockType::RUNNINGLOCK_BACKGROUND); 997 …ret = powerMgrClient.IsRunningLockTypeSupported(RunningLockType::RUNNINGLOCK_PROXIMITY_SCREEN_CONT… 1031 …auto ret = powerMgrClient.IsRunningLockTypeSupported(RunningLockType::RUNNINGLOCK_BACKGROUND_PHONE… 1033 …ret = powerMgrClient.IsRunningLockTypeSupported(RunningLockType::RUNNINGLOCK_BACKGROUND_NOTIFICATI… 1035 ret = powerMgrClient.IsRunningLockTypeSupported(RunningLockType::RUNNINGLOCK_BACKGROUND_AUDIO); 1037 ret = powerMgrClient.IsRunningLockTypeSupported(RunningLockType::RUNNINGLOCK_BACKGROUND_SPORT); 1039 …ret = powerMgrClient.IsRunningLockTypeSupported(RunningLockType::RUNNINGLOCK_BACKGROUND_NAVIGATION… 1041 ret = powerMgrClient.IsRunningLockTypeSupported(RunningLockType::RUNNINGLOCK_BACKGROUND_TASK); [all …]
|
D | power_getcontroller_mock_test.cpp | 75 bool IsRunningLockTypeSupported(RunningLockType type) override;
|
/base/powermgr/power_manager/test/unittest/src/mock/ |
D | power_mock_parcel_test.cpp | 57 EXPECT_FALSE(powerMgrClient.IsRunningLockTypeSupported(RunningLockType::RUNNINGLOCK_BUTT)); 58 EXPECT_FALSE(powerMgrClient.IsRunningLockTypeSupported(RunningLockType::RUNNINGLOCK_SCREEN)); 134 EXPECT_FALSE(sptrProxy->IsRunningLockTypeSupported(RunningLockType::RUNNINGLOCK_BUTT));
|
D | power_mock_object_test.cpp | 100 EXPECT_FALSE(sptrProxy->IsRunningLockTypeSupported(RunningLockType::RUNNINGLOCK_BACKGROUND));
|
D | power_mock_proxy_test.cpp | 63 EXPECT_FALSE(sptrProxy->IsRunningLockTypeSupported(RunningLockType::RUNNINGLOCK_BUTT));
|
D | power_mock_peer_test.cpp | 99 EXPECT_FALSE(sptrProxy->IsRunningLockTypeSupported(RunningLockType::RUNNINGLOCK_BUTT));
|
/base/powermgr/power_manager/frameworks/napi/runninglock/ |
D | runninglock_interface.h | 45 static napi_value IsRunningLockTypeSupported(napi_env env, napi_callback_info info);
|
D | runninglock_module.cpp | 131 …LARE_NAPI_FUNCTION("isRunningLockTypeSupported", RunningLockInterface::IsRunningLockTypeSupported), in RunningLockInit()
|
D | runninglock_interface.cpp | 87 napi_value RunningLockInterface::IsRunningLockTypeSupported(napi_env env, napi_callback_info info) in IsRunningLockTypeSupported() function in OHOS::PowerMgr::RunningLockInterface
|
/base/powermgr/power_manager/test/fuzztest/power_fuzzer/ |
D | power_fuzzer.cpp | 221 static void IsRunningLockTypeSupported(const uint8_t* data, size_t size) in IsRunningLockTypeSupported() function 224 g_powerMgrClient.IsRunningLockTypeSupported(static_cast<RunningLockType>(type)); in IsRunningLockTypeSupported() 313 &IsRunningLockTypeSupported,
|
/base/powermgr/power_manager/test/unittest/include/servicetest/ |
D | powermgr_service_test_proxy.h | 43 bool IsRunningLockTypeSupported(RunningLockType type);
|
/base/powermgr/power_manager/interfaces/inner_api/native/include/ |
D | power_mgr_client.h | 103 bool IsRunningLockTypeSupported(RunningLockType type);
|
D | ipower_mgr.h | 39 virtual bool IsRunningLockTypeSupported(RunningLockType type) = 0;
|
/base/powermgr/power_manager/frameworks/native/ |
D | power_mgr_client.cpp | 166 bool PowerMgrClient::IsRunningLockTypeSupported(RunningLockType type) in IsRunningLockTypeSupported() function in OHOS::PowerMgr::PowerMgrClient 170 return proxy_->IsRunningLockTypeSupported(type); in IsRunningLockTypeSupported()
|
/base/powermgr/power_manager/services/zidl/include/ |
D | power_mgr_proxy.h | 48 virtual bool IsRunningLockTypeSupported(RunningLockType type) override;
|
/base/powermgr/power_manager/test/unittest/src/servicetest/ |
D | powermgr_service_native_test.cpp | 774 … auto ret = g_powerMgrServiceProxy->IsRunningLockTypeSupported(RunningLockType::RUNNINGLOCK_BUTT); 776 ret = g_powerMgrServiceProxy->IsRunningLockTypeSupported(RunningLockType::RUNNINGLOCK_SCREEN); 778 … ret = g_powerMgrServiceProxy->IsRunningLockTypeSupported(RunningLockType::RUNNINGLOCK_BACKGROUND); 780 …ret = g_powerMgrServiceProxy->IsRunningLockTypeSupported(RunningLockType::RUNNINGLOCK_PROXIMITY_SC…
|
D | powermgr_service_test_proxy.cpp | 91 bool PowerMgrServiceTestProxy::IsRunningLockTypeSupported(RunningLockType type) in IsRunningLockTypeSupported() function in OHOS::PowerMgr::PowerMgrServiceTestProxy
|
/base/powermgr/power_manager/test/unittest/src/servicetest/mock/ |
D | powermgr_service_mock_parcel_test.cpp | 83 …EXPECT_FALSE(g_powerMgrServiceProxy->IsRunningLockTypeSupported(RunningLockType::RUNNINGLOCK_BUTT)…
|
/base/powermgr/power_manager/services/native/include/ |
D | power_mgr_service.h | 62 virtual bool IsRunningLockTypeSupported(RunningLockType type) override;
|
/base/powermgr/power_manager/services/native/src/ |
D | power_mgr_service.cpp | 567 if (!IsRunningLockTypeSupported(runningLockInfo.type)) { in CreateRunningLock() 592 bool PowerMgrService::IsRunningLockTypeSupported(RunningLockType type) in IsRunningLockTypeSupported() function in OHOS::PowerMgr::PowerMgrService
|
/base/powermgr/power_manager/services/zidl/src/ |
D | power_mgr_stub.cpp | 183 ret = IsRunningLockTypeSupported(static_cast<RunningLockType>(type)); in IsRunningLockTypeSupportedStub()
|
D | power_mgr_proxy.cpp | 84 bool PowerMgrProxy::IsRunningLockTypeSupported(RunningLockType type) in IsRunningLockTypeSupported() function in OHOS::PowerMgr::PowerMgrProxy
|