Searched refs:supportModule (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/multimedia/av_session/services/session/adapter/ |
H A D | avsession_dynamic_insight.cpp | 77 std::string& supportModule, std::string& profile) in IsSupportPlayIntent() argument 109 supportModule = module; in IsSupportPlayIntent() 123 std::string supportModule; in GetPlayIntentParam() local 125 if (!IsSupportPlayIntent(bundleName, supportModule, profile)) { in GetPlayIntentParam() 147 executeParam.moduleName_ = supportModule; in GetPlayIntentParam()
|
H A D | bundle_status_adapter.cpp | 164 std::string& supportModule, std::string& profile) in IsSupportPlayIntent() argument 181 supportModule = module; in IsSupportPlayIntent()
|
H A D | avsession_dynamic_insight.h | 29 std::string& supportModule, std::string& profile);
|
H A D | bundle_status_adapter.h | 41 std::string& supportModule, std::string& profile);
|
/ohos5.0/foundation/multimedia/av_session/services/session/server/test/ |
H A D | bundle_status_adapter_test.cpp | 265 std::string supportModule = ""; variable 267 …bool ret = BundleStatusAdapter::GetInstance().IsSupportPlayIntent(bundleName, supportModule, profi… 281 std::string supportModule = ""; variable 288 …bool ret = BundleStatusAdapter::GetInstance().IsSupportPlayIntent(bundleName, supportModule, profi…
|
/ohos5.0/foundation/multimedia/av_session/services/session/server/ |
H A D | avsession_service.cpp | 1414 std::string supportModule; in CreateSessionInner() local 1416 …sAdapter::GetInstance().IsSupportPlayIntent(elementName.GetBundleName(), supportModule, profile)) { in CreateSessionInner() 1691 std::string supportModule; in AddAvQueueInfoToFile() local 1693 … if (!BundleStatusAdapter::GetInstance().IsSupportPlayIntent(bundleName, supportModule, profile)) { in AddAvQueueInfoToFile()
|