Searched refs:SendCallbackMessage (Results 1 - 13 of 13) sorted by relevance
/foundation/arkui/ace_engine/test/mock/core/common/ |
H A D | mock_frontend.h | 69 MOCK_METHOD(void, SendCallbackMessage, (const std::string& callbackId, const std::string& data), (const override));
|
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/ |
H A D | js_frontend.h | 83 void SendCallbackMessage(const std::string& callbackId, const std::string& data) const override;
|
H A D | js_frontend.cpp | 509 void JsFrontend::SendCallbackMessage(const std::string& callbackId, const std::string& data) const in SendCallbackMessage() function in OHOS::Ace::JsFrontend
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/ |
H A D | declarative_frontend_ng.h | 64 void SendCallbackMessage(const std::string& callbackId, const std::string& data) const override {}
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/plugin/mock/ |
H A D | mock_plugin_frontend.cpp | 44 void PluginFrontend::SendCallbackMessage(const std::string& callbackId, const std::string& data) const {} in SendCallbackMessage() function in OHOS::Ace::PluginFrontend
|
/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/ |
H A D | card_frontend.h | 63 void SendCallbackMessage(const std::string& callbackId, const std::string& data) const override {}
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/ |
H A D | cj_frontend_abstract.h | 160 void SendCallbackMessage(const std::string& callbackId, const std::string& data) const override {}
|
/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/ |
H A D | plugin_frontend.h | 72 void SendCallbackMessage(const std::string& callbackId, const std::string& data) const override;
|
H A D | plugin_frontend.cpp | 431 void PluginFrontend::SendCallbackMessage(const std::string& callbackId, const std::string& data) const in SendCallbackMessage() function in OHOS::Ace::PluginFrontend
|
/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | frontend.h | 181 virtual void SendCallbackMessage(const std::string& callbackId, const std::string& data) const = 0;
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ |
H A D | declarative_frontend.h | 90 void SendCallbackMessage(const std::string& callbackId, const std::string& data) const override;
|
H A D | declarative_frontend.cpp | 811 void DeclarativeFrontend::SendCallbackMessage(const std::string& callbackId, const std::string& data) const in Initialize() function in OHOS::Ace::DeclarativeFrontend
|
/foundation/arkui/ace_engine/frameworks/core/pipeline/ |
H A D | pipeline_context.cpp | 2445 frontend->SendCallbackMessage(callbackId, data); in SendCallbackMessageToFrontend()
|
Completed in 24 milliseconds