/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | system_bundle_installer.h | 37 Constants::AppType appType); 45 bool InstallSystemSharedBundle(InstallParam &installParam, bool isOTA, Constants::AppType appType); 56 Constants::AppType appType); 69 Constants::AppType appType);
|
H A D | pre_install_bundle_info.h | 135 * @brief Get AppType. 136 * @return Returns the AppType. 138 Constants::AppType GetAppType() const in GetAppType() 143 * @brief Set AppType. 144 * @param appType Indicates the AppType to be set. 146 void SetAppType(Constants::AppType appType) in SetAppType() 287 Constants::AppType appType_ = Constants::AppType::SYSTEM_APP;
|
H A D | bundle_mgr_service_event_handler.h | 128 Constants::AppType appType, 307 Constants::AppType appType, 315 void ProcessSystemSharedBundleInstall(const std::string &sharedBundlePath, Constants::AppType appType); 353 const std::list<std::string> &bundleList, Constants::AppType appType); 360 void InnerProcessRebootSharedBundleInstall(const std::list<std::string> &bundleList, Constants::AppType appType); 428 Constants::AppType appType, 442 Constants::AppType appType, 453 Constants::AppType appType, 509 Constants::AppType appType);
|
H A D | bundle_install_checker.h | 50 Constants::AppType appType = Constants::AppType::THIRD_PARTY_APP; 190 const Constants::AppType appType) const;
|
H A D | base_bundle_installer.h | 88 const std::string &bundlePath, const InstallParam &installParam, const Constants::AppType appType); 98 const Constants::AppType appType); 202 const Constants::AppType appType, int32_t &uid); 386 const Constants::AppType appType,
|
/foundation/communication/wifi/wifi/base/utils/ |
H A D | wifi_app_parser.cpp | 45 const std::unordered_map<std::string, AppType> appTypeMap = { 46 { XML_TAG_SECTION_HEADER_GAME_INFO, AppType::LOW_LATENCY_APP }, 47 { XML_TAG_SECTION_HEADER_APP_WHITE_LIST, AppType::WHITE_LIST_APP }, 48 { XML_TAG_SECTION_HEADER_APP_BLACK_LIST, AppType::BLACK_LIST_APP }, 49 { XML_TAG_SECTION_HEADER_MULTILINK_BLACK_LIST, AppType::MULTILINK_BLACK_LIST_APP }, 50 { XML_TAG_SECTION_HEADER_CHARIOT_APP, AppType::CHARIOT_APP }, 51 {XML_TAG_SECTION_HEADER_HIGH_TEMP_LIMIT_SPEED_APP, AppType::HIGH_TEMP_LIMIT_SPEED_APP}, 178 case AppType::LOW_LATENCY_APP: 181 case AppType::WHITE_LIST_APP: 184 case AppType [all...] |
H A D | wifi_app_parser.h | 25 enum class AppType { class 69 AppType GetAppTypeAsInt(const xmlNodePtr &innode);
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/shared/ |
H A D | shared_bundle_installer.h | 38 SharedBundleInstaller(const InstallParam &installParam, const Constants::AppType appType); 76 const Constants::AppType appType_;
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/basebundleinstallerinstallbundlevector_fuzzer/ |
H A D | basebundleinstallerinstallbundlevector_fuzzer.cpp | 33 Constants::AppType appType = Constants::AppType::SYSTEM_APP; in DoSomethingInterestingWithMyAPI()
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/basebundleinstallerprocessbundleinstall_fuzzer/ |
H A D | basebundleinstallerprocessbundleinstall_fuzzer.cpp | 33 Constants::AppType appType = Constants::AppType::SYSTEM_APP; in DoSomethingInterestingWithMyAPI()
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/basebundleinstallerinstallbundle_fuzzer/ |
H A D | basebundleinstallerinstallbundle_fuzzer.cpp | 33 Constants::AppType appType = Constants::AppType::SYSTEM_APP; in DoSomethingInterestingWithMyAPI()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_event_handler_test/ |
H A D | mock_system_bundle_installer.cpp | 40 Constants::AppType appType) in InstallSystemBundle() 63 Constants::AppType appType) in OTAInstallSystemBundle() 191 Constants::AppType appType) in InstallSystemSharedBundle() 207 Constants::AppType appType) in OTAInstallSystemBundleNeedCheckUser()
|
H A D | bms_event_handler_test.cpp | 280 Constants::AppType appType = Constants::AppType::SYSTEM_APP; in HWTEST_F() 295 Constants::AppType appType = Constants::AppType::SYSTEM_APP; in HWTEST_F() 311 Constants::AppType appType = Constants::AppType::SYSTEM_APP; in HWTEST_F() 327 Constants::AppType appType = Constants::AppType::SYSTEM_APP; in HWTEST_F() 516 Constants::AppType appType = Constants::AppType in HWTEST_F() [all...] |
/foundation/communication/dsoftbus/core/transmission/common/include/ |
H A D | softbus_app_info.h | 52 } AppType; typedef 108 AppType appType;
|
/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 | system_bundle_installer.cpp | 38 Constants::AppType appType) in InstallSystemBundle() 54 Constants::AppType appType) in InstallSystemSharedBundle() 69 Constants::AppType appType) in OTAInstallSystemBundle() 100 Constants::AppType appType) in OTAInstallSystemBundleNeedCheckUser()
|
H A D | pre_install_bundle_info.cpp | 61 GetValueIfFindKey<Constants::AppType>(jsonObject, jsonObjectEnd, APP_TYPE, in FromJson()
|
H A D | bundle_mgr_service_event_handler.cpp | 503 filePaths, Constants::AppType::SYSTEM_APP, removable)) { in ReInstallAllInstallDirApps() 882 ProcessSystemBundleInstall(item, Constants::AppType::SYSTEM_APP, userId); in ProcessBootBundleInstallFromScan() 981 ProcessSystemSharedBundleInstall(hspDir, Constants::AppType::SYSTEM_APP); in InnerProcessBootPreBundleProFileInstall() 1027 BMSEventHandler::ProcessSystemBundleInstall(installInfo, Constants::AppType::SYSTEM_APP, userId); in AddTaskParallel() 1033 BMSEventHandler::ProcessSystemBundleInstall(installInfo, Constants::AppType::SYSTEM_APP, userId); in AddTaskParallel() 1052 const PreScanInfo &preScanInfo, Constants::AppType appType, int32_t userId) in ProcessSystemBundleInstall() 1073 const std::string &bundleDir, Constants::AppType appType, int32_t userId) in ProcessSystemBundleInstall() 1093 void BMSEventHandler::ProcessSystemSharedBundleInstall(const std::string &sharedBundlePath, Constants::AppType appType) in ProcessSystemSharedBundleInstall() 1668 InnerProcessRebootSharedBundleInstall(sharedBundleDirs, Constants::AppType::SYSTEM_APP); in ProcessReBootPreBundleProFileInstall() 1669 InnerProcessRebootBundleInstall(bundleDirs, Constants::AppType in ProcessReBootPreBundleProFileInstall() [all...] |
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/ |
H A D | bundle_mgr_service_event_handler.cpp | 388 const PreScanInfo& preScanInfo, Constants::AppType appType, int32_t userId) in ProcessSystemBundleInstall() 392 const std::string& bundleDir, Constants::AppType appType, int32_t userId) in ProcessSystemBundleInstall() 395 void BMSEventHandler::ProcessSystemSharedBundleInstall(const std::string& sharedBundlePath, Constants::AppType appType) in ProcessSystemSharedBundleInstall() 466 const std::list<std::string>& scanPathList, Constants::AppType appType) in InnerProcessRebootBundleInstall() 475 const std::list<std::string>& scanPathList, Constants::AppType appType) in InnerProcessRebootSharedBundleInstall() 554 const std::vector<std::string>& filePaths, Constants::AppType appType, bool removable) in OTAInstallSystemBundle() 560 const std::string& bundleName, Constants::AppType appType, bool removable) in OTAInstallSystemBundleNeedCheckUser() 566 const std::vector<std::string>& filePaths, Constants::AppType appType, bool removable) in OTAInstallSystemSharedBundle()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/ |
H A D | bms_bundle_install_checker_test.cpp | 144 Constants::AppType appType = Constants::AppType::SYSTEM_APP;
in HWTEST_F() 158 Constants::AppType appType = Constants::AppType::THIRD_SYSTEM_APP;
in HWTEST_F() 172 Constants::AppType appType = Constants::AppType::THIRD_PARTY_APP;
in HWTEST_F() 186 Constants::AppType appType = Constants::AppType::THIRD_PARTY_APP;
in HWTEST_F() 203 Constants::AppType appType = Constants::AppType in HWTEST_F() [all...] |
H A D | bms_bundle_ota_update_test.cpp | 141 filePath, installParam, Constants::AppType::SYSTEM_APP) == ERR_OK; in InstallSystemBundle() 158 filePaths, installParam, Constants::AppType::SYSTEM_APP) == ERR_OK; in OTAInstallSystemBundle() 542 bundleFiles, installParam, Constants::AppType::SYSTEM_APP); in HWTEST_F() 553 Constants::AppType::SYSTEM_APP); in HWTEST_F()
|
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/include/bundle_parser/ |
H A D | inner_bundle_info.h | 197 * @brief Get application AppType. 198 * @return Returns the AppType. 200 Constants::AppType GetAppType() const in GetAppType() 239 Constants::AppType appType_ = Constants::AppType::THIRD_PARTY_APP;
|
/foundation/ability/ability_runtime/frameworks/simulator/common/include/ |
H A D | bundle_constants.h | 33 enum class AppType { class
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | bundle_constants.h | 76 enum class AppType { class
|
/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/include/ |
H A D | softbus_proxychannel_manager.h | 72 int32_t TransProxyGetAppInfoType(int16_t myId, const char *identity, AppType *appType);
|