Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/power_manager/frameworks/napi/runninglock/
H A Drunninglock_interface.h51 static napi_value CreateInstanceForRunningLock(napi_env env, RunningLockAsyncInfo* asyncInfo);
H A Drunninglock_napi.cpp162 napi_value result = asyncInfo->GetData().CreateInstanceForRunningLock(env); in CreateAsyncCallback()
200 napi_value result = asyncInfo->GetData().CreateInstanceForRunningLock(env); in CreatePromise()
H A Drunninglock_interface.cpp208 napi_value RunningLockInterface::CreateInstanceForRunningLock(napi_env env, RunningLockAsyncInfo* a… in CreateInstanceForRunningLock() function in OHOS::PowerMgr::RunningLockInterface
256 result[1] = CreateInstanceForRunningLock(env, asyncInfo); in CreateRunningLockCallBack()
/ohos5.0/base/powermgr/power_manager/frameworks/napi/utils/
H A Dasync_callback_info.h59 napi_value CreateInstanceForRunningLock(napi_env& env);
H A Dasync_callback_info.cpp86 napi_value AsyncCallbackInfo::AsyncData::CreateInstanceForRunningLock(napi_env& env) in CreateInstanceForRunningLock() function in OHOS::PowerMgr::AsyncCallbackInfo::AsyncData