Home
last modified time | relevance | path

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

/ohos5.0/base/security/security_component_manager/services/security_component_service/sa/test/unittest/src/
H A Dsec_comp_manager_test.cpp43 button.fontSize_ = ServiceTestCommon::TEST_INVALID_SIZE; in BuildInvalidLocationComponent()
44 button.iconSize_ = ServiceTestCommon::TEST_INVALID_SIZE; in BuildInvalidLocationComponent()
45 button.padding_.top = ServiceTestCommon::TEST_INVALID_SIZE; in BuildInvalidLocationComponent()
46 button.padding_.right = ServiceTestCommon::TEST_INVALID_SIZE; in BuildInvalidLocationComponent()
47 button.padding_.bottom = ServiceTestCommon::TEST_INVALID_SIZE; in BuildInvalidLocationComponent()
48 button.padding_.left = ServiceTestCommon::TEST_INVALID_SIZE; in BuildInvalidLocationComponent()
49 button.textIconSpace_ = ServiceTestCommon::TEST_INVALID_SIZE; in BuildInvalidLocationComponent()
53 button.borderWidth_ = ServiceTestCommon::TEST_INVALID_SIZE; in BuildInvalidLocationComponent()
H A Dservice_test_common.h43 static constexpr uint32_t TEST_INVALID_SIZE = 0; variable