Home
last modified time | relevance | path

Searched refs:JSON_RECT_HEIGHT (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.cpp27 {JsonTagConstants::JSON_RECT_HEIGHT, TestCommon::TEST_COORDINATE } in BuildLocationComponentInfo()
34 {JsonTagConstants::JSON_RECT_HEIGHT, TestCommon::TEST_COORDINATE } in BuildLocationComponentInfo()
84 {JsonTagConstants::JSON_RECT_HEIGHT, TestCommon::TEST_COORDINATE } in BuildSaveComponentInfo()
90 {JsonTagConstants::JSON_RECT_HEIGHT, TestCommon::TEST_COORDINATE } in BuildSaveComponentInfo()
140 {JsonTagConstants::JSON_RECT_HEIGHT, TestCommon::TEST_COORDINATE } in BuildPasteComponentInfo()
146 {JsonTagConstants::JSON_RECT_HEIGHT, TestCommon::TEST_COORDINATE } in BuildPasteComponentInfo()
H A Dlocation_button_test.cpp125 rectJson[JsonTagConstants::JSON_RECT_HEIGHT] = WRONG_TYPE;
160 rectJson[JsonTagConstants::JSON_RECT_HEIGHT] = WRONG_TYPE;
/ohos5.0/base/security/security_component_manager/services/security_component_service/sa/test/unittest/src/
H A Dservice_test_common.cpp28 {JsonTagConstants::JSON_RECT_HEIGHT, ServiceTestCommon::TEST_COORDINATE } in BuildLocationComponentJson()
34 { JsonTagConstants::JSON_RECT_HEIGHT, ServiceTestCommon::TEST_COORDINATE } in BuildLocationComponentJson()
84 {JsonTagConstants::JSON_RECT_HEIGHT, ServiceTestCommon::TEST_COORDINATE } in BuildSaveComponentJson()
90 {JsonTagConstants::JSON_RECT_HEIGHT, ServiceTestCommon::TEST_COORDINATE } in BuildSaveComponentJson()
140 {JsonTagConstants::JSON_RECT_HEIGHT, ServiceTestCommon::TEST_COORDINATE } in BuildPasteComponentJson()
146 {JsonTagConstants::JSON_RECT_HEIGHT, ServiceTestCommon::TEST_COORDINATE } in BuildPasteComponentJson()
/ohos5.0/base/security/security_component_manager/frameworks/security_component/src/
H A Dsec_comp_base.cpp33 const std::string JsonTagConstants::JSON_RECT_HEIGHT = "height"; member in OHOS::Security::SecurityComponent::JsonTagConstants
240 if (!ParseDimension(jsonSize, JsonTagConstants::JSON_RECT_HEIGHT, rect.height_)) { in ParseRect()
309 {JsonTagConstants::JSON_RECT_HEIGHT, rect_.height_} in ToJson()
315 {JsonTagConstants::JSON_RECT_HEIGHT, windowRect_.height_} in ToJson()
/ohos5.0/base/security/security_component_manager/test/fuzztest/security_component/common/
H A Dfuzz_common.cpp248 {JsonTagConstants::JSON_RECT_HEIGHT, buttonRect.height_ } in ConstructWindowJson()
254 { JsonTagConstants::JSON_RECT_HEIGHT, window.height_ } in ConstructWindowJson()
/ohos5.0/base/security/security_component_manager/interfaces/inner_api/security_component/include/
H A Dsec_comp_base.h46 static const std::string JSON_RECT_HEIGHT; variable