Searched refs:GetArray (Results 1 – 2 of 2) sorted by relevance
| /developtools/global_resource_tool/src/ |
| D | cmd_list.cpp | 60 …fileListHandles_.push_back(bind(&CmdList::GetArray, this, root["ResourceTable"], Option::RESHEADER… in InitFileListCommand() 61 …fileListHandles_.push_back(bind(&CmdList::GetArray, this, root["moduleResources"], Option::INPUTPA… in InitFileListCommand() 62 …fileListHandles_.push_back(bind(&CmdList::GetArray, this, root["dependencies"], Option::INPUTPATH,… in InitFileListCommand() 79 uint32_t CmdList::GetArray(const Json::Value &node, int c, HandleBack callback) in GetArray() function in OHOS::Global::Restool::CmdList 102 if (GetArray(node, c, [&moduleNames](int c, const string &argValue) { in GetModuleNames()
|
| /developtools/global_resource_tool/include/ |
| D | cmd_list.h | 37 uint32_t GetArray(const Json::Value &node, int c, HandleBack callback);
|