Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Ddistributed_ui_manager.h46 void UnSubscribeUpdate() in UnSubscribeUpdate() function
48 distributedUI_->UnSubscribeUpdate(); in UnSubscribeUpdate()
H A Dui_content_impl.h197 void UnSubscribeUpdate() override in UnSubscribeUpdate() function
199 uiManager_->UnSubscribeUpdate(); in UnSubscribeUpdate()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Ddistributed_ui.h66 void UnSubscribeUpdate();
H A Ddistributed_ui.cpp96 void DistributedUI::UnSubscribeUpdate() in UnSubscribeUpdate() function in OHOS::Ace::NG::DistributedUI
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/
H A Ddistributed_ui_test_ng.cpp112 distributedUI.UnSubscribeUpdate();
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/ace/
H A Dui_content.h218 virtual void UnSubscribeUpdate() {} in UnSubscribeUpdate() function