Home
last modified time | relevance | path

Searched refs:appTypesVec (Results 1 - 1 of 1) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_install_checker.cpp1344 std::vector<std::string> appTypesVec; in CheckSupportAppTypes() local
1345 OHOS::SplitStr(supportAppTypes, SUPPORT_APP_TYPES_SEPARATOR, appTypesVec); in CheckSupportAppTypes()
1346 if (find(appTypesVec.begin(), appTypesVec.end(), DEVICE_TYPE_OF_DEFAULT) != appTypesVec.end() && in CheckSupportAppTypes()
1347 find(appTypesVec.begin(), appTypesVec.end(), DEVICE_TYPE_OF_PHONE) == appTypesVec.end()) { in CheckSupportAppTypes()
1348 appTypesVec.emplace_back(DEVICE_TYPE_OF_PHONE); in CheckSupportAppTypes()
1350 sort(appTypesVec in CheckSupportAppTypes()
[all...]

Completed in 3 milliseconds