Home
last modified time | relevance | path

Searched defs:methodName (Results 1 – 18 of 18) sorted by relevance

/base/web/webview/interfaces/kits/cj/include/
Dwebview_javascript_result_callback.h73 int HasMethod(const std::string& methodName) in HasMethod()
92 std::function<char*(const char*)> FindMethod(const std::string& methodName) in FindMethod()
/base/global/resource_management/interfaces/js/innerkits/core/src/
Dresource_manager_napi_context.cpp29 const std::string &methodName, FunctionType functionType) in ContextGetResource()
/base/web/webview/test/fuzztest/registerasyncjsproxy_fuzzer/
Dregisterasyncjsproxy_fuzzer.cpp34 std::string methodName = dataProvider.ConsumeRandomLengthString(); in RegisterAsyncJSProxyFuzzTest() local
/base/account/os_account/services/accountmgr/src/osaccount/
Dos_account_plugin_manager.cpp46 std::string methodName = funcSymbolList_[i]; in LoaderLib() local
/base/account/os_account/services/accountmgr/test/unittest/os_account/mock/
Dmock_os_account_musl.cpp80 void *dlsym(void *__restrict, const char * methodName) in dlsym()
/base/web/webview/interfaces/kits/napi/webviewcontroller/
Dwebview_javascript_result_callback.h226 bool HasMethod(const std::string& methodName) in HasMethod()
244 napi_value FindMethod(const std::string& methodName) in FindMethod()
318 std::string methodName; in SetUpMethods() local
419 std::string methodName; member
Dwebview_javascript_result_callback.cpp1736 int32_t objectId, const std::string& methodName) in PostHasJavaScriptObjectMethodsToJsThread()
1769 …vaScriptResultCallBack::HasJavaScriptObjectMethods(int32_t objectId, const std::string& methodName) in HasJavaScriptObjectMethods()
2163 napi_env env, const napi_value& object, bool methodName, int32_t holder) in AddObject()
2186 bool methodName = FindObjectIdInJsTd(env, obj, &objectId); in AddNamedObject() local
/base/web/webview/interfaces/kits/ani/webview/native/webviewcontroller/
Dwebview_javascript_result_callback.h226 bool HasMethod(const std::string& methodName) in HasMethod()
244 napi_value FindMethod(const std::string& methodName) in FindMethod()
318 std::string methodName; in SetUpMethods() local
420 std::string methodName; member
Dwebview_javascript_result_callback.cpp1343 int32_t objectId, const std::string& methodName) in PostHasJavaScriptObjectMethodsToJsThread()
1376 …vaScriptResultCallBack::HasJavaScriptObjectMethods(int32_t objectId, const std::string& methodName) in HasJavaScriptObjectMethods()
1689 napi_env env, const napi_value& object, bool methodName, int32_t holder) in AddObject()
1712 bool methodName = FindObjectIdInJsTd(env, obj, &objectId); in AddNamedObject() local
/base/web/webview/test/unittest/interface_native_test/
Dnative_interface_arkweb_test.cpp77 const char* methodName[3] = { "method1", "method2", "method3" }; variable
/base/web/webview/interfaces/native/
Darkweb_type.h190 const char* methodName; member
204 const char* methodName; member
Dnative_interface_arkweb.cpp52 …NWebJsProxyCallbackImpl(const char *methodName, NativeArkWeb_OnJavaScriptProxyCallback methodCallb… in NWebJsProxyCallbackImpl()
/base/web/webview/interfaces/kits/cj/src/
Dwebview_javascript_result_callback.cpp103 bool methodName = FindObjectIdInJsTd(cjFuncs, methodList, objectId); in AddNamedObject() local
371 …riptResultCallBackImpl::HasJavaScriptObjectMethods(int32_t objectId, const std::string& methodName) in HasJavaScriptObjectMethods()
/base/account/os_account/services/accountmgr/test/unittest/domain_account/mock/
Dmock_musl.cpp350 void *dlsym(void *__restrict, const char *methodName) in dlsym()
/base/web/webview/ohos_interface/include/ohos_nweb/
Dnweb.h1748 const std::vector<std::string>& methodName, in RegisterNativeJavaScriptProxy()
/base/account/os_account/services/accountmgr/src/domain_account/
Dinner_domain_account_manager.cpp345 std::string methodName = GetMethodNameByEnum(static_cast<PluginMethodEnum>(i)); in LoaderLib() local
445 std::string methodName = GetMethodNameByEnum(methodEnum); in GetAndCleanPluginBussnessError() local
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
Dark_web_nweb_impl.cpp1363 const ArkWebStringVector& methodName, ArkWebRefPtr<ArkWebJsProxyMethod> data, in RegisterNativeJavaScriptProxy()
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
Dark_web_nweb_wrapper.cpp1597 const std::vector<std::string>& methodName, std::shared_ptr<OHOS::NWeb::NWebJsProxyMethod> data, in RegisterNativeJavaScriptProxy()