Home
last modified time | relevance | path

Searched refs:IsSupportPlayIntent (Results 1 - 6 of 6) sorted by relevance

/foundation/multimedia/av_session/services/session/adapter/
H A Davsession_dynamic_insight.cpp76 __attribute__((no_sanitize("cfi"))) bool InsightAdapter::IsSupportPlayIntent(const std::string& bundleName, in IsSupportPlayIntent() function in OHOS::AVSession::InsightAdapter
125 if (!IsSupportPlayIntent(bundleName, supportModule, profile)) { in GetPlayIntentParam()
196 extern "C" bool IsSupportPlayIntent(const std::string& bundleName, const std::string& assetId) in IsSupportPlayIntent() function
H A Davsession_dynamic_insight.h28 __attribute__((no_sanitize("cfi"))) bool IsSupportPlayIntent(const std::string& bundleName,
H A Dbundle_status_adapter.h40 __attribute__((no_sanitize("cfi"))) bool IsSupportPlayIntent(const std::string& bundleName,
H A Dbundle_status_adapter.cpp160 __attribute__((no_sanitize("cfi"))) bool BundleStatusAdapter::IsSupportPlayIntent(const std::string& bundleName, in IsSupportPlayIntent() function in OHOS::AVSession::BundleStatusAdapter
/foundation/multimedia/av_session/services/session/server/test/
H A Dbundle_status_adapter_test.cpp259 * @tc.desc: Test IsSupportPlayIntent
268 bool ret = BundleStatusAdapter::GetInstance().IsSupportPlayIntent(bundleName, supportModule, profile); in HWTEST_F()
275 * @tc.desc: Test IsSupportPlayIntent
281 std::string bundleName = "com.IsSupportPlayIntent.test"; in HWTEST_F()
289 bool ret = BundleStatusAdapter::GetInstance().IsSupportPlayIntent(bundleName, supportModule, profile); in HWTEST_F()
/foundation/multimedia/av_session/services/session/server/
H A Davsession_service.cpp1186 if (BundleStatusAdapter::GetInstance().IsSupportPlayIntent(elementName.GetBundleName(), supportModule, profile)) { in CreateSessionInner()
1448 if (!BundleStatusAdapter::GetInstance().IsSupportPlayIntent(bundleName, supportModule, profile)) { in AddAvQueueInfoToFile()

Completed in 11 milliseconds