Home
last modified time | relevance | path

Searched refs:BluetoothUuid (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/parcel/
H A Dbluetooth_ble_scan_filter.cpp41 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()
140 serviceUuid_ = BluetoothUuid(*serviceUuid); in ReadUuidFromParcel()
141 std::shared_ptr<BluetoothUuid> serviceUuidMask(parcel.ReadParcelable<BluetoothUuid>()); in ReadUuidFromParcel()
145 serviceUuidMask_ = BluetoothUuid(*serviceUuidMask); in ReadUuidFromParcel()
146 std::shared_ptr<BluetoothUuid> serviceSolicitationUuid(parcel.ReadParcelable<BluetoothUuid>()); in ReadUuidFromParcel()
150 serviceSolicitationUuid_ = BluetoothUuid(*serviceSolicitationUuid); in ReadUuidFromParcel()
[all …]
H A Dbluetooth_bt_uuid.h29 class BluetoothUuid : public Parcelable, public bluetooth::Uuid {
36 BluetoothUuid() = default;
44 explicit BluetoothUuid(const bluetooth::Uuid &other) : bluetooth::Uuid(other) in BluetoothUuid() function
53 BluetoothUuid(const BluetoothUuid &other) : bluetooth::Uuid(other) in BluetoothUuid() function
61 ~BluetoothUuid() override = default;
65 static BluetoothUuid *Unmarshalling(Parcel &parcel);
H A Dbluetooth_bt_uuid.cpp25 bool BluetoothUuid::Marshalling(Parcel &parcel) const in Marshalling()
48 BluetoothUuid *BluetoothUuid::Unmarshalling(Parcel &parcel) in Unmarshalling()
52BluetoothUuid *uuid = new BluetoothUuid(bluetooth::Uuid::ConvertFromMostAndLeastBit(mostSigBits, l… in Unmarshalling()
H A Dbluetooth_hfp_hf_call.cpp53 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 Dbluetooth_gatt_service_parcel.cpp42 BluetoothUuid uuid(uuid_); in Marshalling()
98 std::shared_ptr<BluetoothUuid> uuid(parcel.ReadParcelable<BluetoothUuid>()); in ReadFromParcel()
102 uuid_ = BluetoothUuid(*uuid); in ReadFromParcel()
H A Dbluetooth_gatt_descriptor_parcel.cpp43 BluetoothUuid uuid(uuid_); in Marshalling()
93 std::shared_ptr<BluetoothUuid> uuid(parcel.ReadParcelable<BluetoothUuid>()); in ReadFromParcel()
H A Dbluetooth_gatt_characteristic_parcel.cpp53 BluetoothUuid uuid(uuid_); in Marshalling()
130 std::shared_ptr<BluetoothUuid> uuid(parcel.ReadParcelable<BluetoothUuid>()); in ReadFromParcel()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_socket_stub.cpp76 std::shared_ptr<BluetoothUuid> uuid(data.ReadParcelable<BluetoothUuid>()); in ConnectInner()
108 std::shared_ptr<BluetoothUuid> uuid(data.ReadParcelable<BluetoothUuid>()); in ListenInner()
H A Dbluetooth_remote_device_observer_proxy.cpp92 BluetoothUuid btUuid = BluetoothUuid(uuid); in OnRemoteUuidChanged()
H A Dbluetooth_socket_observer_proxy.cpp32 BluetoothUuid btUuid(callbackParam.uuid); in OnConnectionStateChanged()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_socket_proxy.cpp32 BluetoothUuid btUuid(param.uuid); in Connect()
59 BluetoothUuid btUuid(param.uuid); in Listen()
105 BluetoothUuid btUuid(uuid); in RegisterClientObserver()
127 BluetoothUuid btUuid(uuid); in DeregisterClientObserver()
H A Dbluetooth_socket_observer_stub.cpp57 std::shared_ptr<BluetoothUuid> uuid(data.ReadParcelable<BluetoothUuid>()); in OnConnectionStateChangedInner()
H A Dbluetooth_ble_central_manager_callback_stub.cpp126 std::shared_ptr<BluetoothUuid> uuid(data.ReadParcelable<BluetoothUuid>()); in OnNotifyMsgReportFromLpDeviceInner()
H A Dbluetooth_remote_device_observer_stub.cpp122 std::shared_ptr<BluetoothUuid> uuid(data.ReadParcelable<BluetoothUuid>()); in OnRemoteNameUuidChangedInner()
H A Dbluetooth_ble_central_manager_proxy.cpp456 BluetoothUuid btUuid(paramSet.uuid); in SetLpDeviceParam()
491 BluetoothUuid btUuid(uuid); in RemoveLpDeviceParam()