Home
last modified time | relevance | path

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

/foundation/filemanagement/user_file_service/frameworks/js/napi/file_access_module/root_info/
H A Droot_iterator_entity.h29 std::vector<RootInfo> devVec; member
H A Dnapi_root_iterator_exporter.cpp103 auto len = rootIterator->devVec.size(); in Next()
106 rootInfoEntity->rootInfo = rootIterator->devVec[rootIterator->pos]; in Next()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_install_checker.cpp1352 std::vector<std::string> devVec = info.second.GetDeviceType(info.second.GetCurrentModulePackage()); in CheckSupportAppTypes() local
1353 if (find(devVec.begin(), devVec.end(), DEVICE_TYPE_OF_DEFAULT) != devVec.end() && in CheckSupportAppTypes()
1354 find(devVec.begin(), devVec.end(), DEVICE_TYPE_OF_PHONE) == devVec.end()) { in CheckSupportAppTypes()
1355 devVec.emplace_back(DEVICE_TYPE_OF_PHONE); in CheckSupportAppTypes()
1357 sort(devVec.begin(), devVec in CheckSupportAppTypes()
1378 std::vector<std::string> devVec = info.second.GetDeviceType(info.second.GetCurrentModulePackage()); CheckDeviceType() local
[all...]
/foundation/filemanagement/user_file_service/frameworks/js/napi/file_access_module/
H A Dnapi_fileaccess_helper.cpp926 rootIteratorEntity->devVec = std::move(rootInfoVec); in MakeGetRootsResult()

Completed in 5 milliseconds