Searched refs:JSON_PARENT_TAG (Results 1 – 7 of 7) sorted by relevance
59 jsonComponent[JsonTagConstants::JSON_PARENT_TAG] = nlohmann::json { in BuildLocationComponentInfo()115 jsonComponent[JsonTagConstants::JSON_PARENT_TAG] = nlohmann::json { in BuildSaveComponentInfo()171 jsonComponent[JsonTagConstants::JSON_PARENT_TAG] = nlohmann::json { in BuildPasteComponentInfo()
255 jsonComponent[JsonTagConstants::JSON_PARENT_TAG] = nlohmann::json {
59 jsonComponent[JsonTagConstants::JSON_PARENT_TAG] = nlohmann::json { in BuildLocationComponentJson()115 jsonComponent[JsonTagConstants::JSON_PARENT_TAG] = nlohmann::json { in BuildSaveComponentJson()171 jsonComponent[JsonTagConstants::JSON_PARENT_TAG] = nlohmann::json { in BuildPasteComponentJson()
236 jsonComponent[JsonTagConstants::JSON_PARENT_TAG] = nlohmann::json {
94 jsonComponent[JsonTagConstants::JSON_PARENT_TAG] = nlohmann::json { in ConstructLocationJson()136 jsonComponent[JsonTagConstants::JSON_PARENT_TAG] = nlohmann::json { in ConstructSaveJson()177 jsonComponent[JsonTagConstants::JSON_PARENT_TAG] = nlohmann::json { in ConstructPasteJson()
52 const std::string JsonTagConstants::JSON_PARENT_TAG = "parent"; member in OHOS::Security::SecurityComponent::JsonTagConstants285 if (!ParseParent(jsonSrc, JsonTagConstants::JSON_PARENT_TAG)) { in FromJson()340 jsonRes[JsonTagConstants::JSON_PARENT_TAG] = nlohmann::json { in ToJson()
67 static const std::string JSON_PARENT_TAG; variable