Home
last modified time | relevance | path

Searched refs:jsonPadding (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/security/security_component_manager/interfaces/inner_api/security_component/test/unittest/src/
H A Dtest_common.cpp36 nlohmann::json jsonPadding = nlohmann::json { in BuildLocationComponentInfo()
47 { JsonTagConstants::JSON_PADDING_SIZE_TAG, jsonPadding }, in BuildLocationComponentInfo()
92 nlohmann::json jsonPadding = nlohmann::json { in BuildSaveComponentInfo()
103 { JsonTagConstants::JSON_PADDING_SIZE_TAG, jsonPadding }, in BuildSaveComponentInfo()
148 nlohmann::json jsonPadding = nlohmann::json { in BuildPasteComponentInfo()
159 { JsonTagConstants::JSON_PADDING_SIZE_TAG, jsonPadding }, in BuildPasteComponentInfo()
/ohos5.0/base/security/security_component_manager/services/security_component_service/sa/test/unittest/src/
H A Dservice_test_common.cpp36 nlohmann::json jsonPadding = nlohmann::json { in BuildLocationComponentJson()
47 { JsonTagConstants::JSON_PADDING_SIZE_TAG, jsonPadding }, in BuildLocationComponentJson()
92 nlohmann::json jsonPadding = nlohmann::json { in BuildSaveComponentJson()
103 { JsonTagConstants::JSON_PADDING_SIZE_TAG, jsonPadding }, in BuildSaveComponentJson()
148 nlohmann::json jsonPadding = nlohmann::json { in BuildPasteComponentJson()
159 { JsonTagConstants::JSON_PADDING_SIZE_TAG, jsonPadding }, in BuildPasteComponentJson()
/ohos5.0/base/security/security_component_manager/frameworks/security_component/src/
H A Dsec_comp_base.cpp117 auto jsonPadding = json.at(tag); in ParsePadding() local
118 if (!ParseDimension(jsonPadding, JsonTagConstants::JSON_PADDING_TOP_TAG, res.top)) { in ParsePadding()
121 if (!ParseDimension(jsonPadding, JsonTagConstants::JSON_PADDING_RIGHT_TAG, res.right)) { in ParsePadding()
124 if (!ParseDimension(jsonPadding, JsonTagConstants::JSON_PADDING_BOTTOM_TAG, res.bottom)) { in ParsePadding()
127 if (!ParseDimension(jsonPadding, JsonTagConstants::JSON_PADDING_LEFT_TAG, res.left)) { in ParsePadding()
317 nlohmann::json jsonPadding = nlohmann::json { in ToJson()
328 { JsonTagConstants::JSON_PADDING_SIZE_TAG, jsonPadding }, in ToJson()
/ohos5.0/base/security/security_component_manager/test/fuzztest/security_component/common/
H A Dfuzz_common.cpp256 nlohmann::json jsonPadding = nlohmann::json { in ConstructWindowJson()
267 { JsonTagConstants::JSON_PADDING_SIZE_TAG, jsonPadding }, in ConstructWindowJson()