Home
last modified time | relevance | path

Searched refs:appIndexes_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/
H A Dbundle_resource_manager.cpp66 if (!resourceInfos.empty() && !resourceInfos[0].appIndexes_.empty()) { in AddResourceInfoByBundleName()
67 for (const int32_t appIndex : resourceInfos[0].appIndexes_) { in AddResourceInfoByBundleName()
140 if (!item.second.empty() && !item.second[0].appIndexes_.empty()) { in AddAllResourceInfo()
142 for (const int32_t appIndex : item.second[0].appIndexes_) { in AddAllResourceInfo()
301 if (std::find(iter->second[0].appIndexes_.begin(), iter->second[0].appIndexes_.end(), in DeleteNotExistResourceInfo()
302 resourceInfo.appIndex_) == iter->second[0].appIndexes_.end()) { in DeleteNotExistResourceInfo()
H A Dbundle_resource_process.cpp264 info.appIndexes_ = indexes; in InnerGetResourceInfo()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/bundle_resource/
H A Dresource_info.h62 std::vector<int32_t> appIndexes_; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_resource_test/
H A Dbms_bundle_resource_test.cpp3712 info.appIndexes_.emplace_back(1);