Home
last modified time | relevance | path

Searched refs:GetAbilityInfosFromBundleInfo (Results 1 - 3 of 3) sorted by relevance

/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test6.cpp845 * @tc.name: GetAbilityInfosFromBundleInfo
846 * @tc.desc: GetAbilityInfosFromBundleInfo
849 HWTEST_F(SceneSessionManagerTest6, GetAbilityInfosFromBundleInfo, Function | SmallTest | Level3) in HWTEST_F()
854 auto ret = ssm_->GetAbilityInfosFromBundleInfo(bundleInfos, scbAbilityInfos); in HWTEST_F()
867 ret = ssm_->GetAbilityInfosFromBundleInfo(bundleInfos, scbAbilityInfos); in HWTEST_F()
/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscene_session_manager.h667 WSError GetAbilityInfosFromBundleInfo(std::vector<AppExecFwk::BundleInfo>& bundleInfos,
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp6630 return GetAbilityInfosFromBundleInfo(bundleInfos, scbAbilityInfos); in GetAllAbilityInfos()
6656 return GetAbilityInfosFromBundleInfo(bundleInfos, scbAbilityInfos); in GetBatchAbilityInfos()
6659 WSError SceneSessionManager::GetAbilityInfosFromBundleInfo(std::vector<AppExecFwk::BundleInfo>& bundleInfos, in GetAbilityInfosFromBundleInfo() function in OHOS::Rosen::SceneSessionManager

Completed in 25 milliseconds