• Home
  • Raw
  • Download

Lines Matching full:root

25     Json::Value root;  in Init()  local
26 if (!ResourceUtil::OpenJsonFile(filePath, root)) { in Init()
34 InitFileListCommand(root, callback); in Init()
47 void CmdList::InitFileListCommand(Json::Value &root, HandleBack callback) in InitFileListCommand() argument
50 …fileListHandles_.push_back(bind(&CmdList::GetString, this, root["configPath"], Option::JSON, callb… in InitFileListCommand()
51 …fileListHandles_.push_back(bind(&CmdList::GetString, this, root["packageName"], Option::PACKAGENAM… in InitFileListCommand()
52 …fileListHandles_.push_back(bind(&CmdList::GetString, this, root["output"], Option::OUTPUTPATH, cal… in InitFileListCommand()
53 …fileListHandles_.push_back(bind(&CmdList::GetString, this, root["startId"], Option::STARTID, callb… in InitFileListCommand()
54 fileListHandles_.push_back(bind(&CmdList::GetString, this, root["entryCompiledResource"], in InitFileListCommand()
56 fileListHandles_.push_back(bind(&CmdList::GetString, this, root["ids"], Option::IDS, callback)); in InitFileListCommand()
57 …fileListHandles_.push_back(bind(&CmdList::GetString, this, root["definedIds"], Option::DEFINED_IDS… in InitFileListCommand()
58 fileListHandles_.push_back(bind(&CmdList::GetString, this, root["applicationResource"], in InitFileListCommand()
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()
63 …fileListHandles_.push_back(bind(&CmdList::GetModuleNames, this, root["moduleNames"], Option::MODUL… in InitFileListCommand()
64 …fileListHandles_.push_back(bind(&CmdList::GetBool, this, root["iconCheck"], Option::ICON_CHECK, ca… in InitFileListCommand()