Home
last modified time | relevance | path

Searched refs:host_ (Results 1 - 25 of 143) sorted by relevance

123456

/foundation/communication/bluetooth_service/test/unittest/host/
H A Dhost_test.cpp117 BluetoothHost *host_; member in OHOS::Bluetooth::HostTest
146 host_ = &BluetoothHost::GetDefaultHost(); in HWTEST_F()
149 BluetoothRemoteDevice remoteDevice = host_->GetRemoteDevice(device_.GetDeviceAddr(), BT_TRANSPORT_BREDR); in HWTEST_F()
165 host_ = &BluetoothHost::GetDefaultHost(); in HWTEST_F()
179 host_ = &BluetoothHost::GetDefaultHost(); in HWTEST_F()
181 EXPECT_NE(host_->GetProfileList().size(), profileSize); in HWTEST_F()
195 host_ = &BluetoothHost::GetDefaultHost(); in HWTEST_F()
196 EXPECT_EQ(host_->GetMaxNumConnectedAudioDevices(), 6); in HWTEST_F()
210 host_ = &BluetoothHost::GetDefaultHost(); in HWTEST_F()
212 host_ in HWTEST_F()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_accessibility_property.cpp24 auto frameNode = host_.Upgrade(); in GetTextLengthLimit()
33 auto frameNode = host_.Upgrade(); in IsPassword()
47 auto frameNode = host_.Upgrade(); in GetTextInputType()
91 auto frameNode = host_.Upgrade(); in IsMultiLine()
100 auto frameNode = host_.Upgrade(); in IsSelected()
109 auto frameNode = host_.Upgrade(); in GetTextSelectionStart()
120 auto frameNode = host_.Upgrade(); in GetTextSelectionEnd()
131 auto frameNode = host_.Upgrade(); in GetText()
144 auto frameNode = host_.Upgrade(); in IsHint()
154 auto frameNode = host_ in GetHintText()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_accessibility_property.cpp23 auto frameNode = host_.Upgrade(); in IsScrollable()
32 auto frameNode = host_.Upgrade(); in IsEditable()
41 auto frameNode = host_.Upgrade(); in GetBeginIndex()
51 auto frameNode = host_.Upgrade(); in GetEndIndex()
61 auto frameNode = host_.Upgrade(); in GetCollectionItemCounts()
71 auto frameNode = host_.Upgrade(); in GetCollectionInfo()
88 auto frameNode = host_.Upgrade(); in SetSpecificSupportAction()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_accessibility_property.cpp23 auto frameNode = host_.Upgrade(); in GetText()
32 auto frameNode = host_.Upgrade(); in GetCurrentIndex()
41 auto frameNode = host_.Upgrade(); in GetBeginIndex()
61 auto frameNode = host_.Upgrade(); in GetEndIndex()
81 auto frameNode = host_.Upgrade(); in GetAccessibilityValue()
98 auto frameNode = host_.Upgrade(); in GetCollectionItemCounts()
107 auto frameNode = host_.Upgrade(); in IsScrollable()
116 auto frameNode = host_.Upgrade(); in SetSpecificSupportAction()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/
H A Dwater_flow_accessibility_property.cpp25 auto frameNode = host_.Upgrade(); in IsScrollable()
34 auto frameNode = host_.Upgrade(); in GetBeginIndex()
43 auto frameNode = host_.Upgrade(); in GetEndIndex()
52 auto frameNode = host_.Upgrade(); in GetCollectionItemCounts()
62 auto frameNode = host_.Upgrade(); in GetCollectionInfo()
73 auto frameNode = host_.Upgrade(); in SetSpecificSupportAction()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_accessibility_property.cpp23 auto frameNode = host_.Upgrade(); in IsScrollable()
32 auto frameNode = host_.Upgrade(); in GetBeginIndex()
41 auto frameNode = host_.Upgrade(); in GetEndIndex()
50 auto frameNode = host_.Upgrade(); in GetCollectionItemCounts()
59 auto frameNode = host_.Upgrade(); in SetSpecificSupportAction()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select/
H A Dselect_accessibility_property.cpp23 auto frameNode = host_.Upgrade(); in GetCurrentIndex()
32 auto frameNode = host_.Upgrade(); in GetBeginIndex()
45 auto frameNode = host_.Upgrade(); in GetEndIndex()
58 auto frameNode = host_.Upgrade(); in GetText()
67 auto frameNode = host_.Upgrade(); in GetCollectionItemCounts()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_accessibility_property.cpp23 auto frameNode = host_.Upgrade(); in GetCurrentIndex()
32 auto frameNode = host_.Upgrade(); in GetBeginIndex()
41 auto frameNode = host_.Upgrade(); in GetEndIndex()
51 auto frameNode = host_.Upgrade(); in GetAccessibilityValue()
64 auto frameNode = host_.Upgrade(); in IsScrollable()
82 auto frameNode = host_.Upgrade(); in GetCollectionItemCounts()
91 auto frameNode = host_.Upgrade(); in SetSpecificSupportAction()
/foundation/communication/bluetooth_service/test/unittest/a2dp/
H A Da2dp_snk_test.cpp42 static BluetoothHost *host_; member
70 host_ = &BluetoothHost::GetDefaultHost(); in SetUp()
71 host_->EnableBt(); in SetUp()
72 host_->EnableBle(); in SetUp()
78 host_->DisableBt(); in TearDown()
79 host_->DisableBle(); in TearDown()
80 host_ = nullptr; in TearDown()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/render_node/
H A Drender_node_paint_property.h27 WeakPtr<FrameNode> host_; member in OHOS::Ace::NG::RenderNodePaintProperty
35 host_ = host; in SetHost()
40 return host_.Upgrade(); in GetHost()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_accessibility_property.cpp24 auto frameNode = host_.Upgrade(); in GetText()
46 auto frameNode = host_.Upgrade(); in GetTextSelectionStart()
56 auto frameNode = host_.Upgrade(); in GetTextSelectionEnd()
66 auto frameNode = host_.Upgrade(); in SetSpecificSupportAction()
84 auto frameNode = host_.Upgrade(); in GetSubComponentInfo()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkboxgroup/
H A Dcheckboxgroup_accessibility_property.cpp32 auto frameNode = host_.Upgrade(); in IsChecked()
45 auto frameNode = host_.Upgrade(); in GetText()
54 auto frameNode = host_.Upgrade(); in GetCollectionItemCounts()
70 auto frameNode = host_.Upgrade(); in GetExtraElementInfo()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_column_accessibility_property.cpp31 auto frameNode = host_.Upgrade(); in GetCollectionItemCounts()
45 auto frameNode = host_.Upgrade(); in GetCurrentIndex()
54 auto frameNode = host_.Upgrade(); in GetEndIndex()
71 auto frameNode = host_.Upgrade(); in GetBeginIndex()
88 auto frameNode = host_.Upgrade(); in GetText()
108 auto frameNode = host_.Upgrade(); in SetSpecificSupportAction()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stepper/
H A Dstepper_accessibility_property.cpp24 auto frameNode = DynamicCast<StepperNode>(host_.Upgrade()); in GetCurrentIndex()
38 auto frameNode = DynamicCast<StepperNode>(host_.Upgrade()); in GetBeginIndex()
50 auto frameNode = DynamicCast<StepperNode>(host_.Upgrade()); in GetEndIndex()
62 auto frameNode = DynamicCast<StepperNode>(host_.Upgrade()); in IsScrollable()
77 auto frameNode = DynamicCast<StepperNode>(host_.Upgrade()); in GetCollectionItemCounts()
89 auto frameNode = DynamicCast<StepperNode>(host_.Upgrade()); in SetSpecificSupportAction()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H A Dtimepicker_column_accessibility_property.cpp30 auto frameNode = host_.Upgrade(); in GetCollectionItemCounts()
44 auto frameNode = host_.Upgrade(); in GetCurrentIndex()
53 auto frameNode = host_.Upgrade(); in GetEndIndex()
71 auto frameNode = host_.Upgrade(); in GetBeginIndex()
90 auto frameNode = host_.Upgrade(); in GetText()
117 auto frameNode = host_.Upgrade(); in SetSpecificSupportAction()
/foundation/communication/bluetooth_service/test/unittest/pbap/
H A Dpbap_server_test.cpp54 BluetoothHost *host_; member in OHOS::Bluetooth::PbapServerTest
63 host_ = &BluetoothHost::GetDefaultHost(); in SetUp()
64 host_->EnableBt(); in SetUp()
65 host_->EnableBle(); in SetUp()
71 host_->DisableBt(); in TearDown()
72 host_->DisableBle(); in TearDown()
73 host_ = nullptr; in TearDown()
/foundation/communication/bluetooth_service/test/unittest/map/
H A Dmap_mse_test.cpp52 BluetoothHost *host_; member in OHOS::Bluetooth::MapServerTest
61 host_ = &BluetoothHost::GetDefaultHost(); in SetUp()
62 host_->EnableBt(); in SetUp()
63 host_->EnableBle(); in SetUp()
69 host_->DisableBt(); in TearDown()
70 host_->DisableBle(); in TearDown()
71 host_ = nullptr; in TearDown()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/indexer/
H A Dindexer_accessibility_property.cpp23 auto frameNode = host_.Upgrade(); in GetCollectionItemCounts()
37 auto frameNode = host_.Upgrade(); in GetCurrentIndex()
51 auto frameNode = host_.Upgrade(); in GetText()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll_bar/
H A Dscroll_bar_accessibility_property.cpp23 auto frameNode = host_.Upgrade(); in IsScrollable()
37 auto frameNode = host_.Upgrade(); in GetAccessibilityValue()
49 auto frameNode = host_.Upgrade(); in SetSpecificSupportAction()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rating/
H A Drating_accessibility_property.cpp24 auto frameNode = host_.Upgrade(); in GetAccessibilityValue()
38 auto frameNode = host_.Upgrade(); in GetText()
47 auto frameNode = host_.Upgrade(); in IsEditable()
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_host.cpp102 explicit BluetoothHostObserverImp(BluetoothHost::impl &host) : host_(host){}; in BluetoothHostObserverImp()
107 host_.observers_.Register(observer); in Register()
112 host_.observers_.Deregister(observer); in Deregister()
118 host_.SyncRandomAddrToService();
122 host_.observers_.ForEach([transport, status](std::shared_ptr<BluetoothHostObserver> observer) {
129 std::lock_guard<std::mutex> lock(host_.switchModuleMutex_);
130 CHECK_AND_RETURN_LOG(host_.switchModule_, "switchModule is nullptr");
132 host_.switchModule_->ProcessBluetoothSwitchEvent(BluetoothSwitchEvent::BLUETOOTH_ON);
135 host_.switchModule_->ProcessBluetoothSwitchEvent(BluetoothSwitchEvent::BLUETOOTH_OFF);
138 host_
222 BluetoothHost::impl &host_; global() member in OHOS::Bluetooth::BluetoothHost::impl::BluetoothHostObserverImp
333 BluetoothHost::impl &host_; global() member in OHOS::Bluetooth::BluetoothHost::impl::BluetoothRemoteDeviceObserverImp
376 BluetoothHost::impl &host_; global() member in OHOS::Bluetooth::BluetoothHost::impl::BluetoothBlePeripheralCallbackImp
418 BluetoothHost::impl &host_; global() member in OHOS::Bluetooth::BluetoothHost::impl::BluetoothResourceManagerObserverImp
[all...]
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtsp/include/
H A Drtsp_url.h50 host_ = sm[4].str(); // 4:matching position in Parse()
73 return host_; in GetHost()
98 return "rtsp://" + host_ + ':' + std::to_string(port_) + path_; in GetUrl()
104 std::string host_; member in OHOS::Sharing::RtspUrl
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtab_bar_accessibility_property.cpp28 auto frameNode = host_.Upgrade(); in GetCollectionItemCounts()
41 auto frameNode = host_.Upgrade(); in IsScrollable()
65 auto frameNode = host_.Upgrade(); in GetCurrentIndex()
78 auto frameNode = host_.Upgrade(); in SetSpecificSupportAction()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/indicator_common/
H A Dindicator_accessibility.cpp49 auto frameNode = host_.Upgrade(); in GetAccessibilityText()
59 auto frameNode = host_.Upgrade(); in GetAccessibilityValue()
75 auto frameNode = host_.Upgrade(); in GetIndicatorPattern()
/foundation/communication/bluetooth_service/test/unittest/avrcp/
H A Davrcp_tg_test.cpp52 BluetoothHost *host_; member in OHOS::Bluetooth::AvrcpTargetTest
62 host_ = &BluetoothHost::GetDefaultHost(); in SetUp()
63 host_->EnableBt(); in SetUp()
64 host_->EnableBle(); in SetUp()
70 host_->DisableBt(); in TearDown()
71 host_->DisableBle(); in TearDown()
72 host_ = nullptr; in TearDown()

Completed in 9 milliseconds

123456