Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Ddistributed_ui_manager.h41 void SubscribeUpdate(const std::function<void(int32_t, SerializeableObjectArray&)>& onUpdate) in SubscribeUpdate() function
43 distributedUI_->SubscribeUpdate(onUpdate); in SubscribeUpdate()
H A Dui_content_impl.h193 …void SubscribeUpdate(const std::function<void(int32_t, SerializeableObjectArray&)>& onUpdate) over… in SubscribeUpdate() function
195 return uiManager_->SubscribeUpdate(onUpdate); in SubscribeUpdate()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/
H A Ddistributed_ui_test_ng.cpp105 distributedUI.SubscribeUpdate(fun);
145 distributedUI.SubscribeUpdate(fun);
178 distributedUI.SubscribeUpdate(fun);
252 distributedUI.SubscribeUpdate(fun);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Ddistributed_ui.h65 void SubscribeUpdate(const std::function<void(int32_t, SerializeableObjectArray&)>& onUpdate);
H A Ddistributed_ui.cpp91 void DistributedUI::SubscribeUpdate(const std::function<void(int32_t, SerializeableObjectArray&)>& … in SubscribeUpdate() function in OHOS::Ace::NG::DistributedUI
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/ace/
H A Dui_content.h217 …virtual void SubscribeUpdate(const std::function<void(int32_t, SerializeableObjectArray&)>& onUpda… in SubscribeUpdate() function