Searched refs:ptableDataNode (Results 1 – 2 of 2) sorted by relevance
80 bool Ptable::ParsePtableDataNode(const JsonNode &ptableDataNode) in ParsePtableDataNode() argument94 auto dataValue = ptableDataNode[dataVar.first.c_str()].As<uint32_t>(); in ParsePtableDataNode()123 const JsonNode &ptableDataNode = node[PTABLE_DATA_LABEL]; in ParsePtableData() local124 bool ret = ParsePtableDataNode(ptableDataNode); in ParsePtableData()
208 bool ParsePtableDataNode(const JsonNode &ptableDataNode);