Home
last modified time | relevance | path

Searched refs:RunningLockAdapterImpl (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/web/webview/ohos_adapter/power_mgr_adapter/src/
H A Dpower_mgr_client_adapter_impl.cpp45 RunningLockAdapterImpl::RunningLockAdapterImpl( in RunningLockAdapterImpl() function in OHOS::NWeb::RunningLockAdapterImpl
49 bool RunningLockAdapterImpl::IsUsed() in IsUsed()
57 int32_t RunningLockAdapterImpl::Lock(uint32_t timeOutMs) in Lock()
65 int32_t RunningLockAdapterImpl::UnLock() in UnLock()
79 return std::make_shared<RunningLockAdapterImpl>(lock); in CreateRunningLock()
/ohos5.0/base/web/webview/ohos_adapter/power_mgr_adapter/include/
H A Dpower_mgr_client_adapter_impl.h24 class RunningLockAdapterImpl : public RunningLockAdapter {
26 explicit RunningLockAdapterImpl(std::shared_ptr<OHOS::PowerMgr::RunningLock> lock);
27 ~RunningLockAdapterImpl() override = default;
/ohos5.0/base/web/webview/test/fuzztest/ohos_adapter/power_mgr_adapter/isused_fuzzer/
H A Disused_fuzzer.cpp32 RunningLockAdapterImpl runningLockAdapter(lock); in IsUsedFuzzTest()
/ohos5.0/base/web/webview/test/fuzztest/ohos_adapter/power_mgr_adapter/unlock_fuzzer/
H A Dunlock_fuzzer.cpp32 RunningLockAdapterImpl runningLockAdapter(lock); in UnLockFuzzTest()
/ohos5.0/base/web/webview/test/fuzztest/ohos_adapter/power_mgr_adapter/lock_fuzzer/
H A Dlock_fuzzer.cpp33 RunningLockAdapterImpl runningLockAdapter(lock); in LockFuzzTest()
/ohos5.0/base/web/webview/test/unittest/power_mgr_client_adapter_impl_test/
H A Dpower_mgr_client_adapter_impl_test.cpp79 …std::shared_ptr<RunningLockAdapter> runLockAdapter = std::make_shared<RunningLockAdapterImpl>(null…