Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_session/services/session/server/
H A Davsession_service.h299 sptr<AVSessionItem> CreateSessionInner(const std::string& tag, int32_t type, bool thirdPartyApp,
302 int32_t CreateSessionInner(const std::string& tag, int32_t type, bool thirdPartyApp,
307 sptr<AVSessionItem> CreateNewSession(const std::string& tag, int32_t type, bool thirdPartyApp,
H A Davsession_service.cpp1273 …nItem> AVSessionService::CreateNewSession(const std::string& tag, int32_t type, bool thirdPartyApp, in CreateNewSession() argument
1287 descriptor.isThirdPartyApp_ = thirdPartyApp; in CreateNewSession()
1309 …32_t AVSessionService::CreateSessionInner(const std::string& tag, int32_t type, bool thirdPartyApp, in CreateSessionInner() argument
1336 auto result = CreateNewSession(tag, type, thirdPartyApp, elementName); in CreateSessionInner()
1367 …tem> AVSessionService::CreateSessionInner(const std::string& tag, int32_t type, bool thirdPartyApp, in CreateSessionInner() argument
1371 auto res = CreateSessionInner(tag, type, thirdPartyApp, elementName, sessionItem); in CreateSessionInner()