Searched refs:LINE_ICON (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/base/security/security_component_manager/interfaces/inner_api/security_component/test/unittest/src/ |
H A D | paste_button_test.cpp | 67 styleJson[JsonTagConstants::JSON_ICON_TAG] = PasteIcon::LINE_ICON; 79 styleJson[JsonTagConstants::JSON_ICON_TAG] = PasteIcon::LINE_ICON; 108 button1.icon_ = static_cast<int32_t>(PasteIcon::LINE_ICON); 137 comp1.icon_ = static_cast<int32_t>(PasteIcon::LINE_ICON);
|
H A D | save_button_test.cpp | 67 stylesJson[JsonTagConstants::JSON_ICON_TAG] = SaveIcon::LINE_ICON; 79 stylesJson[JsonTagConstants::JSON_ICON_TAG] = SaveIcon::LINE_ICON; 108 button1.icon_ = static_cast<int32_t>(SaveIcon::LINE_ICON); 137 comp1.icon_ = static_cast<int32_t>(SaveIcon::LINE_ICON);
|
H A D | test_common.cpp | 70 { JsonTagConstants::JSON_ICON_TAG, LocationIcon::LINE_ICON }, in BuildLocationComponentInfo() 126 { JsonTagConstants::JSON_ICON_TAG, SaveIcon::LINE_ICON }, in BuildSaveComponentInfo() 182 { JsonTagConstants::JSON_ICON_TAG, PasteIcon::LINE_ICON }, in BuildPasteComponentInfo()
|
H A D | location_button_test.cpp | 282 styleJson[JsonTagConstants::JSON_ICON_TAG] = LocationIcon::LINE_ICON; 335 styleJson[JsonTagConstants::JSON_ICON_TAG] = LocationIcon::LINE_ICON; 347 styleJson[JsonTagConstants::JSON_ICON_TAG] = LocationIcon::LINE_ICON; 407 button1.icon_ = static_cast<int32_t>(LocationIcon::LINE_ICON);
|
/ohos5.0/base/security/security_component_manager/services/security_component_service/sa/test/unittest/src/ |
H A D | service_test_common.cpp | 70 { JsonTagConstants::JSON_ICON_TAG, LocationIcon::LINE_ICON }, in BuildLocationComponentJson() 126 { JsonTagConstants::JSON_ICON_TAG, SaveIcon::LINE_ICON }, in BuildSaveComponentJson() 182 { JsonTagConstants::JSON_ICON_TAG, PasteIcon::LINE_ICON }, in BuildPasteComponentJson()
|
H A D | sec_comp_info_helper_test.cpp | 483 { JsonTagConstants::JSON_ICON_TAG, LocationIcon::LINE_ICON },
|
H A D | sec_comp_manager_test.cpp | 93 button.icon_ = static_cast<int32_t>(LocationIcon::LINE_ICON); in BuildValidLocationComponent()
|
/ohos5.0/base/security/security_component_manager/interfaces/inner_api/security_component/include/ |
H A D | paste_button.h | 32 LINE_ICON = 1, enumerator
|
H A D | location_button.h | 43 LINE_ICON = 1, enumerator
|
H A D | save_button.h | 44 LINE_ICON = 1, enumerator
|