Home
last modified time | relevance | path

Searched refs:GetArray (Results 1 – 2 of 2) sorted by relevance

/developtools/global_resource_tool/src/
Dcmd_list.cpp60 …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/
Dcmd_list.h37 uint32_t GetArray(const Json::Value &node, int c, HandleBack callback);