Searched refs:supportAppTypes (Results 1 - 4 of 4) sorted by relevance
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/ |
H A D | bms_bundle_install_device_type_test.cpp | 247 std::string supportAppTypes = "";
in HWTEST_F() local 249 bool ret = checker.CheckSupportAppTypes(infos, supportAppTypes);
in HWTEST_F() 264 std::string supportAppTypes = "";
in HWTEST_F() local 266 bool ret = checker.CheckSupportAppTypes(infos, supportAppTypes);
in HWTEST_F() 281 std::string supportAppTypes = DEVICE_TYPE_OF_PHONE;
in HWTEST_F() local 283 bool ret = checker.CheckSupportAppTypes(infos, supportAppTypes);
in HWTEST_F() 298 std::string supportAppTypes = DEVICE_TYPE_OF_PHONE;
in HWTEST_F() local 300 bool ret = checker.CheckSupportAppTypes(infos, supportAppTypes);
in HWTEST_F() 315 std::string supportAppTypes = DEVICE_TYPE_OF_DEFAULT;
in HWTEST_F() local 317 bool ret = checker.CheckSupportAppTypes(infos, supportAppTypes);
in HWTEST_F() 332 std::string supportAppTypes = DEVICE_TYPE_OF_PHONE; HWTEST_F() local 349 std::string supportAppTypes = DEVICE_TYPE_OF_DEFAULT; HWTEST_F() local 366 std::string supportAppTypes = DEVICE_TYPE_OF_DEFAULT; HWTEST_F() local [all...] |
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/default_app/ |
H A D | default_app_mgr.cpp | 81 const std::set<std::string> supportAppTypes = {BROWSER, IMAGE, AUDIO, VIDEO, PDF, WORD, EXCEL, PPT, EMAIL}; member 847 return supportAppTypes.find(param) != supportAppTypes.end(); in IsAppType()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_install_checker.cpp | 61 constexpr const char* SUPPORT_APP_TYPES = "const.bms.supportAppTypes"; 1341 const std::unordered_map<std::string, InnerBundleInfo> &infos, const std::string &supportAppTypes) const in CheckSupportAppTypes() 1343 LOG_D(BMS_TAG_INSTALLER, "CheckSupportAppTypes begin, supportAppTypes: %{public}s", supportAppTypes.c_str()); in CheckSupportAppTypes() 1345 OHOS::SplitStr(supportAppTypes, SUPPORT_APP_TYPES_SEPARATOR, appTypesVec); in CheckSupportAppTypes() 1362 LOG_W(BMS_TAG_INSTALLER, "check supportAppTypes failed"); in CheckSupportAppTypes() 1371 std::string supportAppTypes = OHOS::system::GetParameter(SUPPORT_APP_TYPES, ""); in CheckDeviceType() local 1372 if (!supportAppTypes.empty() && CheckSupportAppTypes(infos, supportAppTypes)) { in CheckDeviceType()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_install_checker.h | 175 const std::unordered_map<std::string, InnerBundleInfo> &infos, const std::string &supportAppTypes) const;
|
Completed in 6 milliseconds