Home
last modified time | relevance | path

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

/foundation/multimedia/av_session/services/session/server/
H A Davsession_service.cpp2783 SLOGI("CreateWantAgent with historyDescriptor"); in CreateWantAgent()
2822 void AVSessionService::NotifySystemUI(const AVSessionDescriptor* historyDescriptor, bool isActiveSession) in NotifySystemUI() argument
2842 localLiveViewContent->SetTitle(historyDescriptor && !isActiveSession ? "" : "AVSession NotifySystemUI"); in NotifySystemUI()
2843 localLiveViewContent->SetText(historyDescriptor && !isActiveSession ? "" : "AVSession NotifySystemUI"); in NotifySystemUI()
2849 auto uid = topSession_ ? topSession_->GetUid() : (historyDescriptor ? historyDescriptor->uid_ : -1); in NotifySystemUI()
2858 std::shared_ptr<AbilityRuntime::WantAgent::WantAgent> wantAgent = CreateWantAgent(historyDescriptor); in NotifySystemUI()
H A Davsession_service.h279 void NotifySystemUI(const AVSessionDescriptor* historyDescriptor, bool isActiveSession);

Completed in 6 milliseconds