Searched refs:methodList (Results 1 - 8 of 8) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_web_ffi.h | 84 VectorInt64Handle funcList, const char* name, VectorStringHandle methodList, int64_t controllerId);
|
H A D | cj_web_ffi.cpp | 491 VectorInt64Handle funcList, const char* name, VectorStringHandle methodList, int64_t controllerId) in FfiOHOSAceFrameworkWebJavaScriptProxy() 504 auto& methods = *reinterpret_cast<std::vector<std::string>*>(methodList); in FfiOHOSAceFrameworkWebJavaScriptProxy() 490 FfiOHOSAceFrameworkWebJavaScriptProxy( VectorInt64Handle funcList, const char* name, VectorStringHandle methodList, int64_t controllerId) FfiOHOSAceFrameworkWebJavaScriptProxy() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/web/ |
H A D | web_property.h | 672 const std::vector<std::string>& methodList) in AddJavascriptInterface() 675 addJavascriptInterfaceImpl_(objectName, methodList); in AddJavascriptInterface() 684 void RemoveJavascriptInterface(std::string objectName, const std::vector<std::string>& methodList) in RemoveJavascriptInterface() argument 687 removeJavascriptInterfaceImpl_(objectName, methodList); in RemoveJavascriptInterface() 670 AddJavascriptInterface( const std::string& objectName, const std::vector<std::string>& methodList) AddJavascriptInterface() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_web_controller.cpp | 976 // options.methodList in AddJavascriptInterface() 978 JSRef<JSVal> methodList = obj->GetProperty("methodList"); in AddJavascriptInterface() local 979 if (methodList->IsArray()) { in AddJavascriptInterface() 980 JSRef<JSArray> array = JSRef<JSArray>::Cast(methodList); in AddJavascriptInterface() 1027 JSRef<JSVal> methodList = obj->GetProperty("methodList"); in SetJavascriptInterface() local 1028 if (!methodList->IsArray()) { in SetJavascriptInterface() 1031 JSRef<JSArray> array = JSRef<JSArray>::Cast(methodList); in SetJavascriptInterface()
|
H A D | js_web.cpp | 3482 auto methodList = JSRef<JSVal>::Cast(paramObject->GetProperty("methodList")); in JavaScriptProxy() local 3492 name, methodList, asyncMethodList, permission]() { in JavaScriptProxy() 3493 JSRef<JSVal> argv[] = { object, name, methodList, asyncMethodList, permission }; in JavaScriptProxy()
|
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/ |
H A D | web_delegate.cpp | 1205 void WebDelegate::AddJavascriptInterface(const std::string& objectName, const std::vector<std::string>& methodList) in AddJavascriptInterface() argument 1212 [weak = WeakClaim(this), objectName, methodList]() { in AddJavascriptInterface() 1224 objectName, methodList, asyncMethodList, in AddJavascriptInterface() 1231 void WebDelegate::RemoveJavascriptInterface(const std::string& objectName, const std::vector<std::string>& methodList) in RemoveJavascriptInterface() argument 1238 [weak = WeakClaim(this), objectName, methodList]() { in RemoveJavascriptInterface() 1244 delegate->nweb_->UnregisterArkJSfunction(objectName, methodList); in RemoveJavascriptInterface() 2371 const std::vector<std::string>& methodList) { in SetWebCallBack() 2372 uiTaskExecutor.PostTask([weak, objectName, methodList]() { in SetWebCallBack() 2375 delegate->AddJavascriptInterface(objectName, methodList); in SetWebCallBack() 2381 const std::vector<std::string>& methodList) { in SetWebCallBack() [all...] |
H A D | web_delegate.h | 1109 void AddJavascriptInterface(const std::string& objectName, const std::vector<std::string>& methodList); 1110 void RemoveJavascriptInterface(const std::string& objectName, const std::vector<std::string>& methodList);
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/ |
H A D | mock_web_delegate.cpp | 461 void WebDelegate::AddJavascriptInterface(const std::string& objectName, const std::vector<std::string>& methodList) {} in AddJavascriptInterface() argument 462 void WebDelegate::RemoveJavascriptInterface(const std::string& objectName, const std::vector<std::string>& methodList) in RemoveJavascriptInterface() argument
|
Completed in 29 milliseconds