Home
last modified time | relevance | path

Searched refs:ResolveWithCustomize (Results 1 - 6 of 6) sorted by relevance

/foundation/ability/ability_runtime/interfaces/inner_api/runtime/include/
H A Djs_runtime_utils.h276 void ResolveWithCustomize(napi_env env, napi_value error, napi_value value);
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/
H A Djs_runtime_utils.cpp209 void NapiAsyncTask::ResolveWithCustomize(napi_env env, napi_value error, napi_value value) in ResolveWithCustomize() function in OHOS::AbilityRuntime::NapiAsyncTask
/foundation/ability/form_fwk/frameworks/js/napi/formHost/
H A Dnapi_form_host.cpp1678 task.ResolveWithCustomize(env, CreateJsError(env, retCode, retMsg), in OnDeleteInvalidForms()
1733 task.ResolveWithCustomize(env, CreateJsError(env, retCode, QueryRetMsg(retCode)), CreateJsUndefined(env)); in OnNotifyVisibleForms()
1805 task.ResolveWithCustomize( in OnNotifyInVisibleForms()
/foundation/ability/form_fwk/frameworks/js/napi/formProvider/
H A Dnapi_form_provider.cpp552 task.ResolveWithCustomize(env, CreateJsError(env, ERR_OK, retMsg), in OnIsRequestPublishFormSupported()
/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_runtime_utils.cpp306 void NapiAsyncTask::ResolveWithCustomize(napi_env env, napi_value error, napi_value value) in ResolveWithCustomize() function in OHOS::AbilityRuntime::NapiAsyncTask
/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_scene_session_manager.cpp1336 task.ResolveWithCustomize(env, CreateJsValue(env, static_cast<int32_t>(WSErrorCode::WS_OK)), in OnGetAllAbilityInfos()
1383 task.ResolveWithCustomize(env, CreateJsValue(env, static_cast<int32_t>(WSErrorCode::WS_OK)), in OnGetBatchAbilityInfos()
2186 task.ResolveWithCustomize(env, CreateJsValue(env, static_cast<int32_t>(WSErrorCode::WS_OK)), in OnGetAllWindowVisibilityInfos()

Completed in 12 milliseconds