Home
last modified time | relevance | path

Searched defs:host (Results 401 - 425 of 2202) sorted by relevance

1...<<11121314151617181920>>...89

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item_group/
H A Dmenu_item_group_pattern.cpp25 auto host = GetHost(); in OnMountToParentDone() local
70 auto host = GetHost(); in AddHeader() local
89 auto host = GetHost(); in AddFooter() local
108 auto host = GetHost(); GetMenu() local
130 auto host = GetHost(); UpdateMenuItemIconInfo() local
157 auto host = GetHost(); ModifyDivider() local
172 auto host = GetHost(); OnExtItemPressed() local
186 auto host = GetHost(); OnIntItemPressed() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/
H A Dprogress_layout_algorithm.cpp42 auto host = layoutWrapper->GetHostNode(); in MeasureContent() local
159 auto host = layoutWrapper->GetHostNode(); in GetChildHeight() local
/foundation/arkui/ace_engine/test/mock/core/render/
H A Dmock_render_context.h66 auto host = GetHost(); variable
67 CHECK_NULL_VOID(host); variable
/foundation/arkui/ace_engine/test/unittest/core/pattern/overlay/
H A Dsheet_presentation_test_two_ng.cpp150 auto host = sheetPattern->GetHost(); in HWTEST_F() local
181 auto host = sheetPattern->GetHost(); in HWTEST_F() local
216 auto host = sheetPattern->GetHost(); in HWTEST_F() local
252 auto host in HWTEST_F() local
676 auto host = sheetPattern->GetHost(); HWTEST_F() local
705 auto host = sheetPattern->GetHost(); HWTEST_F() local
738 auto host = sheetPattern->GetHost(); HWTEST_F() local
772 auto host = sheetPattern->GetHost(); HWTEST_F() local
812 auto host = sheetPattern->GetHost(); HWTEST_F() local
856 auto host = sheetPattern->GetHost(); HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/checkbox/
H A Dcheckbox_pattern_sub_test_ng.cpp250 auto host = pattern->GetHost(); in HWTEST_F() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/calendar/
H A Dcalendar_month_pattern_test.cpp593 OHOS::Ace::RefPtr<OHOS::Ace::NG::FrameNode> host; in HWTEST_F() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_drag_test_ng.cpp79 auto host = ViewStackProcessor::GetInstance()->GetMainFrameNode(); in HWTEST_F() local
129 auto host = ViewStackProcessor::GetInstance()->GetMainFrameNode(); in HWTEST_F() local
183 auto host = ViewStackProcessor::GetInstance()->GetMainFrameNode(); HWTEST_F() local
223 auto host = ViewStackProcessor::GetInstance()->GetMainFrameNode(); HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/shape/
H A Dpath_pattern_test_ng.cpp142 auto host = AccessibilityManager::RawPtr(layoutWrapper)->GetHostNode(); in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_input_response_area.h99 auto host = hostPattern->GetHost(); variable
100 CHECK_NULL_VOID(host); variable
160 auto host = hostPattern->GetHost(); variable
161 CHECK_NULL_VOID(host); variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_context_select_overlay.cpp33 auto host = pattern->GetHost(); in PreProcessOverlay() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stepper/
H A Dstepper_event_hub.h106 auto host = GetFrameNode(); in RecordEvent() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_base.cpp110 auto host = pattern->GetHost(); in HasRenderTransform() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/relative_container/
H A Drelative_container_pattern.h144 auto host = GetHost(); variable
145 CHECK_NULL_VOID(host); variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/refresh/
H A Drefresh_layout_algorithm.cpp114 auto host = layoutWrapper->GetHostNode(); in PerformLayout() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_utils.cpp20 std::vector<RefPtr<ForEachBaseNode>> GetForEachNodes(RefPtr<FrameNode>& host) in GetForEachNodes() argument
63 int32_t GetScrollDownOrRightItemIndex(Axis axis, float offset, int32_t start, int32_t end, RefPtr<FrameNode>& host) in GetScrollDownOrRightItemIndex() argument
80 int32_t GetScrollUpOrLeftItemIndex(Axis axis, float offset, int32_t start, int32_t end, RefPtr<FrameNode>& host) in GetScrollUpOrLeftItemIndex() argument
131 auto host = wrapper->GetHostNode(); in RecycleItemsOutOfBoundary() local
[all...]
H A Dscrollable_controller.cpp31 auto host = pattern->GetHost(); in ScrollToIndex() local
43 auto host = pattern->GetHost(); in AnimateTo() local
91 auto host = pattern->GetHost(); ScrollBy() local
122 auto host = pattern->GetHost(); Fling() local
141 auto host = pattern->GetHost(); ScrollPage() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/
H A Dsearch_event_hub.h53 auto host = GetFrameNode(); in UpdateSubmitEvent() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dgrid_property.cpp41 bool GridProperty::UpdateContainer(const RefPtr<Property>& container, const RefPtr<AceType>& host) in UpdateContainer() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/radio/
H A Dradio_layout_algorithm.cpp29 auto host = layoutWrapper->GetHostNode(); in MeasureContent() local
75 auto host = layoutWrapper->GetHostNode(); in Measure() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/
H A Dsecurity_component_pattern.cpp126 auto host = GetHost(); in HandleClickEventFromTouch() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dbackground_modifier.h35 auto host = host_.Upgrade(); variable
36 CHECK_NULL_VOID(host); variable
69 auto host = host_.Upgrade(); variable
70 CHECK_NULL_VOID(host); variable
133 void SetHostNode(RefPtr<FrameNode> host) in SetHostNode() argument
/foundation/arkui/ace_engine/test/unittest/core/pattern/time_picker/
H A Dtime_picker_test_dialog_view.cpp168 auto host = timePickerRowPattern->GetHost(); in CreateTimePickerColumnNode() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_field_pattern_func_test.cpp1107 auto host = pattern->GetHost(); in HWTEST_F() local
1130 auto host = pattern->GetHost(); in HWTEST_F() local
1156 auto host = pattern->GetHost(); in HWTEST_F() local
1178 auto host in HWTEST_F() local
[all...]
H A Dtext_field_content_modifier_test.cpp80 auto host = pattern_->GetHost(); in HWTEST_F() local
/foundation/communication/bluetooth/frameworks/js/napi/src/access/
H A Dnapi_bluetooth_access.cpp60 BluetoothHost *host = &BluetoothHost::GetDefaultHost(); in RegisterAccessObserverToHost() local
67 BluetoothHost *host = &BluetoothHost::GetDefaultHost(); in EnableBluetooth() local
76 BluetoothHost *host = &BluetoothHost::GetDefaultHost(); in RestrictBluetooth() local
85 BluetoothHost *host = &BluetoothHost::GetDefaultHost(); in DisableBluetooth() local
94 BluetoothHost *host = &BluetoothHost::GetDefaultHost(); in GetState() local
200 BluetoothHost *host = &BluetoothHost::GetDefaultHost(); GetLocalAddress() local
[all...]

Completed in 21 milliseconds

1...<<11121314151617181920>>...89