Home
last modified time | relevance | path

Searched refs:Escape (Results 1 - 17 of 17) sorted by relevance

/foundation/arkui/napi/native_engine/impl/ark/
H A Dark_native_engine.cpp393 return scope.Escape(exports); in ArkNativeEngine()
409 return scope.Escape(exports); in ArkNativeEngine()
431 return scope.Escape(it->second.ToLocal(ecmaVm)); in ArkNativeEngine()
445 return scope.Escape(exports); in ArkNativeEngine()
457 return scope.Escape(exports); in ArkNativeEngine()
476 return scope.Escape(exportCopy); in ArkNativeEngine()
482 return scope.Escape(exports); in ArkNativeEngine()
489 return scope.Escape(exports); in ArkNativeEngine()
509 return scope.Escape(exports); in ArkNativeEngine()
518 return scope.Escape(i in ArkNativeEngine()
[all...]
/foundation/arkui/napi/native_engine/
H A Dnative_engine.cpp55 "Escape called twice",
864 return JsValueFromLocalValue(scope.Escape(undefObj)); in RunScriptForAbc()
905 return JsValueFromLocalValue(scope.Escape(undefObj)); in RunScriptInRestrictedThread()
H A Dnative_api.cpp91 Local<T> Escape(Local<T> value) in Escape() function in EscapableHandleScopeWrapper
94 return scope_.Escape(value); in Escape()
478 *result = JsValueFromLocalValue(scope.Escape(fn)); in napi_create_function()
1399 *result = JsValueFromLocalValue(scope.Escape(resultValue)); in napi_define_class()
1437 *result = JsValueFromLocalValue(scope.Escape(resultValue)); in napi_define_sendable_class()
2275 *result = JsValueFromLocalValue(s->Escape(LocalValueFromJsValue(escapee))); in napi_escape_handle()
3902 return scope.Escape(result); in AttachFuncCallback()
/foundation/ability/ability_runtime/interfaces/inner_api/runtime/include/
H A Djs_runtime_utils.h244 napi_value Escape(napi_value value);
/foundation/ability/ability_runtime/frameworks/native/ability/native/ui_extension_ability/
H A Djs_ui_extension.cpp846 return handleEscape.Escape(result); in CallObjectMethod()
915 return handleEscape.Escape(result); in CallOnDisconnect()
H A Djs_ui_extension_base.cpp770 return handleEscape.Escape(result); in CallObjectMethod()
/foundation/distributeddatamgr/data_share/frameworks/native/provider/src/
H A Djs_datashare_ext_ability.cpp330 auto result = handleEscape.Escape(callResult); in CallObjectMethod()
393 return handleEscape.Escape(remoteNapi); in CallObjectMethod()
/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_runtime_utils.cpp158 // Handle Escape
176 napi_value HandleEscape::Escape(napi_value value) in Escape() function in OHOS::AbilityRuntime::HandleEscape
/foundation/ability/ability_runtime/frameworks/native/ability/native/form_runtime/
H A Djs_form_extension.cpp345 return handleEscape.Escape(result); in CallObjectMethod()
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Dark_js_runtime.cpp474 return scope.Escape(std::static_pointer_cast<ArkJSValue>(result)->GetValue(runtime)); in Callback()
/foundation/communication/netmanager_ext/frameworks/native/vpnextension/src/
H A Djs_vpn_extension.cpp520 return handleEscape.Escape(result); in CallOnDisconnect()
/foundation/ability/ability_runtime/frameworks/native/ability/native/auto_fill_extension_ability/
H A Djs_auto_fill_extension.cpp641 return handleEscape.Escape(result); in CallObjectMethod()
/foundation/filemanagement/user_file_service/interfaces/inner_api/file_access/src/
H A Djs_file_access_ext_ability.cpp164 return handleEscape.Escape(result); in CallObjectMethod()
212 if (!param->retParser(env, handleEscape.Escape(result))) { in DoCallJsMethod()
/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Djs_service_extension.cpp680 return handleEscape.Escape(result); in CallOnDisconnect()
/foundation/ability/ability_runtime/frameworks/native/ability/native/ability_runtime/
H A Djs_ability.cpp1007 return handleEscape.Escape(result); in CallObjectMethod()
H A Djs_ui_ability.cpp1420 return handleEscape.Escape(result); in CallObjectMethod()
/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/
H A Dext_backup_js.cpp778 if (!param->retParser(env, handleEscape.Escape(result))) { in DoCallJsMethod()

Completed in 32 milliseconds