Home
last modified time | relevance | path

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

/ohos5.0/base/update/updater/test/unittest/utils/json/
H A Dutils_json_test.cpp153 const JsonNode &nodeC = node["C"]; variable
154 const JsonNode &nodeG = nodeC["F"]["G"];
157 EXPECT_EQ(nodeC["D"], "E");
/ohos5.0/base/update/updater/test/fuzztest/updaterutils_fuzzer/
H A Dupdater_utils_fuzzer.cpp236 const JsonNode &nodeC = node["C"]; in TestJsonNodeValueTypeJsonNode() local
237 const JsonNode &nodeG = nodeC["F"]["G"]; in TestJsonNodeValueTypeJsonNode()
240 nodeC["D"]; in TestJsonNodeValueTypeJsonNode()