Home
last modified time | relevance | path

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

/base/global/resource_management/interfaces/js/innerkits/core/src/
Dresource_manager_napi_context.cpp29 const std::string &methodName, FunctionType functionType) in ContextGetResource()
/base/account/os_account/test/systemtest/common/resource/fuzzTest/include/
Dfuzz_config_parser.h67 auto methodName = itm.key(); in ParseFromFile4FuzzTest() local
/base/web/webview/interfaces/kits/napi/webviewcontroller/
Dwebview_javascript_result_callback.h207 bool HasMethod(const std::string& methodName) in HasMethod()
225 napi_value FindMethod(const std::string& methodName) in FindMethod()
299 std::string methodName; in SetUpMethods() local
383 std::string methodName; member
Dwebview_javascript_result_callback.cpp1049 int32_t objectId, const std::string& methodName) in PostHasJavaScriptObjectMethodsToJsThread()
1082 …vaScriptResultCallBack::HasJavaScriptObjectMethods(int32_t objectId, const std::string& methodName) in HasJavaScriptObjectMethods()
1388 napi_env env, const napi_value& object, bool methodName, int32_t holder) in AddObject()
1410 bool methodName = FindObjectIdInJsTd(env, obj, &objectId); in AddNamedObject() local
/base/update/updateservice/interfaces/inner_api/engine/
Dupdate_service_proxy.cpp34 #define RETURN_FAIL_WHEN_REMOTE_ERR(methodName, res) \ argument