Home
last modified time | relevance | path

Searched refs:resourceNames (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_resource_helper.cpp99 void BundleResourceHelper::GetAllBundleResourceName(std::vector<std::string> &resourceNames) in GetAllBundleResourceName() argument
108 if (!manager->GetAllResourceName(resourceNames)) { in GetAllBundleResourceName()
H A Dbundle_mgr_service_event_handler.cpp3090 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 Dbundle_resource_process.cpp148 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 Dbundle_resource_helper.h51 static void GetAllBundleResourceName(std::vector<std::string> &resourceNames);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/bundle_resource/
H A Dbundle_resource_process.h42 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 Dbms_bundle_resource_test.cpp1814 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…