Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_session/services/session/server/
H A Davsession_service.cpp3119 void AVSessionService::NotifySystemUI(const AVSessionDescriptor* historyDescriptor, bool isActiveSe… in NotifySystemUI() argument
3140 …localLiveViewContent->SetTitle(historyDescriptor && !isActiveSession ? "" : "AVSession NotifySyste… in NotifySystemUI()
3141 …localLiveViewContent->SetText(historyDescriptor && !isActiveSession ? "" : "AVSession NotifySystem… in NotifySystemUI()
3147 …auto uid = topSession_ ? topSession_->GetUid() : (historyDescriptor ? historyDescriptor->uid_ : -1… in NotifySystemUI()
3157 …d::shared_ptr<AbilityRuntime::WantAgent::WantAgent> wantAgent = CreateWantAgent(historyDescriptor); in NotifySystemUI()
H A Davsession_service.h281 void NotifySystemUI(const AVSessionDescriptor* historyDescriptor, bool isActiveSession);