Home
last modified time | relevance | path

Searched refs:JSON_PARENT_TAG (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/security/security_component_manager/interfaces/inner_api/security_component/test/unittest/src/
H A Dtest_common.cpp59 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()
H A Dlocation_button_test.cpp255 jsonComponent[JsonTagConstants::JSON_PARENT_TAG] = nlohmann::json {
/ohos5.0/base/security/security_component_manager/services/security_component_service/sa/test/unittest/src/
H A Dservice_test_common.cpp59 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()
H A Dsec_comp_info_helper_test.cpp236 jsonComponent[JsonTagConstants::JSON_PARENT_TAG] = nlohmann::json {
/ohos5.0/base/security/security_component_manager/test/fuzztest/security_component/common/
H A Dfuzz_common.cpp94 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()
/ohos5.0/base/security/security_component_manager/frameworks/security_component/src/
H A Dsec_comp_base.cpp52 const std::string JsonTagConstants::JSON_PARENT_TAG = "parent"; member in OHOS::Security::SecurityComponent::JsonTagConstants
285 if (!ParseParent(jsonSrc, JsonTagConstants::JSON_PARENT_TAG)) { in FromJson()
340 jsonRes[JsonTagConstants::JSON_PARENT_TAG] = nlohmann::json { in ToJson()
/ohos5.0/base/security/security_component_manager/interfaces/inner_api/security_component/include/
H A Dsec_comp_base.h67 static const std::string JSON_PARENT_TAG; variable