Home
last modified time | relevance | path

Searched refs:SetDeclarativeOnUpdateWithValueParamsCallback (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/plugin/
H A Dplugin_sub_container.h126 void SetDeclarativeOnUpdateWithValueParamsCallback(onPluginUpdateWithValueParams&& callback) in SetDeclarativeOnUpdateWithValueParamsCallback() function
129 frontend_->SetDeclarativeOnUpdateWithValueParamsCallback(std::move(callback)); in SetDeclarativeOnUpdateWithValueParamsCallback()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
H A Dplugin_frontend.h197 void SetDeclarativeOnUpdateWithValueParamsCallback(onPluginUpdateWithValueParams&& callback) in SetDeclarativeOnUpdateWithValueParamsCallback() function
200 delegate_->SetDeclarativeOnUpdateWithValueParamsCallback(std::move(callback)); in SetDeclarativeOnUpdateWithValueParamsCallback()
H A Dplugin_frontend_delegate.h236 void SetDeclarativeOnUpdateWithValueParamsCallback(onPluginUpdateWithValueParams&& callback) in SetDeclarativeOnUpdateWithValueParamsCallback() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Djs_ace_page.h339 …void SetDeclarativeOnUpdateWithValueParamsCallback(std::function<void(const std::string&)>&& callb… in SetDeclarativeOnUpdateWithValueParamsCallback() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_view_register_impl.cpp376 pluginContainer->SetDeclarativeOnUpdateWithValueParamsCallback(std::move(callback)); in UpdateRootComponent()
497 page->SetDeclarativeOnUpdateWithValueParamsCallback([weak](const std::string& params) { in UpdateRootComponent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/
H A Dcj_page_router.cpp55 page->SetDeclarativeOnUpdateWithValueParamsCallback([weak](const std::string& params) { in SetCjPageCallbackClassic()