Home
last modified time | relevance | path

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 Dpaste_button_test.cpp67 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 Dsave_button_test.cpp67 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 Dtest_common.cpp70 { 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 Dlocation_button_test.cpp282 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 Dservice_test_common.cpp70 { 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 Dsec_comp_info_helper_test.cpp483 { JsonTagConstants::JSON_ICON_TAG, LocationIcon::LINE_ICON },
H A Dsec_comp_manager_test.cpp93 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 Dpaste_button.h32 LINE_ICON = 1, enumerator
H A Dlocation_button.h43 LINE_ICON = 1, enumerator
H A Dsave_button.h44 LINE_ICON = 1, enumerator