Home
last modified time | relevance | path

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

/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()
[all...]
H A Dbluetooth_bt_uuid.h29 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 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_bt_uuid.cpp22 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 Dbluetooth_gatt_service_parcel.cpp39 BluetoothUuid uuid(uuid_); in Marshalling()
95 std::shared_ptr<BluetoothUuid> uuid(parcel.ReadParcelable<BluetoothUuid>()); in ReadFromParcel()
99 uuid_ = BluetoothUuid(*uuid); in ReadFromParcel()
H A Dbluetooth_gatt_descriptor_parcel.cpp40 BluetoothUuid uuid(uuid_); in Marshalling()
90 std::shared_ptr<BluetoothUuid> uuid(parcel.ReadParcelable<BluetoothUuid>()); in ReadFromParcel()
H A Dbluetooth_gatt_characteristic_parcel.cpp50 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 Dbluetooth_socket_proxy.cpp29 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 Dbluetooth_socket_observer_stub.cpp54 std::shared_ptr<BluetoothUuid> uuid(data.ReadParcelable<BluetoothUuid>()); in OnConnectionStateChangedInner()
H A Dbluetooth_ble_central_manager_callback_stub.cpp123 std::shared_ptr<BluetoothUuid> uuid(data.ReadParcelable<BluetoothUuid>()); in OnNotifyMsgReportFromLpDeviceInner()
H A Dbluetooth_remote_device_observer_stub.cpp119 std::shared_ptr<BluetoothUuid> uuid(data.ReadParcelable<BluetoothUuid>()); in OnRemoteNameUuidChangedInner()
H A Dbluetooth_ble_central_manager_proxy.cpp453 BluetoothUuid btUuid(paramSet.uuid); in SetLpDeviceParam()
488 BluetoothUuid btUuid(uuid); in RemoveLpDeviceParam()
/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_socket_observer_proxy.cpp32 BluetoothUuid btUuid(callbackParam.uuid); in OnConnectionStateChanged()
H A Dbluetooth_remote_device_observer_proxy.cpp92 BluetoothUuid btUuid = BluetoothUuid(uuid); in OnRemoteUuidChanged()

Completed in 5 milliseconds