Home
last modified time | relevance | path

Searched refs:IsInit (Results 1 - 8 of 8) sorted by relevance

/base/web/webview/interfaces/kits/cj/src/
H A Dwebview_ffi.cpp123 if (nativeWebviewCtl == nullptr || !nativeWebviewCtl->IsInit()) { in FfiOHOSWebviewCtlLoadUrl()
134 if (nativeWebviewCtl == nullptr || !nativeWebviewCtl->IsInit()) { in FfiOHOSWebviewCtlLoadUrlWithHeaders()
152 if (nativeWebviewCtl == nullptr || !nativeWebviewCtl->IsInit()) { in FfiOHOSWebviewCtlLoadData()
166 if (nativeWebviewCtl == nullptr || !nativeWebviewCtl->IsInit()) { in FfiOHOSWebviewCtlPreFetchPage()
191 if (nativeWebviewCtl == nullptr || !nativeWebviewCtl->IsInit()) { in FfiOHOSWebviewCtlPreFetchPageWithHeaders()
225 if (nativeWebviewCtl == nullptr || !nativeWebviewCtl->IsInit()) { in FfiOHOSWebviewCtlSetAudioMuted()
242 if (nativeWebviewCtl == nullptr || !nativeWebviewCtl->IsInit()) { in FfiOHOSWebviewCtlRefresh()
252 if (nativeWebviewCtl == nullptr || !nativeWebviewCtl->IsInit()) { in FfiOHOSWebviewCtlGetUserAgent()
264 if (nativeWebviewCtl == nullptr || !nativeWebviewCtl->IsInit()) { in FfiOHOSWebviewCtlGetWebId()
277 if (nativeWebviewCtl == nullptr || !nativeWebviewCtl->IsInit()) { in FfiOHOSWebviewCtlAccessForward()
[all...]
H A Dwebview_controller_impl.cpp132 if (IsInit()) { in WebviewControllerImpl()
138 bool WebviewControllerImpl::IsInit() in IsInit() function in OHOS::Webview::WebviewControllerImpl
/base/telephony/core_service/services/network_search/include/
H A Doperator_name_utils.h41 bool IsInit();
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dnapi_webview_controller.cpp203 if ((!webviewController) || (status != napi_ok) || !webviewController->IsInit()) { in GetWebviewController()
484 if (webviewController == nullptr || !webviewController->IsInit()) { in RemoveDownloadDelegateRef()
1033 if (!controller->IsInit()) { in EnableSafeBrowsing()
1123 if ((!webviewController) || (status != napi_ok) || !webviewController->IsInit()) { in InnerSetHapPath()
1166 if (!controller || !controller->IsInit()) { in InnerJsProxy()
1265 if ((!webviewController) || (status != napi_ok) || !webviewController->IsInit()) { in AccessStep()
1880 if (webviewController == nullptr || !webviewController->IsInit()) { in CreateWebMessagePorts()
1984 if (webviewController == nullptr || !webviewController->IsInit()) { in PostMessage()
2558 if ((!webviewController) || (status != napi_ok) || !webviewController->IsInit()) { in GetCustomUserAgent()
2593 if ((!webviewController) || (status != napi_ok) || !webviewController->IsInit()) { in SetCustomUserAgent()
[all...]
H A Dwebview_controller.h136 bool IsInit() const;
H A Dwebview_controller.cpp100 if (IsInit()) { in WebviewController()
188 if (it->second && IsInit()) { in InnerCompleteWindowNew()
202 bool WebviewController::IsInit() const in IsInit() function in OHOS::NWeb::WebviewController
/base/telephony/core_service/services/network_search/src/
H A Doperator_name_utils.cpp65 bool OperatorNameUtils::IsInit() in IsInit() function in OHOS::Telephony::OperatorNameUtils
255 if (!IsInit()) { in GetCustomName()
/base/web/webview/interfaces/kits/cj/include/
H A Dwebview_controller_impl.h77 bool IsInit();

Completed in 17 milliseconds