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:GetRawAddress
(Results
1 - 12
of
12
) sorted by relevance
/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H
A
D
ble_parcel_data.cpp
61
this->SetPeripheralDevice(device.
GetRawAddress
());
in ScanResult()
H
A
D
ble_service_data.h
692
RawAddress
GetRawAddress
() const;
H
A
D
ble_service_data.cpp
826
RawAddress BlePeripheralDevice::
GetRawAddress
() const
in GetRawAddress()
function in OHOS::bluetooth::BlePeripheralDevice
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H
A
D
bluetooth_ble_central_manager_server.cpp
89
GetEncryptAddr(result.GetPeripheralDevice().
GetRawAddress
().GetAddress()).c_str());
104
GetEncryptAddr(result.GetPeripheralDevice().
GetRawAddress
().GetAddress()).c_str(), scannerId);
116
GetEncryptAddr(result.GetPeripheralDevice().
GetRawAddress
().GetAddress()).c_str(), scannerId);
169
bleScanResult.SetPeripheralDevice(iter->GetPeripheralDevice().
GetRawAddress
());
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H
A
D
avrcp_tg_connection.h
166
RawAddress
GetRawAddress
(uint8_t connectId) const;
H
A
D
avrcp_tg_connection.cpp
146
RawAddress AvrcTgConnectManager::
GetRawAddress
(uint8_t connectId) const
in GetRawAddress()
function in OHOS::bluetooth::AvrcTgConnectManager
H
A
D
avrcp_tg_profile.cpp
1986
RawAddress rawAddr = AvrcTgConnectManager::GetInstance()->
GetRawAddress
(connectId);
in ProcessChannelMessage()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H
A
D
ble_adapter.cpp
603
RawAddress rawAddr(it->second.
GetRawAddress
());
in GetPairedDevices()
617
RawAddress rawAddr(it->second.
GetRawAddress
());
in GetConnectedDevices()
748
std::string addr = it->second.
GetRawAddress
().GetAddress();
in RemoveAllPairs()
750
removeDevices.push_back(it->second.
GetRawAddress
());
in RemoveAllPairs()
1137
RawAddress rawAddr(it->second.
GetRawAddress
());
in SavePeerDeviceInfoToConf()
1190
RawAddress device(it->second.
GetRawAddress
());
in SavePeerDevices2BTM()
H
A
D
ble_central_manager_impl.cpp
1675
if (!address.compare(value.GetPeripheralDevice().
GetRawAddress
().GetAddress())) {
in GetDeviceType()
1688
if (!address.compare(value.GetPeripheralDevice().
GetRawAddress
().GetAddress())) {
in GetDeviceAddrType()
1701
if (!address.compare(value.GetPeripheralDevice().
GetRawAddress
().GetAddress())) {
in GetDeviceName()
1713
if (!address.compare(it->GetPeripheralDevice().
GetRawAddress
().GetAddress())) {
in FindDevice()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H
A
D
avrcp_ct_connection.h
184
RawAddress
GetRawAddress
(uint8_t connectId);
H
A
D
avrcp_ct_connection.cpp
171
RawAddress AvrcCtConnectManager::
GetRawAddress
(uint8_t connectId)
in GetRawAddress()
function in OHOS::bluetooth::AvrcCtConnectManager
H
A
D
avrcp_ct_profile.cpp
2173
RawAddress rawAddr = AvrcCtConnectManager::GetInstance()->
GetRawAddress
(connectId);
in ProcessChannelMessage()
Completed in 22 milliseconds