Searched refs:GetModuleNames (Results 1 – 5 of 5) sorted by relevance
39 uint32_t GetModuleNames(const cJSON *node, int c, HandleBack callback);
45 const std::vector<std::string> &GetModuleNames() const;
87 fileListHandles_.emplace("moduleNames", bind(&ResConfigParser::GetModuleNames, this, _1, in InitFileListCommand()126 uint32_t ResConfigParser::GetModuleNames(const cJSON *node, int c, HandleBack callback) in GetModuleNames() function in OHOS::Global::Restool::ResConfigParser
89 const vector<string> &PackageParser::GetModuleNames() const in GetModuleNames() function in OHOS::Global::Restool::PackageParser
73 vector<string> moduleNames = packageParser_.GetModuleNames(); in InitModule()