Home
last modified time | relevance | path

Searched refs:RunningLockAdapterType (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/web/webview/ohos_adapter/power_mgr_adapter/src/
H A Dpower_mgr_client_adapter_impl.cpp23 RunningLockAdapterType type) in ConvertRunningLockType()
28 case RunningLockAdapterType::SCREEN: in ConvertRunningLockType()
31 case RunningLockAdapterType::BACKGROUND: in ConvertRunningLockType()
34 case RunningLockAdapterType::PROXIMITY_SCREEN_CONTROL: in ConvertRunningLockType()
74 const std::string& name, RunningLockAdapterType type) in CreateRunningLock()
/ohos5.0/base/web/webview/test/unittest/power_mgr_client_adapter_impl_test/
H A Dpower_mgr_client_adapter_impl_test.cpp57 RunningLockAdapterType::SCREEN);
62 … runLockAdapter = powerMgrImpl->CreateRunningLock("backgroud", RunningLockAdapterType::BACKGROUND);
65 RunningLockAdapterType::PROXIMITY_SCREEN_CONTROL);
67 runLockAdapter = powerMgrImpl->CreateRunningLock("butt", RunningLockAdapterType::BUTT);
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dpower_mgr_client_adapter.h23 enum class RunningLockAdapterType : uint32_t { SCREEN = 0, BACKGROUND, PROXIMITY_SCREEN_CONTROL, BU… enum
45 const std::string& name, RunningLockAdapterType type) = 0;
/ohos5.0/base/web/webview/test/fuzztest/ohos_adapter/power_mgr_adapter/createrunninglock_fuzzer/
H A Dcreaterunninglock_fuzzer.cpp33 powerMgrClientAdapter.CreateRunningLock(name, RunningLockAdapterType::SCREEN); in CreateRunningLockFuzzTest()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_power_mgr_client_adapter_wrapper.h30 const std::string& name, OHOS::NWeb::RunningLockAdapterType type) override;
H A Dark_power_mgr_client_adapter_wrapper.cpp29 const std::string& name, OHOS::NWeb::RunningLockAdapterType type) in CreateRunningLock()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_power_mgr_client_adapter_impl.cpp34 real_->CreateRunningLock(sstr, (OHOS::NWeb::RunningLockAdapterType)type); in CreateRunningLock()
/ohos5.0/base/web/webview/ohos_adapter/power_mgr_adapter/include/
H A Dpower_mgr_client_adapter_impl.h40 const std::string& name, RunningLockAdapterType type) override;