Home
last modified time | relevance | path

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

/base/powermgr/power_manager/frameworks/napi/runninglock/
Drunninglock_napi.h33 static napi_value IsSupported(napi_env env, napi_callback_info info);
Drunninglock_module.cpp133 …PI_FUNCTION("create", Create), DECLARE_NAPI_FUNCTION("isSupported", RunningLockNapi::IsSupported)}; in RunningLockInit()
Drunninglock_napi.cpp62 napi_value RunningLockNapi::IsSupported(napi_env env, napi_callback_info info) in IsSupported() function in OHOS::PowerMgr::RunningLockNapi
/base/powermgr/power_manager/services/native/include/
Drunning_lock_mgr.h132 bool IsSupported() in IsSupported() function