Home
last modified time | relevance | path

Searched refs:PART (Results 1 - 24 of 24) sorted by relevance

/foundation/graphic/graphic_surface/surface/test/unittest/
H A Dbuffer_shared_test.cpp76 PART("REQUEST BUFFER TWO TIMES") { in HWTEST_F()
114 PART("REQUEST BUFFER with different requestconfig") { in HWTEST_F()
144 PART("FlushBuffer") { in HWTEST_F()
167 PART("AquiredBuffer") { in HWTEST_F()
198 PART("CancelBuffer") { in HWTEST_F()
224 PART("ReleaseBuffer") { in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/test/hyper_graphic_manager/unittest/
H A Dhgm_idle_detector_test.cpp65 PART("CaseDescription") { in HWTEST_F()
89 PART("CaseDescription") { in HWTEST_F()
113 PART("CaseDescription") { in HWTEST_F()
152 PART("CaseDescription") { in HWTEST_F()
195 PART("CaseDescription") { in HWTEST_F()
241 PART("CaseDescription") { in HWTEST_F()
291 PART("CaseDescription") { in HWTEST_F()
317 PART("CaseDescription") { in HWTEST_F()
342 PART("CaseDescription") { in HWTEST_F()
366 PART("CaseDescriptio in HWTEST_F()
[all...]
H A Dhyper_graphic_manager_test.cpp64 PART("CaseDescription") { in HWTEST_F()
85 PART("CaseDescription") { in HWTEST_F()
109 PART("CaseDescription") { in HWTEST_F()
148 PART("EnvConditions") { in HWTEST_F()
161 PART("CaseDescription") { in HWTEST_F()
184 PART("EnvConditions") { in HWTEST_F()
191 PART("CaseDescription") { in HWTEST_F()
220 PART("EnvConditions") { in HWTEST_F()
227 PART("CaseDescription") { in HWTEST_F()
270 PART("CaseDescriptio in HWTEST_F()
[all...]
H A Dhgm_multi_app_strategy_test.cpp149 PART("CaseDescription") { in HWTEST_F()
201 PART("CaseDescription") { in HWTEST_F()
249 PART("CaseDescription") { in HWTEST_F()
303 PART("CaseDescription") { in HWTEST_F()
345 PART("CaseDescription") { in HWTEST_F()
384 PART("CaseDescription") { in HWTEST_F()
423 PART("CaseDescription") { in HWTEST_F()
449 PART("CaseDescription") { in HWTEST_F()
477 PART("CaseDescription") { in HWTEST_F()
503 PART("CaseDescriptio in HWTEST_F()
[all...]
H A Dhgm_touch_manager_test.cpp66 PART("CaseDescription") { in HWTEST_F()
106 PART("CaseDescription") { in HWTEST_F()
146 PART("CaseDescription") { in HWTEST_F()
H A Dhgm_xml_parser_test.cpp52 PART("CaseDescription") { in HWTEST_F()
H A Dhgm_frame_rate_manager_test.cpp130 PART("HgmUiFrameworkDirtyNodeTest") { in HWTEST_F()
175 PART("HgmConfigCallbackManagerTest") { in HWTEST_F()
207 PART("CaseDescription") { in HWTEST_F()
261 PART("CaseDescription") { in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/overdraw/
H A Drs_overdraw_controller_test.cpp69 PART("CaseDescription") { in HWTEST_F()
90 PART("CaseDescription") { in HWTEST_F()
149 PART("EnvConditions") { in HWTEST_F()
153 PART("CaseDescription") { in HWTEST_F()
189 PART("EnvConditions") { in HWTEST_F()
193 PART("CaseDescription") { in HWTEST_F()
H A Drs_listened_canvas_test.cpp118 PART("CaseDescription") in HWTEST_F()
158 PART("CaseDescription") in HWTEST_F()
H A Drs_cpu_overdraw_canvas_listener_test.cpp104 PART("CaseDescription") in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/test/frame_analyzer/unittest/
H A Dframe_collector_test.cpp48 PART("CaseDescription") { in HWTEST_F()
69 PART("CaseDescription") { in HWTEST_F()
102 PART("EnvConditions") { in HWTEST_F()
109 PART("CaseDescription") { in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components/checkable/
H A Drender_checkbox.h89 } else if (value == CheckableStatus::PART) {
90 uiStatus_ = UIStatus::PART;
119 PART, member in OHOS::Ace::RenderCheckbox::SelectStatus
H A Drender_checkbox.cpp32 CheckableStatus::ALL, CheckableStatus::PART, CheckableStatus::NONE
249 if (lastStatus_ == SelectStatus::ALL && status_ == SelectStatus::PART) { in UpdateCheckBoxShape()
253 } else if (lastStatus_ == SelectStatus::PART && status_ == SelectStatus::ALL) { in UpdateCheckBoxShape()
255 } else if (lastStatus_ == SelectStatus::PART && status_ == SelectStatus::NONE) { in UpdateCheckBoxShape()
259 } else if (lastStatus_ == SelectStatus::NONE && status_ == SelectStatus::PART) { in UpdateCheckBoxShape()
289 status_ = SelectStatus::PART; in UpdateGroupStatus()
H A Drender_checkable.h37 PART, member in OHOS::Ace::UIStatus
H A Dcheckable_component.h41 PART, member in OHOS::Ace::CheckableStatus
475 UpdateRenderChecked(CheckableStatus::PART); in SetGroupStatus()
H A Drosen_render_checkbox.cpp107 case UIStatus::PART: { in SetUIStatus()
/foundation/graphic/graphic_surface/test_header/export/
H A Dtest_header.h28 #define PART(part) WMTLOGI(33, part); if (const char *strPart = part) macro
/foundation/graphic/graphic_2d/utils/test_header/export/
H A Dtest_header.h28 #define PART(part) WMTLOGI(33, part); if (const char *strPart = part) macro
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkboxgroup/
H A Dcheckboxgroup_paint_property.h81 PART, member in OHOS::Ace::NG::CheckBoxGroupPaintProperty::SelectStatus
H A Dcheckboxgroup_modifier.cpp98 CheckBoxGroupPaintProperty::SelectStatus::PART) { in PaintCheckBox()
H A Dcheckboxgroup_pattern.cpp266 if (selectStatus == CheckBoxGroupPaintProperty::SelectStatus::PART) { in UpdateUIStatus()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/radio/
H A Dradio_modifier.h34 PART, member in OHOS::Ace::NG::UIStatus
/foundation/arkui/ace_engine/test/unittest/core/pattern/checkboxgroup/
H A Dcheckboxgroup_test_ng.cpp186 paintProperty->SetSelectStatus(CheckBoxGroupPaintProperty::SelectStatus::PART); in HWTEST_F()
588 checkBoxPaintProperty->SetSelectStatus(CheckBoxGroupPaintProperty::SelectStatus::PART); in HWTEST_F()
1096 * @tc.case: case1. When status == CheckBoxGroupPaintProperty::SelectStatus::PART and enabled_ == true. in HWTEST_F()
1104 checkBoxPaintProperty->SetSelectStatus(CheckBoxGroupPaintProperty::SelectStatus::PART); in HWTEST_F()
1109 AceType::MakeRefPtr<PropertyInt>(static_cast<int>(CheckBoxGroupPaintProperty::SelectStatus::PART)); in HWTEST_F()
1269 checkBoxPaintProperty->SetSelectStatus(CheckBoxGroupPaintProperty::SelectStatus::PART); in HWTEST_F()
1359 checkBoxPaintProperty->SetSelectStatus(CheckBoxGroupPaintProperty::SelectStatus::PART); in HWTEST_F()
1435 checkBoxGroupModifier->SetSelectStatus(CheckBoxGroupPaintProperty::SelectStatus::PART); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkbox/
H A Dcheckbox_pattern.cpp561 groupPaintProperty->SetSelectStatus(CheckBoxGroupPaintProperty::SelectStatus::PART); in ChangeGroupStatusAndNotify()

Completed in 19 milliseconds