Home
last modified time | relevance | path

Searched refs:ALL (Results 1 - 25 of 106) sorted by relevance

12345

/foundation/arkui/ace_engine/frameworks/core/components/checkable/
H A Drender_checkbox.cpp32 CheckableStatus::ALL, CheckableStatus::PART, CheckableStatus::NONE
54 component_->SetGroupValue(value ? CheckableStatus::ALL : CheckableStatus::NONE); in Update()
94 if (checkbox->GetUpdateType() == UpdateType::ALL) { in Update()
169 CheckableStatus::NONE) ? CheckableStatus::ALL : CheckableStatus::NONE; in HandleClick()
171 component_->SetMember(value == CheckableStatus::ALL); in HandleClick()
249 if (lastStatus_ == SelectStatus::ALL && status_ == SelectStatus::PART) { in UpdateCheckBoxShape()
251 } else if (lastStatus_ == SelectStatus::ALL && status_ == SelectStatus::NONE) { in UpdateCheckBoxShape()
253 } else if (lastStatus_ == SelectStatus::PART && status_ == SelectStatus::ALL) { in UpdateCheckBoxShape()
257 } else if (lastStatus_ == SelectStatus::NONE && status_ == SelectStatus::ALL) { in UpdateCheckBoxShape()
287 status_ = SelectStatus::ALL; in UpdateGroupStatus()
[all...]
H A Drender_checkbox.h87 if (value == CheckableStatus::ALL) {
118 ALL = 0, member in OHOS::Ace::RenderCheckbox::SelectStatus
127 SelectStatus status_ = SelectStatus::ALL;
128 SelectStatus lastStatus_ = SelectStatus::ALL;
/foundation/distributedhardware/distributed_input/common/include/
H A Dinput_check_param.cpp49 if (inputTypes > static_cast<uint32_t>(DInputDeviceType::ALL) || in CheckParam()
51 !(inputTypes & static_cast<uint32_t>(DInputDeviceType::ALL))) { in CheckParam()
73 if (inputTypes > static_cast<uint32_t>(DInputDeviceType::ALL) || in CheckParam()
75 !(inputTypes & static_cast<uint32_t>(DInputDeviceType::ALL))) { in CheckParam()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/
H A Dextract_param.h24 ALL,
38 ExtractFileType extractFileType = ExtractFileType::ALL;
/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Dgesture_info.h97 ALL = 0, member in OHOS::Ace::Direction
127 static constexpr uint32_t ALL = 15; member
129 uint32_t type = ALL;
228 static constexpr uint32_t ALL = 3; member
230 uint32_t type = ALL;
H A Dslide_recognizer.cpp158 if ((direction_.type & SwipeDirection::ALL) == SwipeDirection::ALL) { in HandleTouchUpEvent()
310 if ((direction_.type & SwipeDirection::ALL) == SwipeDirection::ALL) { in ParseFingersOffset()
349 if ((direction_.type & SwipeDirection::ALL) == SwipeDirection::ALL) { in ParseAxisOffset()
/foundation/distributedhardware/distributed_input/inputdevicehandler/test/inputhandlertest/
H A Ddistributed_input_handler_test.cpp45 uint32_t inputTypes = static_cast<uint32_t>(DInputDeviceType::ALL); in HWTEST_F()
58 uint32_t inputTypes = static_cast<uint32_t>(DInputDeviceType::ALL); in HWTEST_F()
/foundation/arkui/ace_engine/test/mock/core/rosen/
H A Dtesting_shadowflags.h23 ALL, member in OHOS::Ace::Testing::TestingShadowFlags
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/draw/
H A Dshadow.h32 ALL, member in OHOS::Rosen::Drawing::ShadowFlags
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/include/
H A Ddrawing_text_font_descriptor.h58 ALL = 1 << 0, enumerator
/foundation/graphic/graphic_2d/graphic_test/graphic_test_framework/include/
H A Drs_parameter_parse.h38 RSGraphicTestMode runTestMode = RSGraphicTestMode::ALL;
/foundation/distributedhardware/distributed_input/interfaces/inner_kits/test/unittest/
H A Ddistributed_input_inner_test.cpp244 DistributedInputKit::StartRemoteInput(deviceId, static_cast<uint32_t>(DInputDeviceType::ALL), callback); in HWTEST_F()
253 DistributedInputKit::StartRemoteInput(deviceId, static_cast<uint32_t>(DInputDeviceType::ALL), callback); in HWTEST_F()
281 DistributedInputKit::StartRemoteInput(srcId, sinkId, static_cast<uint32_t>(DInputDeviceType::ALL), callback); in HWTEST_F()
291 DistributedInputKit::StartRemoteInput(srcId, sinkId, static_cast<uint32_t>(DInputDeviceType::ALL), callback); in HWTEST_F()
320 DistributedInputKit::StopRemoteInput(deviceId, static_cast<uint32_t>(DInputDeviceType::ALL), callback); in HWTEST_F()
329 DistributedInputKit::StopRemoteInput(deviceId, static_cast<uint32_t>(DInputDeviceType::ALL), callback); in HWTEST_F()
357 DistributedInputKit::StopRemoteInput(srcId, sinkId, static_cast<uint32_t>(DInputDeviceType::ALL), callback); in HWTEST_F()
367 DistributedInputKit::StopRemoteInput(srcId, sinkId, static_cast<uint32_t>(DInputDeviceType::ALL), callback); in HWTEST_F()
/foundation/distributedhardware/distributed_input/interfaces/ipc/test/clientunittest/
H A Ddistributed_input_client_test.cpp269 deviceId, static_cast<uint32_t>(DInputDeviceType::ALL), callback); in HWTEST_F()
278 deviceId, static_cast<uint32_t>(DInputDeviceType::ALL), callback); in HWTEST_F()
306 srcId, sinkId, static_cast<uint32_t>(DInputDeviceType::ALL), callback); in HWTEST_F()
316 srcId, sinkId, static_cast<uint32_t>(DInputDeviceType::ALL), callback); in HWTEST_F()
345 deviceId, static_cast<uint32_t>(DInputDeviceType::ALL), callback); in HWTEST_F()
354 deviceId, static_cast<uint32_t>(DInputDeviceType::ALL), callback); in HWTEST_F()
382 srcId, sinkId, static_cast<uint32_t>(DInputDeviceType::ALL), callback); in HWTEST_F()
392 srcId, sinkId, static_cast<uint32_t>(DInputDeviceType::ALL), callback); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/image/
H A Dgpu_context.h42 ALL = (TESSELLATING | (TESSELLATING - 1)), member in OHOS::Rosen::Drawing::PathRenderers
43 DEFAULT = ALL & ~COVERAGECOUNTING
/foundation/filemanagement/dfs_service/interfaces/inner_api/native/cloudsync_kit_inner/
H A Dcloud_sync_constants.h23 ALL, member in OHOS::FileManagement::CloudSync::SyncType
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_proxy.cpp44 targetNode->GetRootComponent()->SetUpdateType(UpdateType::ALL); in SetShowAttr()
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/txt/
H A Dtext_types.h97 ALL = 0X0, enumerator
/foundation/multimodalinput/input/interfaces/native/innerkits/proxy/include/
H A Di_anco_consumer.h27 ALL = 0, member in OHOS::MMI::ANCO_WINDOW_UPDATE_TYPE
/foundation/arkui/ace_engine/test/unittest/core/gestures/
H A Dpan_recognizer_test_ng.cpp97 panDirection.type = PanDirection::ALL; in HWTEST_F()
155 panDirection.type = PanDirection::ALL; in HWTEST_F()
569 * @tc.steps: step2. case1: PanDirection::ALL, fabs(offset) >= distance_. in HWTEST_F()
573 panRecognizer.direction_.type = PanDirection::ALL; in HWTEST_F()
579 * @tc.steps: step2. case2: PanDirection::ALL, fabs(offset) < distance_. in HWTEST_F()
582 panRecognizer.direction_.type = PanDirection::ALL; in HWTEST_F()
1106 * @tc.steps: case1: directionType is ALL in HWTEST_F()
1111 panRecognizer.direction_.type = PanDirection::ALL; in HWTEST_F()
1161 EXPECT_EQ(panRecognizer1.direction_.type, PanDirection::ALL); in HWTEST_F()
1170 EXPECT_EQ(panRecognizer2.direction_.type, PanDirection::ALL); in HWTEST_F()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkboxgroup/
H A Dcheckboxgroup_accessibility_property.cpp37 if (selectStatus == CheckBoxGroupPaintProperty::SelectStatus::ALL) { in IsChecked()
/foundation/arkui/ace_engine/frameworks/core/animation/
H A Danimation_pub.h86 ALL, member in OHOS::Ace::TransitionType
/foundation/arkui/ace_engine/frameworks/core/components/transform/
H A Dtransform_component.cpp173 if (type == TransitionType::ALL) { in SetRotateTransition()
196 if (type == TransitionType::ALL) { in SetTranslateTransition()
218 if (type == TransitionType::ALL) { in SetScaleTransition()
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Dcomponent.h47 ALL, member in OHOS::Ace::UpdateType
312 UpdateType updateType_ = UpdateType::ALL;
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/enum_napi/
H A Dtext_enum_napi.cpp140 { "ALL", static_cast<size_t>(TextHeightBehavior::ALL) },
147 { "ALL", static_cast<size_t>(TextEngine::FontParser::SystemFontType::ALL) },
/foundation/distributedhardware/distributed_input/services/source/transport/test/sourcetransunittest/
H A Ddistributed_input_sourcetrans_test.cpp143 deviceId, static_cast<uint32_t>(DInputDeviceType::ALL)); in HWTEST_F()
151 deviceId, static_cast<uint32_t>(DInputDeviceType::ALL)); in HWTEST_F()
198 static_cast<uint32_t>(DInputDeviceType::ALL)); in HWTEST_F()
207 static_cast<uint32_t>(DInputDeviceType::ALL)); in HWTEST_F()
215 deviceId, static_cast<uint32_t>(DInputDeviceType::ALL)); in HWTEST_F()
223 deviceId, static_cast<uint32_t>(DInputDeviceType::ALL)); in HWTEST_F()
268 static_cast<uint32_t>(DInputDeviceType::ALL)); in HWTEST_F()
277 static_cast<uint32_t>(DInputDeviceType::ALL)); in HWTEST_F()
329 sinkId, DH_SUCCESS, static_cast<uint32_t>(DInputDeviceType::ALL)); in HWTEST_F()
339 sinkId, DH_SUCCESS, static_cast<uint32_t>(DInputDeviceType::ALL)); in HWTEST_F()
[all...]

Completed in 14 milliseconds

12345