Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:host_
(Results
1 - 25
of
143
) sorted by relevance
1
2
3
4
5
6
/foundation/communication/bluetooth_service/test/unittest/host/
H
A
D
host_test.cpp
117
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
D
text_field_accessibility_property.cpp
24
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
D
grid_accessibility_property.cpp
23
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
D
textpicker_accessibility_property.cpp
23
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
D
water_flow_accessibility_property.cpp
25
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
D
list_accessibility_property.cpp
23
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
D
select_accessibility_property.cpp
23
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
D
swiper_accessibility_property.cpp
23
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
D
a2dp_snk_test.cpp
42
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
D
render_node_paint_property.h
27
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
D
text_accessibility_property.cpp
24
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
D
checkboxgroup_accessibility_property.cpp
32
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
D
datepicker_column_accessibility_property.cpp
31
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
D
stepper_accessibility_property.cpp
24
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
D
timepicker_column_accessibility_property.cpp
30
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
D
pbap_server_test.cpp
54
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
D
map_mse_test.cpp
52
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
D
indexer_accessibility_property.cpp
23
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
D
scroll_bar_accessibility_property.cpp
23
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
D
rating_accessibility_property.cpp
24
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
D
bluetooth_host.cpp
102
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
D
rtsp_url.h
50
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
D
tab_bar_accessibility_property.cpp
28
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
D
indicator_accessibility.cpp
49
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
D
avrcp_tg_test.cpp
52
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
1
2
3
4
5
6