/foundation/arkui/ace_engine/frameworks/core/components/checkable/ |
H A D | render_checkbox.cpp | 32 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 D | render_checkbox.h | 87 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 D | input_check_param.cpp | 49 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 D | extract_param.h | 24 ALL,
38 ExtractFileType extractFileType = ExtractFileType::ALL;
|
/foundation/arkui/ace_engine/frameworks/core/gestures/ |
H A D | gesture_info.h | 97 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 D | slide_recognizer.cpp | 158 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 D | distributed_input_handler_test.cpp | 45 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 D | testing_shadowflags.h | 23 ALL, member in OHOS::Ace::Testing::TestingShadowFlags
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/draw/ |
H A D | shadow.h | 32 ALL, member in OHOS::Rosen::Drawing::ShadowFlags
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/include/ |
H A D | drawing_text_font_descriptor.h | 58 ALL = 1 << 0, enumerator
|
/foundation/graphic/graphic_2d/graphic_test/graphic_test_framework/include/ |
H A D | rs_parameter_parse.h | 38 RSGraphicTestMode runTestMode = RSGraphicTestMode::ALL;
|
/foundation/distributedhardware/distributed_input/interfaces/inner_kits/test/unittest/ |
H A D | distributed_input_inner_test.cpp | 244 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 D | distributed_input_client_test.cpp | 269 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 D | gpu_context.h | 42 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 D | cloud_sync_constants.h | 23 ALL, member in OHOS::FileManagement::CloudSync::SyncType
|
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_proxy.cpp | 44 targetNode->GetRootComponent()->SetUpdateType(UpdateType::ALL); in SetShowAttr()
|
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/txt/ |
H A D | text_types.h | 97 ALL = 0X0, enumerator
|
/foundation/multimodalinput/input/interfaces/native/innerkits/proxy/include/ |
H A D | i_anco_consumer.h | 27 ALL = 0, member in OHOS::MMI::ANCO_WINDOW_UPDATE_TYPE
|
/foundation/arkui/ace_engine/test/unittest/core/gestures/ |
H A D | pan_recognizer_test_ng.cpp | 97 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 D | checkboxgroup_accessibility_property.cpp | 37 if (selectStatus == CheckBoxGroupPaintProperty::SelectStatus::ALL) { in IsChecked()
|
/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | animation_pub.h | 86 ALL, member in OHOS::Ace::TransitionType
|
/foundation/arkui/ace_engine/frameworks/core/components/transform/ |
H A D | transform_component.cpp | 173 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 D | component.h | 47 ALL, member in OHOS::Ace::UpdateType 312 UpdateType updateType_ = UpdateType::ALL;
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/enum_napi/ |
H A D | text_enum_napi.cpp | 140 { "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 D | distributed_input_sourcetrans_test.cpp | 143 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...] |