Home
last modified time | relevance | path

Searched refs:SetApplicationBundleType (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_data_mgr_test.cpp1332 innerBundleInfo.SetApplicationBundleType(BundleType::APP);
1393 innerBundleInfo.SetApplicationBundleType(BundleType::SHARED);
1427 innerBundleInfo.SetApplicationBundleType(BundleType::SHARED);
1444 innerBundleInfo.SetApplicationBundleType(BundleType::SHARED);
1474 innerBundleInfo.SetApplicationBundleType(BundleType::SHARED);
1504 innerBundleInfo.SetApplicationBundleType(BundleType::SHARED);
1540 innerBundleInfo.SetApplicationBundleType(BundleType::SHARED);
2979 innerBundleInfo.SetApplicationBundleType(BundleType::APP);
3096 innerBundleInfo.SetApplicationBundleType(BundleType::APP);
3116 innerBundleInfo.SetApplicationBundleType(BundleType::APP);
[all …]
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_app_service_fwk_installer.cpp1146 info.SetApplicationBundleType(BundleType::SHARED);
1148 info.SetApplicationBundleType(BundleType::APP_SERVICE_FWK);
H A Dbms_bundle_install_checker_test.cpp666 oldInfo.SetApplicationBundleType(BundleType::APP);
667 newInfo.SetApplicationBundleType(BundleType::ATOMIC_SERVICE);
1048 innerBundleInfo1.SetApplicationBundleType(BundleType::APP);
1049 innerBundleInfo2.SetApplicationBundleType(BundleType::ATOMIC_SERVICE);
H A Dbms_bundle_installer_test.cpp4695 oldInfo.SetApplicationBundleType(BundleType::SHARED);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinner_bundle_info.h1882 void SetApplicationBundleType(BundleType type) in SetApplicationBundleType() function
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_install_checker.cpp822 innerBundleInfo.SetApplicationBundleType(BundleType::ATOMIC_SERVICE); in SetEntryInstallationFree()
H A Dbundle_profile.cpp2604 innerBundleInfo.SetApplicationBundleType(BundleType::ATOMIC_SERVICE); in ToInnerBundleInfo()
H A Dmodule_profile.cpp1928 innerBundleInfo.SetApplicationBundleType(bundleType); in ParserAtomicConfig()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_free_install_test/
H A Dbms_bundle_free_install_test.cpp214 innerBundleInfo.SetApplicationBundleType(BundleType::ATOMIC_SERVICE); in AddInnerBundleInfo()