Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/ohos_adapter/power_mgr_adapter/src/
H A Dpower_mgr_client_adapter_impl.cpp25 OHOS::PowerMgr::RunningLockType rawType = in ConvertRunningLockType() local
29 rawType = OHOS::PowerMgr::RunningLockType::RUNNINGLOCK_SCREEN; in ConvertRunningLockType()
32 rawType = OHOS::PowerMgr::RunningLockType::RUNNINGLOCK_BACKGROUND; in ConvertRunningLockType()
35 rawType = OHOS::PowerMgr::RunningLockType::RUNNINGLOCK_PROXIMITY_SCREEN_CONTROL; in ConvertRunningLockType()
40 return rawType; in ConvertRunningLockType()
76 RunningLockType rawType = ConvertRunningLockType(type); in CreateRunningLock() local
78 name, rawType); in CreateRunningLock()