Home
last modified time | relevance | path

Searched refs:IsInit (Results 1 – 5 of 5) sorted by relevance

/base/telephony/core_service/services/network_search/include/
Doperator_name_utils.h41 bool IsInit();
/base/web/webview/interfaces/kits/napi/webviewcontroller/
Dnapi_webview_controller.cpp158 if ((!webviewController) || (status != napi_ok) || !webviewController->IsInit()) { in GetWebviewController()
575 if (!controller || !controller->IsInit()) { in EnableSafeBrowsing()
665 if ((!webviewController) || (status != napi_ok) || !webviewController->IsInit()) { in InnerSetHapPath()
705 if (!controller || !controller->IsInit()) { in InnerJsProxy()
795 if ((!webviewController) || (status != napi_ok) || !webviewController->IsInit()) { in AccessStep()
1388 if (webviewController == nullptr || !webviewController->IsInit()) { in CreateWebMessagePorts()
1489 if (webviewController == nullptr || !webviewController->IsInit()) { in PostMessage()
2023 if ((!webviewController) || (status != napi_ok) || !webviewController->IsInit()) { in GetCustomUserAgent()
2056 if ((!webviewController) || (status != napi_ok) || !webviewController->IsInit()) { in SetCustomUserAgent()
2120 if ((!webviewController) || (status != napi_ok) || !webviewController->IsInit()) { in BackOrForward()
[all …]
Dwebview_controller.cpp81 if (IsInit()) { in WebviewController()
148 if (it->second && IsInit()) { in InnerCompleteWindowNew()
155 bool WebviewController::IsInit() in IsInit() function in OHOS::NWeb::WebviewController
Dwebview_controller.h97 bool IsInit();
/base/telephony/core_service/services/network_search/src/
Doperator_name_utils.cpp65 bool OperatorNameUtils::IsInit() in IsInit() function in OHOS::Telephony::OperatorNameUtils
217 if (!IsInit()) { in GetCustomName()