Searched refs:UpdateInstanceId (Results 1 – 6 of 6) sorted by relevance
495 void UpdateInstanceId(int32_t newId);
378 void UpdateInstanceId(int32_t newId);
362 static napi_value UpdateInstanceId(napi_env env, napi_callback_info info);
1951 void WebviewController::UpdateInstanceId(int32_t newId) in UpdateInstanceId() function in OHOS::NWeb::WebviewController1954 javaScriptResultCb_->UpdateInstanceId(newId); in UpdateInstanceId()
1809 void WebviewJavaScriptResultCallBack::UpdateInstanceId(int32_t newId) in UpdateInstanceId() function in OHOS::NWeb::WebviewJavaScriptResultCallBack
638 DECLARE_NAPI_FUNCTION("updateInstanceId", NapiWebviewController::UpdateInstanceId), in Init()6341 napi_value NapiWebviewController::UpdateInstanceId(napi_env env, napi_callback_info info) in UpdateInstanceId() function in OHOS::NWeb::NapiWebviewController6367 webviewController->UpdateInstanceId(newId); in UpdateInstanceId()