Home
last modified time | relevance | path

Searched refs:nameList (Results 1 - 6 of 6) sorted by relevance

/base/update/updater/services/flow_update/update_bin/
H A Dcomponent_processor.h84 void RegisterProcessor(Constructor constructor, std::vector<std::string> &nameList);
104 std::vector<std::string> nameList {__VA_ARGS__}; \
106 nameList); \
H A Dcomponent_processor.cpp45 void ComponentProcessorFactory::RegisterProcessor(Constructor constructor, std::vector<std::string> &nameList) in RegisterProcessor() argument
47 for (auto &iter : nameList) { in RegisterProcessor()
/base/hiviewdfx/hidumper/frameworks/native/include/util/
H A Dconfig_utils.h33 static DumpStatus GetSectionNames(const std::string &name, std::vector<std::string> &nameList);
77 static DumpStatus GetGroupNames(const std::string &name, std::vector<std::string> &nameList);
/base/hiviewdfx/hidumper/frameworks/native/src/util/
H A Dconfig_utils.cpp103 DumpStatus ConfigUtils::GetSectionNames(const std::string &name, std::vector<std::string> &nameList) in GetSectionNames() argument
107 std::transform(tmpUse.begin(), tmpUse.end(), std::back_inserter(nameList), in GetSectionNames()
109 DumpUtils::RemoveDuplicateString(nameList); // remove duplicate log names in GetSectionNames()
113 DumpStatus ConfigUtils::GetGroupNames(const std::string &name, std::vector<std::string> &nameList) in GetGroupNames() argument
123 nameList.push_back(groups_[i].name_); in GetGroupNames()
/base/security/appverify/interfaces/innerkits/appverify_lite/src/
H A Dmbedtls_pkcs7.c324 static int32_t GetDeps(const mbedtls_x509_name *nameList) in GetDeps() argument
327 while (nameList != NULL) { in GetDeps()
328 nameList = nameList->next; in GetDeps()
/base/print/print_fwk/test/unittest/fwk_print_service_ability_test/
H A Dprint_service_ability_test.cpp188 std::vector<std::string> nameList = {DEFAULT_EXTENSION_ID, UNLOAD_EXTENSION_ID}; in InitExtensionList() local
190 for (size_t index = 0; index < nameList.size(); index++) { in InitExtensionList()
191 loadInfo.bundleName = nameList[index]; in InitExtensionList()
192 loadInfo.moduleName = nameList[index]; in InitExtensionList()
193 loadInfo.name = nameList[index]; in InitExtensionList()

Completed in 9 milliseconds