Searched refs:IsSupportPlayIntent (Results 1 - 6 of 6) sorted by relevance
/foundation/multimedia/av_session/services/session/adapter/ |
H A D | avsession_dynamic_insight.cpp | 76 __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 D | avsession_dynamic_insight.h | 28 __attribute__((no_sanitize("cfi"))) bool IsSupportPlayIntent(const std::string& bundleName,
|
H A D | bundle_status_adapter.h | 40 __attribute__((no_sanitize("cfi"))) bool IsSupportPlayIntent(const std::string& bundleName,
|
H A D | bundle_status_adapter.cpp | 160 __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 D | bundle_status_adapter_test.cpp | 259 * @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 D | avsession_service.cpp | 1186 if (BundleStatusAdapter::GetInstance().IsSupportPlayIntent(elementName.GetBundleName(), supportModule, profile)) { in CreateSessionInner() 1448 if (!BundleStatusAdapter::GetInstance().IsSupportPlayIntent(bundleName, supportModule, profile)) { in AddAvQueueInfoToFile()
|
Completed in 11 milliseconds