Home
last modified time | relevance | path

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

/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 in OHOS::Ace::DistributedUIManager
43 distributedUI_->SubscribeUpdate(onUpdate); in SubscribeUpdate()
H A Dui_content_impl.h194 void SubscribeUpdate(const std::function<void(int32_t, SerializeableObjectArray&)>& onUpdate) override
197 return uiManager_->SubscribeUpdate(onUpdate);
/foundation/arkui/ace_engine/test/unittest/core/base/
H A Ddistributed_ui_test_ng.cpp105 distributedUI.SubscribeUpdate(fun); in HWTEST_F()
145 distributedUI.SubscribeUpdate(fun); in HWTEST_F()
178 distributedUI.SubscribeUpdate(fun); in HWTEST_F()
252 distributedUI.SubscribeUpdate(fun); in HWTEST_F()
/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.cpp84 void DistributedUI::SubscribeUpdate(const std::function<void(int32_t, SerializeableObjectArray&)>& onUpdate) in SubscribeUpdate() function in OHOS::Ace::NG::DistributedUI
/foundation/arkui/ace_engine/interfaces/inner_api/ace/
H A Dui_content.h218 virtual void SubscribeUpdate(const std::function<void(int32_t, SerializeableObjectArray&)>& onUpdate) {} in SubscribeUpdate() function in OHOS::OHOS::Ace::UIContent

Completed in 6 milliseconds