Home
last modified time | relevance | path

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

/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/bmsbundleresourcehelper_fuzzer/
H A Dbmsbundleresourcehelper_fuzzer.cpp37 std::vector<std::string> resourceNames; in DoSomethingInterestingWithMyAPI() local
38 BundleResourceHelper::GetAllBundleResourceName(resourceNames); in DoSomethingInterestingWithMyAPI()
/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.cpp3687 std::vector<std::string> resourceNames; in ProcessBundleResourceInfo() local
3688 BundleResourceHelper::GetAllBundleResourceName(resourceNames); in ProcessBundleResourceInfo()
3692 if (std::find(resourceNames.begin(), resourceNames.end(), bundleName) == resourceNames.end()) { in ProcessBundleResourceInfo()
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/bundleresprocess_fuzzer/
H A Dbundleresprocess_fuzzer.cpp41 std::vector<std::string> resourceNames; in DoSomethingInterestingWithMyAPI() local
42 BundleResourceProcess::GetResourceInfoByColorModeChanged(resourceNames, USERID, resourceInfos); in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_resource_helper.h51 static void GetAllBundleResourceName(std::vector<std::string> &resourceNames);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/
H A Dbundle_resource_process.cpp149 const std::vector<std::string> &resourceNames, in GetResourceInfoByColorModeChanged()
174 if (std::find(resourceNames.begin(), resourceNames.end(), bundleName) == resourceNames.end()) { in GetResourceInfoByColorModeChanged()
148 GetResourceInfoByColorModeChanged( const std::vector<std::string> &resourceNames, const int32_t userId, std::vector<ResourceInfo> &resourceInfos) GetResourceInfoByColorModeChanged() argument
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/bundle_resource/
H A Dbundle_resource_process.h42 static bool GetResourceInfoByColorModeChanged(const std::vector<std::string> &resourceNames,
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_resource_test/
H A Dbms_bundle_resource_test.cpp1814 std::vector<std::string> resourceNames; in HWTEST_F() local
1816 bool ans = BundleResourceProcess::GetResourceInfoByColorModeChanged(resourceNames, USERID, resourceInfos); in HWTEST_F()
1833 std::vector<std::string> resourceNames; in HWTEST_F() local
1835 bool ans = BundleResourceProcess::GetResourceInfoByColorModeChanged(resourceNames, USERID, resourceInfos); in HWTEST_F()
3461 std::vector<std::string> resourceNames; in HWTEST_F() local
3464 bool ans = BundleResourceProcess::GetResourceInfoByColorModeChanged(resourceNames, USERID, resourceInfos); in HWTEST_F()
3965 std::vector<std::string> resourceNames; in HWTEST_F() local
3966 BundleResourceHelper::GetAllBundleResourceName(resourceNames); in HWTEST_F()

Completed in 14 milliseconds