Home
last modified time | relevance | path

Searched refs:JSON_TOP_CLIP_TAG (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/security/security_component_manager/interfaces/inner_api/security_component/test/unittest/src/
H A Dtest_common.cpp62 { JsonTagConstants::JSON_TOP_CLIP_TAG, 0.0 }, in BuildLocationComponentInfo()
118 { JsonTagConstants::JSON_TOP_CLIP_TAG, 0.0 }, in BuildSaveComponentInfo()
174 { JsonTagConstants::JSON_TOP_CLIP_TAG, 0.0 }, in BuildPasteComponentInfo()
/ohos5.0/base/security/security_component_manager/services/security_component_service/sa/test/unittest/src/
H A Dservice_test_common.cpp62 { JsonTagConstants::JSON_TOP_CLIP_TAG, 0.0 }, in BuildLocationComponentJson()
118 { JsonTagConstants::JSON_TOP_CLIP_TAG, 0.0 }, in BuildSaveComponentJson()
174 { JsonTagConstants::JSON_TOP_CLIP_TAG, 0.0 }, in BuildPasteComponentJson()
H A Dsec_comp_info_helper_test.cpp239 { JsonTagConstants::JSON_TOP_CLIP_TAG, 0.0 },
/ohos5.0/base/security/security_component_manager/test/fuzztest/security_component/common/
H A Dfuzz_common.cpp97 { JsonTagConstants::JSON_TOP_CLIP_TAG, GetData<double>() }, in ConstructLocationJson()
139 { JsonTagConstants::JSON_TOP_CLIP_TAG, GetData<double>() }, in ConstructSaveJson()
180 { JsonTagConstants::JSON_TOP_CLIP_TAG, GetData<double>() }, in ConstructPasteJson()
/ohos5.0/base/security/security_component_manager/frameworks/security_component/src/
H A Dsec_comp_base.cpp55 const std::string JsonTagConstants::JSON_TOP_CLIP_TAG = "topClip"; member in OHOS::Security::SecurityComponent::JsonTagConstants
202 if (!ParseDimension(jsonParent, JsonTagConstants::JSON_TOP_CLIP_TAG, topClip_)) { in ParseParent()
343 { JsonTagConstants::JSON_TOP_CLIP_TAG, topClip_ }, in ToJson()
/ohos5.0/base/security/security_component_manager/interfaces/inner_api/security_component/include/
H A Dsec_comp_base.h70 static const std::string JSON_TOP_CLIP_TAG; variable