Searched refs:RemoveJavascriptInterface (Results 1 – 5 of 5) sorted by relevance
51 void RemoveJavascriptInterface(const JSCallbackInfo& args);
507 …Controller>::CustomMethod("deleteJavaScriptRegister", &JSWebController::RemoveJavascriptInterface); in JSBind()1061 void JSWebController::RemoveJavascriptInterface(const JSCallbackInfo& args) in RemoveJavascriptInterface() function in OHOS::Ace::Framework::JSWebController1073 webController_->RemoveJavascriptInterface(objName, {}); in RemoveJavascriptInterface()
689 … void RemoveJavascriptInterface(std::string objectName, const std::vector<std::string>& methodList) in RemoveJavascriptInterface() function
1058 …void RemoveJavascriptInterface(const std::string& objectName, const std::vector<std::string>& meth…
1246 void WebDelegate::RemoveJavascriptInterface(const std::string& objectName, const std::vector<std::s… in RemoveJavascriptInterface() function in OHOS::Ace::WebDelegate2402 delegate->RemoveJavascriptInterface(objectName, methodList); in SetWebCallBack()