Home
last modified time | relevance | path

Searched refs:OnRequestEvent (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/plugin/
H A Dplugin_component_callback.h40 …virtual void OnRequestEvent(const AAFwk::Want& want, const std::string& name, const std::string& d…
H A Dplugin_component_manager.cpp156 callback.first->OnRequestEvent(want, name, data); in OnRequestCallBack()
/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/plugincomponent/
H A Djs_plugin_callback.h75 …void OnRequestEvent(const AAFwk::Want& want, const std::string& name, const std::string& data) ove…
H A Djs_plugin_callback.cpp303 void JSPluginCallback::OnRequestEvent(const AAFwk::Want& want, const std::string& name, const std::… in OnRequestEvent() function in OHOS::Ace::Napi::JSPluginCallback