Searched refs:OnMethodCall (Results 1 - 13 of 13) sorted by relevance
/foundation/arkui/ace_engine/adapter/preview/entrance/ |
H A D | ace_resource_register.cpp | 20 bool AceResourceRegister::OnMethodCall(const std::string& method, const std::string& param, std::string& result) in OnMethodCall() function in OHOS::Ace::Platform::AceResourceRegister
|
H A D | ace_resource_register.h | 29 bool OnMethodCall(const std::string& method, const std::string& param, std::string& result) override;
|
/foundation/arkui/ace_engine/test/mock/core/common/ |
H A D | mock_resource_register.h | 37 bool OnMethodCall(const std::string& method, const std::string& param, std::string& result) override
|
/foundation/arkui/ace_engine/frameworks/core/components/ability_component/resource/ |
H A D | ability_component_resource.cpp | 113 resRegister->OnMethodCall(method, param, result); in CallResRegisterMethod() 124 resRegister->OnMethodCall(method, param, result); in CallResRegisterMethod()
|
/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | platform_res_register.h | 56 virtual bool OnMethodCall(const std::string& method, const std::string& param, std::string& result) = 0;
|
/foundation/arkui/ace_engine/frameworks/core/components/hyperlink/ |
H A D | hyperlink_resources.cpp | 75 resRegister->OnMethodCall(method, param, result); in CallResRegisterMethod()
|
/foundation/arkui/ace_engine/frameworks/core/components/video/resource/ |
H A D | resource.cpp | 237 resRegister->OnMethodCall(method, param, result); in CallResRegisterMethod() 263 resRegister->OnMethodCall(method, param, result); in CallSyncResRegisterMethod()
|
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/ |
H A D | web_resource.cpp | 162 resRegister->OnMethodCall(method, param, result); in CallResRegisterMethod()
|
/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/resource/ |
H A D | xcomponent_resource.cpp | 163 resRegister->OnMethodCall(method, param, result); in CallResRegisterMethod()
|
/foundation/arkui/ace_engine/frameworks/core/components/rich_text/resource/ |
H A D | rich_text_resource.cpp | 167 resRegister->OnMethodCall(method, param, result); in CallResRegisterMethod()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/ |
H A D | web_resource.cpp | 153 resRegister->OnMethodCall(method, param, result); in CallResRegisterMethod()
|
/foundation/arkui/ace_engine/frameworks/core/components/form/resource/ |
H A D | form_manager_resource.cpp | 89 resRegister->OnMethodCall(method, param, result); in CallResRegisterMethod()
|
/foundation/arkui/ace_engine/frameworks/core/components/plugin/resource/ |
H A D | plugin_manager_resource.cpp | 86 resRegister->OnMethodCall(method, param, result); in CallResRegisterMethod()
|
Completed in 5 milliseconds