Home
last modified time | relevance | path

Searched refs:specifiedLayoutListeners_ (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/interfaces/napi/kits/observer/
H A Dui_observer.cpp39 std::unordered_map<int32_t, std::list<std::shared_ptr<UIObserverListener>>> UIObserver::specifiedLayoutListeners_; member in OHOS::Ace::Napi::UIObserver
394 if (specifiedLayoutListeners_.find(uiContextInstanceId) == specifiedLayoutListeners_.end()) { in RegisterLayoutCallback()
395 specifiedLayoutListeners_[uiContextInstanceId] = std::list<std::shared_ptr<UIObserverListener>>({ listener }); in RegisterLayoutCallback()
398 auto& holder = specifiedLayoutListeners_[uiContextInstanceId]; in RegisterLayoutCallback()
411 if (specifiedLayoutListeners_.find(uiContextInstanceId) == specifiedLayoutListeners_.end()) { in UnRegisterLayoutCallback()
414 auto& holder = specifiedLayoutListeners_[uiContextInstanceId]; in UnRegisterLayoutCallback()
534 if (specifiedLayoutListeners_.find(currentId) == specifiedLayoutListeners_ in HandLayoutDoneChange()
[all...]
H A Dui_observer.h137 static std::unordered_map<int32_t, std::list<std::shared_ptr<UIObserverListener>>> specifiedLayoutListeners_; member in OHOS::Ace::Napi::UIObserver

Completed in 3 milliseconds