Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_ability_common/
H A Dnapi_common_ability.cpp90 if (!CreateAsyncCallback(env, args[PARAM0], asyncCallbackInfo)) { in NAPI_GetFilesDirWrap()
159 if (!CreateAsyncCallback(env, args[PARAM0], asyncCallbackInfo)) { in NAPI_GetOrCreateDistributedDirWrap()
227 if (!CreateAsyncCallback(env, args[PARAM0], asyncCallbackInfo)) { in NAPI_GetCacheDirWrap()
295 if (!CreateAsyncCallback(env, args[PARAM0], asyncCallbackInfo)) { in NAPI_GetExternalCacheDirWrap()
356 if (!CreateAsyncCallback(env, args[PARAM0], asyncCallbackInfo)) { in NAPI_IsUpdatingConfigurationsWrap()
396 if (!CreateAsyncCallback(env, args[PARAM0], asyncCallbackInfo)) { in NAPI_PrintDrawnCompletedWrap()
565 if (!CreateAsyncCallback(env, argv[PARAM0], asyncCallbackInfo)) { in UnwrapParamGetDisplayOrientationWrap()
H A Dnapi_context.cpp253 if (!CreateAsyncCallback(env, argv[PARAM1], asyncCallbackInfo)) { in UnwrapSetDisplayOrientation()
508 if (!CreateAsyncCallback(env, argv[PARAM1], asyncCallbackInfo)) { in UnwrapParamVerifySelfPermission()
607 if (!CreateAsyncCallback(env, argv[PARAM2], asyncCallbackInfo)) { in UnwrapRequestPermissionsFromUser()
937 if (!CreateAsyncCallback(env, argv[PARAM2], asyncCallbackInfo)) { in UnwrapParamVerifyPermission()
947 if (!CreateAsyncCallback(env, argv[PARAM1], asyncCallbackInfo)) { in UnwrapParamVerifyPermission()
1270 if (!CreateAsyncCallback(env, args[PARAM0], asyncCallbackInfo)) { in NAPI_GetBundleNameWrap()
H A Dnapi_common_ability_wrap_utils.cpp1028 if (!CreateAsyncCallback(env, argv[PARAM1], asyncCallbackInfo)) { in UnwrapParamStopAbilityWrap()
/ohos5.0/base/powermgr/power_manager/frameworks/napi/runninglock/
H A Drunninglock_napi.h39 static napi_value CreateAsyncCallback(
H A Drunninglock_napi.cpp55 return CreateAsyncCallback(env, argv, asyncInfo); in Create()
136 napi_value RunningLockNapi::CreateAsyncCallback( in CreateAsyncCallback() function in OHOS::PowerMgr::RunningLockNapi
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Dlibabilitykit_native.map24 …"OHOS::AppExecFwk::CreateAsyncCallback(napi_env__*, napi_value__*, OHOS::AppExecFwk::__AsyncJSCall…
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_common/
H A Dnapi_common_util.h209 bool CreateAsyncCallback(napi_env env, napi_value param, AsyncJSCallbackInfo *callback);
H A Dnapi_common_util.cpp968 bool CreateAsyncCallback(napi_env env, napi_value param, AsyncJSCallbackInfo *callback) in CreateAsyncCallback() function