Home
last modified time | relevance | path

Searched defs:SubscribeUpdate (Results 1 – 4 of 4) 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
H A Dui_content_impl.h193 …void SubscribeUpdate(const std::function<void(int32_t, SerializeableObjectArray&)>& onUpdate) over… in SubscribeUpdate() function
/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
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Ddistributed_ui.cpp91 void DistributedUI::SubscribeUpdate(const std::function<void(int32_t, SerializeableObjectArray&)>& … in SubscribeUpdate() function in OHOS::Ace::NG::DistributedUI