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:BluetoothUuid
(Results
1 - 15
of
15
) sorted by relevance
/foundation/communication/bluetooth/frameworks/inner/ipc/parcel/
H
A
D
bluetooth_ble_scan_filter.cpp
41
BluetoothUuid
serviceUuid =
BluetoothUuid
(serviceUuid_);
in Marshalling()
45
BluetoothUuid
serviceUuidMask =
BluetoothUuid
(serviceUuidMask_);
in Marshalling()
49
BluetoothUuid
serviceSolicitationUuid =
BluetoothUuid
(serviceSolicitationUuid_);
in Marshalling()
53
BluetoothUuid
serviceSolicitationUuidMask =
BluetoothUuid
(serviceSolicitationUuidMask_);
in Marshalling()
136
std::shared_ptr<
BluetoothUuid
> serviceUuid(parcel.ReadParcelable<
BluetoothUuid
>());
in ReadUuidFromParcel()
[all...]
H
A
D
bluetooth_bt_uuid.h
29
class
BluetoothUuid
: public Parcelable, public bluetooth::Uuid {
class
32
* @brief A constructor used to create an <b>
BluetoothUuid
</b> instance.
36
BluetoothUuid
() = default;
39
* @brief A constructor used to create an <b>
BluetoothUuid
</b> instance.
41
* @param other Other Uuid to create a new
BluetoothUuid
.
44
explicit
BluetoothUuid
(const bluetooth::Uuid &other) : bluetooth::Uuid(other)
in BluetoothUuid()
function in OHOS::Bluetooth::BluetoothUuid
48
* @brief A constructor used to create an <b>
BluetoothUuid
</b> instance.
50
* @param other Other
BluetoothUuid
to create a new
BluetoothUuid
.
53
BluetoothUuid
(cons
function in OHOS::Bluetooth::BluetoothUuid
[all...]
H
A
D
bluetooth_hfp_hf_call.cpp
53
BluetoothUuid
uuid =
BluetoothUuid
(uuid_);
in WriteToParcel()
86
std::shared_ptr<
BluetoothUuid
> uuid(parcel.ReadParcelable<
BluetoothUuid
>());
in ReadFromParcel()
90
uuid_ =
BluetoothUuid
(*uuid);
in ReadFromParcel()
H
A
D
bluetooth_bt_uuid.cpp
22
bool
BluetoothUuid
::Marshalling(Parcel &parcel) const
in Marshalling()
45
BluetoothUuid
*
BluetoothUuid
::Unmarshalling(Parcel &parcel)
in Unmarshalling()
49
BluetoothUuid
*uuid = new
BluetoothUuid
(bluetooth::Uuid::ConvertFromMostAndLeastBit(mostSigBits, leastSigBits));
in Unmarshalling()
H
A
D
bluetooth_gatt_service_parcel.cpp
39
BluetoothUuid
uuid(uuid_);
in Marshalling()
95
std::shared_ptr<
BluetoothUuid
> uuid(parcel.ReadParcelable<
BluetoothUuid
>());
in ReadFromParcel()
99
uuid_ =
BluetoothUuid
(*uuid);
in ReadFromParcel()
H
A
D
bluetooth_gatt_descriptor_parcel.cpp
40
BluetoothUuid
uuid(uuid_);
in Marshalling()
90
std::shared_ptr<
BluetoothUuid
> uuid(parcel.ReadParcelable<
BluetoothUuid
>());
in ReadFromParcel()
H
A
D
bluetooth_gatt_characteristic_parcel.cpp
50
BluetoothUuid
uuid(uuid_);
in Marshalling()
127
std::shared_ptr<
BluetoothUuid
> uuid(parcel.ReadParcelable<
BluetoothUuid
>());
in ReadFromParcel()
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H
A
D
bluetooth_socket_proxy.cpp
29
BluetoothUuid
btUuid(param.uuid);
in Connect()
56
BluetoothUuid
btUuid(param.uuid);
in Listen()
102
BluetoothUuid
btUuid(uuid);
in RegisterClientObserver()
124
BluetoothUuid
btUuid(uuid);
in DeregisterClientObserver()
H
A
D
bluetooth_socket_observer_stub.cpp
54
std::shared_ptr<
BluetoothUuid
> uuid(data.ReadParcelable<
BluetoothUuid
>());
in OnConnectionStateChangedInner()
H
A
D
bluetooth_ble_central_manager_callback_stub.cpp
123
std::shared_ptr<
BluetoothUuid
> uuid(data.ReadParcelable<
BluetoothUuid
>());
in OnNotifyMsgReportFromLpDeviceInner()
H
A
D
bluetooth_remote_device_observer_stub.cpp
119
std::shared_ptr<
BluetoothUuid
> uuid(data.ReadParcelable<
BluetoothUuid
>());
in OnRemoteNameUuidChangedInner()
H
A
D
bluetooth_ble_central_manager_proxy.cpp
453
BluetoothUuid
btUuid(paramSet.uuid);
in SetLpDeviceParam()
488
BluetoothUuid
btUuid(uuid);
in RemoveLpDeviceParam()
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H
A
D
bluetooth_socket_stub.cpp
76
std::shared_ptr<
BluetoothUuid
> uuid(data.ReadParcelable<
BluetoothUuid
>());
in ConnectInner()
108
std::shared_ptr<
BluetoothUuid
> uuid(data.ReadParcelable<
BluetoothUuid
>());
in ListenInner()
H
A
D
bluetooth_socket_observer_proxy.cpp
32
BluetoothUuid
btUuid(callbackParam.uuid);
in OnConnectionStateChanged()
H
A
D
bluetooth_remote_device_observer_proxy.cpp
92
BluetoothUuid
btUuid =
BluetoothUuid
(uuid);
in OnRemoteUuidChanged()
Completed in 5 milliseconds