Home
last modified time | relevance | path

Searched refs:UIObserver (Results 1 - 4 of 4) sorted by relevance

/foundation/arkui/ace_engine/interfaces/napi/kits/observer/
H A Djs_ui_observer.cpp159 // js code: UIObserver.on('navDestinationSwitch', callback) in ParseNavDestSwitchRegisterParams()
164 // js code: UIObserver.on('navDestinationSwitch', { navigationId: navId }, callback) in ParseNavDestSwitchRegisterParams()
200 // js code: UIObserver.off('navDestinationSwitch', callback) in ParseNavDestSwitchUnRegisterParams()
203 // js code: UIObserver.off('navDestinationSwitch', { navigationId: navId }) in ParseNavDestSwitchUnRegisterParams()
228 // js code: UIObserver.off('navDestinationSwitch', { navigationId: navId }, callback) in ParseNavDestSwitchUnRegisterParams()
376 NG::UIObserverHandler::GetInstance().SetHandleNavigationChangeFunc(&UIObserver::HandleNavigationStateChange); in ProcessNavigationRegister()
382 UIObserver::RegisterNavigationCallback(listener); in ProcessNavigationRegister()
390 UIObserver::RegisterNavigationCallback(id, listener); in ProcessNavigationRegister()
403 UIObserver::UnRegisterNavigationCallback(nullptr); in ProcessNavigationUnRegister()
407 UIObserver in ProcessNavigationUnRegister()
[all...]
H A Dui_observer.cpp22 std::list<std::shared_ptr<UIObserverListener>> UIObserver::unspecifiedNavigationListeners_;
24 UIObserver::specifiedCNavigationListeners_;
26 std::list<std::shared_ptr<UIObserverListener>> UIObserver::scrollEventListeners_;
28 UIObserver::specifiedScrollEventListeners_;
31 UIObserver::abilityContextRouterPageListeners_;
33 UIObserver::specifiedRouterPageListeners_;
34 std::unordered_map<napi_ref, NG::AbilityContextInfo> UIObserver::infosForRouterPage_;
37 UIObserver::specifiedDensityListeners_;
38 std::unordered_map<int32_t, std::list<std::shared_ptr<UIObserverListener>>> UIObserver::specifiedDrawListeners_;
39 std::unordered_map<int32_t, std::list<std::shared_ptr<UIObserverListener>>> UIObserver
[all...]
H A Dui_observer.h33 class UIObserver { class
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DjsUIContext.js166 class UIObserver {
487 this.observer_ = new UIObserver(this.instanceId_);

Completed in 4 milliseconds