Searched refs:resourceNames (Results 1 - 8 of 8) sorted by relevance
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/bmsbundleresourcehelper_fuzzer/ |
H A D | bmsbundleresourcehelper_fuzzer.cpp | 37 std::vector<std::string> resourceNames; in DoSomethingInterestingWithMyAPI() local 38 BundleResourceHelper::GetAllBundleResourceName(resourceNames); in DoSomethingInterestingWithMyAPI()
|
/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 | 3687 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 D | bundleresprocess_fuzzer.cpp | 41 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 D | bundle_resource_helper.h | 51 static void GetAllBundleResourceName(std::vector<std::string> &resourceNames);
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/ |
H A D | bundle_resource_process.cpp | 149 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 D | bundle_resource_process.h | 42 static bool GetResourceInfoByColorModeChanged(const std::vector<std::string> &resourceNames,
|
/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; 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