Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_session/services/session/server/
H A Davsession_service.cpp3055 const AVSessionDescriptor* histroyDescriptor) in CreateWantAgent() argument
3057 if (histroyDescriptor == nullptr && topSession_ == nullptr) { in CreateWantAgent()
3079 if (histroyDescriptor != nullptr) { in CreateWantAgent()
3081 bundleName = histroyDescriptor->elementName_.GetBundleName(); in CreateWantAgent()
3082 abilityName = histroyDescriptor->elementName_.GetAbilityName(); in CreateWantAgent()
3083 uid = histroyDescriptor->uid_; in CreateWantAgent()
H A Davsession_service.h442 const AVSessionDescriptor* histroyDescriptor);