Home
last modified time | relevance | path

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

/ohos5.0/base/security/security_component_manager/interfaces/inner_api/security_component/include/
H A Dsec_comp_base.h147 bool ParseParent(const nlohmann::json& json, const std::string& tag);
/ohos5.0/base/security/security_component_manager/frameworks/security_component/src/
H A Dsec_comp_base.cpp189 bool SecCompBase::ParseParent(const nlohmann::json& json, const std::string& tag) in ParseParent() function in OHOS::Security::SecurityComponent::SecCompBase
285 if (!ParseParent(jsonSrc, JsonTagConstants::JSON_PARENT_TAG)) { in FromJson()