Searched refs:ParseParent (Results 1 – 2 of 2) sorted by relevance
147 bool ParseParent(const nlohmann::json& json, const std::string& tag);
189 bool SecCompBase::ParseParent(const nlohmann::json& json, const std::string& tag) in ParseParent() function in OHOS::Security::SecurityComponent::SecCompBase285 if (!ParseParent(jsonSrc, JsonTagConstants::JSON_PARENT_TAG)) { in FromJson()