Home
last modified time | relevance | path

Searched refs:GetEnv (Results 1 – 15 of 15) sorted by relevance

/base/web/webview/interfaces/kits/napi/webviewcontroller/
Dwebview_javascript_result_callback.cpp891 napi_open_handle_scope(jsObj->GetEnv(), &scope); in GetJavaScriptResultSelf()
899 …argv.push_back(ParseNwebValue2NapiValue(jsObj->GetEnv(), input, GetObjectMap(), GetNWebId(), routi… in GetJavaScriptResultSelf()
906 …napi_call_function(jsObj->GetEnv(), jsObj->GetValue(), callback, argv.size(), &argv[0], &callResul… in GetJavaScriptResultSelf()
909 methodNameList = ParseNapiValue2NwebValue(jsObj->GetEnv(), &callResult, ret, &isObject); in GetJavaScriptResultSelf()
911 napi_typeof(jsObj->GetEnv(), callResult, &valueType); in GetJavaScriptResultSelf()
915 if (FindObjectIdInJsTd(jsObj->GetEnv(), callResult, &returnedObjectId)) { in GetJavaScriptResultSelf()
918 returnedObjectId = AddObject(jsObj->GetEnv(), callResult, false, routingId); in GetJavaScriptResultSelf()
930 napi_close_handle_scope(jsObj->GetEnv(), scope); in GetJavaScriptResultSelf()
946 auto engine = reinterpret_cast<NativeEngine*>(jsObj->GetEnv()); in GetJavaScriptResult()
1003 s = napi_create_string_utf8(jsObj->GetEnv(), flowbuf_str, str_len, &napiValue); in ConstructArgv()
[all …]
Dweb_download_delegate.h48 napi_env GetEnv();
Dweb_download_manager.cpp60 …WebDownloadItem *webDownloadItem = new WebDownloadItem(webDownloadDelegate->GetEnv(), downloadItem… in DownloadBeforeStart()
87 …WebDownloadItem *webDownloadItem = new WebDownloadItem(webDownloadDelegate->GetEnv(), downloadItem… in DownloadDidUpdate()
Dweb_download_delegate.cpp253 napi_env WebDownloadDelegate::GetEnv() in GetEnv() function in OHOS::NWeb::WebDownloadDelegate
Dwebview_javascript_result_callback.h128 napi_env GetEnv() const in GetEnv() function
Dwebview_controller.cpp166 it->second->GetEnv(), it->second->GetValue(), it->first, in InnerCompleteWindowNew()
/base/location/interfaces/inner_api/include/
Dgnss_status_callback_host.h43 inline napi_env GetEnv() const in GetEnv() function
Dlocation_error_callback_host.h43 inline napi_env GetEnv() const in GetEnv() function
Dlocation_switch_callback_host.h42 inline napi_env GetEnv() const in GetEnv() function
Dcached_locations_callback_host.h45 inline napi_env GetEnv() const in GetEnv() function
Dnmea_message_callback_host.h45 inline napi_env GetEnv() const in GetEnv() function
Dlocation_gnss_geofence_callback_host.h53 inline napi_env GetEnv() const in GetEnv() function
Dlocating_required_data_callback_host.h50 inline napi_env GetEnv() const in GetEnv() function
Dlocator_callback_host.h75 inline napi_env GetEnv() const in GetEnv() function
/base/location/frameworks/js/napi/source/
Dlocation_napi_system.cpp47 if (env == g_systemSingleLocatorCallbackHost->GetEnv()) { in GetLocationOnce()
198 if (env == locatorCallbackHost->GetEnv()) { in SubscribeSystemLocationChange()
253 if (env == g_systemSubcribeCallbackHost->GetEnv()) { in Unsubscribe()