Home
last modified time | relevance | path

Searched refs:AppType (Results 1 - 25 of 53) sorted by relevance

123

/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dsystem_bundle_installer.h37 Constants::AppType appType);
45 bool InstallSystemSharedBundle(InstallParam &installParam, bool isOTA, Constants::AppType appType);
56 Constants::AppType appType);
69 Constants::AppType appType);
H A Dpre_install_bundle_info.h135 * @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 Dbundle_mgr_service_event_handler.h128 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 Dbundle_install_checker.h50 Constants::AppType appType = Constants::AppType::THIRD_PARTY_APP;
190 const Constants::AppType appType) const;
H A Dbase_bundle_installer.h88 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 Dwifi_app_parser.cpp45 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 Dwifi_app_parser.h25 enum class AppType { class
69 AppType GetAppTypeAsInt(const xmlNodePtr &innode);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/shared/
H A Dshared_bundle_installer.h38 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 Dbasebundleinstallerinstallbundlevector_fuzzer.cpp33 Constants::AppType appType = Constants::AppType::SYSTEM_APP; in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/basebundleinstallerprocessbundleinstall_fuzzer/
H A Dbasebundleinstallerprocessbundleinstall_fuzzer.cpp33 Constants::AppType appType = Constants::AppType::SYSTEM_APP; in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/basebundleinstallerinstallbundle_fuzzer/
H A Dbasebundleinstallerinstallbundle_fuzzer.cpp33 Constants::AppType appType = Constants::AppType::SYSTEM_APP; in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_event_handler_test/
H A Dmock_system_bundle_installer.cpp40 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 Dbms_event_handler_test.cpp280 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 Dsoftbus_app_info.h52 } AppType; typedef
108 AppType appType;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_installer.cpp46 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 Dsystem_bundle_installer.cpp38 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 Dpre_install_bundle_info.cpp61 GetValueIfFindKey<Constants::AppType>(jsonObject, jsonObjectEnd, APP_TYPE, in FromJson()
H A Dbundle_mgr_service_event_handler.cpp503 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 Dbundle_mgr_service_event_handler.cpp388 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 Dbms_bundle_install_checker_test.cpp144 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 Dbms_bundle_ota_update_test.cpp141 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 Dinner_bundle_info.h197 * @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 Dbundle_constants.h33 enum class AppType { class
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dbundle_constants.h76 enum class AppType { class
/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/include/
H A Dsoftbus_proxychannel_manager.h72 int32_t TransProxyGetAppInfoType(int16_t myId, const char *identity, AppType *appType);

Completed in 39 milliseconds

123