Searched refs:THIRD_PARTY_APP (Results 1 - 13 of 13) sorted by relevance
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_installer.cpp | 46 bundleFilePath, userInstallParam, Constants::AppType::THIRD_PARTY_APP); in Install() 53 bundleFilePath, installParam, Constants::AppType::THIRD_PARTY_APP); in Install() 94 bundleFilePaths, userInstallParam, Constants::AppType::THIRD_PARTY_APP); in Install() 100 resultCode = InstallBundle(bundleFilePaths, installParam, Constants::AppType::THIRD_PARTY_APP); in Install() 247 bundleFilePaths, userInstallParam, Constants::AppType::THIRD_PARTY_APP); in InstallDriverForAllUsers()
|
H A D | bundle_install_checker.cpp | 353 newInfo.SetAppType(Constants::AppType::THIRD_PARTY_APP); in ParseHapFiles() 835 if ((appType == Constants::AppType::THIRD_PARTY_APP) && in CheckSystemSize()
|
H A D | bundle_mgr_host_impl.cpp | 46 constexpr const char* THIRD_PARTY_APP = "third-party"; member 2795 std::string appType = isSystemApp ? SYSTEM_APP : THIRD_PARTY_APP; in GetAppType() 4134 info.SetAppType(isSystemApp ? Constants::AppType::SYSTEM_APP : Constants::AppType::THIRD_PARTY_APP); in SetProvisionInfoToInnerBundleInfo()
|
/foundation/ability/ability_runtime/frameworks/simulator/common/include/ |
H A D | bundle_constants.h | 36 THIRD_PARTY_APP, member in OHOS::AppExecFwk::Constants::AppType
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | bundle_constants.h | 79 THIRD_PARTY_APP, member in OHOS::AppExecFwk::Constants::AppType
|
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/include/bundle_parser/ |
H A D | inner_bundle_info.h | 239 Constants::AppType appType_ = Constants::AppType::THIRD_PARTY_APP;
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_install_checker.h | 50 Constants::AppType appType = Constants::AppType::THIRD_PARTY_APP;
|
H A D | inner_bundle_info.h | 2251 Constants::AppType appType_ = Constants::AppType::THIRD_PARTY_APP;
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/ |
H A D | bms_bundle_install_checker_test.cpp | 172 Constants::AppType appType = Constants::AppType::THIRD_PARTY_APP;
in HWTEST_F() 186 Constants::AppType appType = Constants::AppType::THIRD_PARTY_APP;
in HWTEST_F() 205 Constants::AppType appType2 = Constants::AppType::THIRD_PARTY_APP;
in HWTEST_F() 228 Constants::AppType appType2 = Constants::AppType::THIRD_PARTY_APP;
in HWTEST_F() 248 Constants::AppType appType2 = Constants::AppType::THIRD_PARTY_APP;
in HWTEST_F() 949 innerBundleInfo2.SetAppType(Constants::AppType::THIRD_PARTY_APP);
in HWTEST_F()
|
H A D | bms_bundle_installer_test.cpp | 1644 auto appType = Constants::AppType::THIRD_PARTY_APP; in HWTEST_F() 1936 auto appType = Constants::AppType::THIRD_PARTY_APP; in HWTEST_F() 3948 auto appType = Constants::AppType::THIRD_PARTY_APP; in HWTEST_F() 4213 auto appType = Constants::AppType::THIRD_PARTY_APP; in HWTEST_F() 4230 auto appType = Constants::AppType::THIRD_PARTY_APP; in HWTEST_F() 4246 auto appType = Constants::AppType::THIRD_PARTY_APP; in HWTEST_F() 4283 auto appType = Constants::AppType::THIRD_PARTY_APP; in HWTEST_F() 5207 auto appType = Constants::AppType::THIRD_PARTY_APP; in HWTEST_F() 5230 auto appType = Constants::AppType::THIRD_PARTY_APP; in HWTEST_F() 5248 auto appType = Constants::AppType::THIRD_PARTY_APP; in HWTEST_F() [all...] |
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_event_handler_test/ |
H A D | bms_event_handler_test.cpp | 516 Constants::AppType appType = Constants::AppType::THIRD_PARTY_APP; in HWTEST_F() 531 Constants::AppType appType = Constants::AppType::THIRD_PARTY_APP; in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_service_startup_test/ |
H A D | bms_service_startup_test.cpp | 267 Constants::AppType appType = Constants::AppType::THIRD_PARTY_APP; in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_data_mgr_test/ |
H A D | bms_data_mgr_test.cpp | 818 info.SetAppType(Constants::AppType::THIRD_PARTY_APP); in HWTEST_F()
|
Completed in 39 milliseconds