Searched refs:resourceNames (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_resource_helper.cpp | 99 void BundleResourceHelper::GetAllBundleResourceName(std::vector<std::string> &resourceNames) in GetAllBundleResourceName() argument 108 if (!manager->GetAllResourceName(resourceNames)) { in GetAllBundleResourceName()
|
H A D | bundle_mgr_service_event_handler.cpp | 3090 std::vector<std::string> resourceNames; in ProcessBundleResourceInfo() local 3091 BundleResourceHelper::GetAllBundleResourceName(resourceNames); in ProcessBundleResourceInfo() 3095 … if (std::find(resourceNames.begin(), resourceNames.end(), bundleName) == resourceNames.end()) { in ProcessBundleResourceInfo()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/ |
H A D | bundle_resource_process.cpp | 148 const std::vector<std::string> &resourceNames, in GetResourceInfoByColorModeChanged() argument 173 … if (std::find(resourceNames.begin(), resourceNames.end(), bundleName) == resourceNames.end()) { in GetResourceInfoByColorModeChanged()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_resource_helper.h | 51 static void GetAllBundleResourceName(std::vector<std::string> &resourceNames);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/bundle_resource/ |
H A D | bundle_resource_process.h | 42 static bool GetResourceInfoByColorModeChanged(const std::vector<std::string> &resourceNames,
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_resource_test/ |
H A D | bms_bundle_resource_test.cpp | 1814 std::vector<std::string> resourceNames; variable 1816 …bool ans = BundleResourceProcess::GetResourceInfoByColorModeChanged(resourceNames, USERID, resourc… 1833 std::vector<std::string> resourceNames; variable 1835 …bool ans = BundleResourceProcess::GetResourceInfoByColorModeChanged(resourceNames, USERID, resourc… 3461 std::vector<std::string> resourceNames; variable 3464 …bool ans = BundleResourceProcess::GetResourceInfoByColorModeChanged(resourceNames, USERID, resourc…
|