Searched refs:RunningLockAdapterType (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/base/web/webview/ohos_adapter/power_mgr_adapter/src/ |
H A D | power_mgr_client_adapter_impl.cpp | 23 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 D | power_mgr_client_adapter_impl_test.cpp | 57 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 D | power_mgr_client_adapter.h | 23 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 D | createrunninglock_fuzzer.cpp | 33 powerMgrClientAdapter.CreateRunningLock(name, RunningLockAdapterType::SCREEN); in CreateRunningLockFuzzTest()
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
H A D | ark_power_mgr_client_adapter_wrapper.h | 30 const std::string& name, OHOS::NWeb::RunningLockAdapterType type) override;
|
H A D | ark_power_mgr_client_adapter_wrapper.cpp | 29 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 D | ark_power_mgr_client_adapter_impl.cpp | 34 real_->CreateRunningLock(sstr, (OHOS::NWeb::RunningLockAdapterType)type); in CreateRunningLock()
|
/ohos5.0/base/web/webview/ohos_adapter/power_mgr_adapter/include/ |
H A D | power_mgr_client_adapter_impl.h | 40 const std::string& name, RunningLockAdapterType type) override;
|