Home
last modified time | relevance | path

Searched refs:SCOPE (Results 1 - 25 of 61) sorted by relevance

123

/foundation/arkui/ace_engine/test/unittest/core/event/
H A Dfocus_hub_test_ng_new.cpp46 parent->focusType_ = FocusType::SCOPE; in HWTEST_F()
48 EXPECT_NE(focusHub->focusType_, FocusType::SCOPE); in HWTEST_F()
80 parent->focusType_ = FocusType::SCOPE; in HWTEST_F()
83 parent->focusType_ = FocusType::SCOPE; in HWTEST_F()
111 parentFocusHub->focusType_ = FocusType::SCOPE; in HWTEST_F()
271 parentFocusHub->focusType_ = FocusType::SCOPE; in HWTEST_F()
277 EXPECT_NE(focusHub->focusType_, FocusType::SCOPE); in HWTEST_F()
324 parentFocusHub->focusType_ = FocusType::SCOPE; in HWTEST_F()
328 focusHub->focusType_ = FocusType::SCOPE; in HWTEST_F()
579 focusHub->focusType_ = FocusType::SCOPE; in HWTEST_F()
[all...]
H A Dfocus_hub_test_ng.cpp237 * @tc.steps: step5. Invoke LostFocus, when FocusType is SCOPE and the blur reason is WINDOW_BLUR. in HWTEST_F()
241 focusHub->focusType_ = FocusType::SCOPE; in HWTEST_F()
286 focusHub->focusType_ = FocusType::SCOPE; in HWTEST_F()
386 * @tc.steps3: call the function IsFocusable with FocusType::SCOPE in HWTEST_F()
389 focusHub->SetFocusType(FocusType::SCOPE); in HWTEST_F()
523 * @tc.steps3: call the function SetShow with FocusType::SCOPE. in HWTEST_F()
526 focusHub->SetFocusType(FocusType::SCOPE); in HWTEST_F()
559 * @tc.steps2: call the function OnFocus with FocusType::SCOPE. in HWTEST_F()
562 focusHub->SetFocusType(FocusType::SCOPE); in HWTEST_F()
618 * @tc.steps3: call the function OnBlur with FocusType::SCOPE in HWTEST_F()
[all...]
H A Dfocus_hub_test_ng_for_property_config.cpp311 * @tc.steps3: call the function SetFocusScopeId with focusType_ FocusType::SCOPE and focusScopeId empty in HWTEST_F()
314 focusHub->focusType_ = FocusType::SCOPE; in HWTEST_F()
358 focusHub->focusType_ = FocusType::SCOPE; in HWTEST_F()
366 focusHub->focusType_ = FocusType::SCOPE; in HWTEST_F()
386 focusHub->focusType_ = FocusType::SCOPE; in HWTEST_F()
522 focusHub->focusType_ = FocusType::SCOPE; in HWTEST_F()
723 * @tc.steps3: call the function OnKeyEvent with FocusType::SCOPE. in HWTEST_F()
726 focusHub->SetFocusType(FocusType::SCOPE); in HWTEST_F()
1251 focusHub1->focusType_ = FocusType::SCOPE; in HWTEST_F()
1434 focusHub2->focusType_ = FocusType::SCOPE; in HWTEST_F()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Doverlay_container_pattern.h34 return { FocusType::SCOPE, true };
H A Dsheet_wrapper_pattern.h34 return { FocusType::SCOPE, true };
H A Dmodal_presentation_pattern.h145 return { FocusType::SCOPE, true };
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/folder_stack/
H A Dhover_stack_pattern.h49 return { FocusType::SCOPE, true };
H A Dcontrol_parts_stack_pattern.h54 return { FocusType::SCOPE, true };
H A Dfolder_stack_pattern.h64 return { FocusType::SCOPE, true };
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigator/
H A Dnavigator_pattern.h43 return { FocusType::SCOPE, true };
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/
H A Dwater_flow_item_pattern.h44 return { FocusType::SCOPE, true };
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stack/
H A Dstack_pattern.h49 return { FocusType::SCOPE, true };
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/linear_layout/
H A Dlinear_layout_pattern.h56 return { FocusType::SCOPE, true };
/foundation/arkui/ace_engine/frameworks/core/common/
H A Dcontainer_scope.h33 SCOPE = 0, member in OHOS::Ace::InstanceIdGenReason
H A Dcontainer_scope.cpp72 return { currentId, InstanceIdGenReason::SCOPE }; in CurrentIdWithReason()
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dfocus_hub.cpp243 } else if (focusType_ == FocusType::SCOPE) { in DumpFocusTree()
517 if (focusType_ == FocusType::SCOPE) { in IsFocusable()
571 if (focusType_ == FocusType::SCOPE) { in IsSyncRequestFocusable()
655 if (focusType_ == FocusType::SCOPE) {
671 if (!currentFocus_ || focusType_ != FocusType::SCOPE) {
716 if (focusType_ == FocusType::SCOPE) {
1093 if (focusType_ != FocusType::SCOPE || (focusType_ == FocusType::SCOPE && focusDepend_ == FocusDependence::SELF)) {
1167 if (focusType_ != FocusType::SCOPE) {
1317 } else if (focusType_ == FocusType::SCOPE) {
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/counter/
H A Dcounter_pattern.h81 return { FocusType::SCOPE, true, FocusStyleType::OUTER_BORDER };
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/custom_frame_node/
H A Dcustom_frame_node_pattern.h56 return { FocusType::SCOPE, true };
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stepper/
H A Dstepper_item_pattern.h58 return { FocusType::SCOPE, true };
/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/wrapper/
H A Dnetsys_event_message.h56 SCOPE, member in OHOS::nmd::NetsysEventMessage::Type
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_item_pattern.h77 return { FocusType::SCOPE, true, FocusStyleType::INNER_BORDER, paintParam };
79 return { FocusType::SCOPE, true };
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/node_container/
H A Dnode_container_pattern.h89 return { FocusType::SCOPE, true };
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/render_node/
H A Drender_node_pattern.h57 return { FocusType::SCOPE, true };
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_item_pattern.h102 return { FocusType::SCOPE, true, FocusStyleType::CUSTOM_REGION, focusPaintParam };
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/panel/
H A Dsliding_panel_pattern.h70 return { FocusType::SCOPE, true };

Completed in 16 milliseconds

123