/base/web/webview/interfaces/kits/napi/webviewcontroller/ |
D | webview_javascript_result_callback.cpp | 891 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 …]
|
D | web_download_delegate.h | 48 napi_env GetEnv();
|
D | web_download_manager.cpp | 60 …WebDownloadItem *webDownloadItem = new WebDownloadItem(webDownloadDelegate->GetEnv(), downloadItem… in DownloadBeforeStart() 87 …WebDownloadItem *webDownloadItem = new WebDownloadItem(webDownloadDelegate->GetEnv(), downloadItem… in DownloadDidUpdate()
|
D | web_download_delegate.cpp | 253 napi_env WebDownloadDelegate::GetEnv() in GetEnv() function in OHOS::NWeb::WebDownloadDelegate
|
D | webview_javascript_result_callback.h | 128 napi_env GetEnv() const in GetEnv() function
|
D | webview_controller.cpp | 166 it->second->GetEnv(), it->second->GetValue(), it->first, in InnerCompleteWindowNew()
|
/base/location/interfaces/inner_api/include/ |
D | gnss_status_callback_host.h | 43 inline napi_env GetEnv() const in GetEnv() function
|
D | location_error_callback_host.h | 43 inline napi_env GetEnv() const in GetEnv() function
|
D | location_switch_callback_host.h | 42 inline napi_env GetEnv() const in GetEnv() function
|
D | cached_locations_callback_host.h | 45 inline napi_env GetEnv() const in GetEnv() function
|
D | nmea_message_callback_host.h | 45 inline napi_env GetEnv() const in GetEnv() function
|
D | location_gnss_geofence_callback_host.h | 53 inline napi_env GetEnv() const in GetEnv() function
|
D | locating_required_data_callback_host.h | 50 inline napi_env GetEnv() const in GetEnv() function
|
D | locator_callback_host.h | 75 inline napi_env GetEnv() const in GetEnv() function
|
/base/location/frameworks/js/napi/source/ |
D | location_napi_system.cpp | 47 if (env == g_systemSingleLocatorCallbackHost->GetEnv()) { in GetLocationOnce() 198 if (env == locatorCallbackHost->GetEnv()) { in SubscribeSystemLocationChange() 253 if (env == g_systemSubcribeCallbackHost->GetEnv()) { in Unsubscribe()
|