Home
last modified time | relevance | path

Searched refs:infosForNavDesSwitch_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/observer/
H A Dui_observer.cpp44 std::unordered_map<napi_ref, NG::AbilityContextInfo> UIObserver::infosForNavDesSwitch_; member in OHOS::Ace::Napi::UIObserver
551 auto localInfo = infosForNavDesSwitch_[ref]; in RegisterNavDestinationSwitchCallback()
572 infosForNavDesSwitch_[newRef] = info; in RegisterNavDestinationSwitchCallback()
619 auto localInfo = infosForNavDesSwitch_[ref]; in UnRegisterNavDestinationSwitchCallback()
642 infosForNavDesSwitch_.erase(ref); in UnRegisterNavDestinationSwitchCallback()
705 auto localInfo = infosForNavDesSwitch_[ref]; in HandleAbilityUIContextNavDestinationSwitch()
H A Dui_observer.h154 static std::unordered_map<napi_ref, NG::AbilityContextInfo> infosForNavDesSwitch_; variable