Home
last modified time | relevance | path

Searched refs:BluetoothSensingInfo (Results 1 - 5 of 5) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/ipc/parcel/
H A Dbluetooth_sensing_info.cpp21 bool BluetoothSensingInfo::Marshalling(Parcel &parcel) const in Marshalling()
44 BluetoothSensingInfo *BluetoothSensingInfo::Unmarshalling(Parcel &parcel) in Unmarshalling()
46 BluetoothSensingInfo *sensingInfo = new BluetoothSensingInfo(); in Unmarshalling()
54 bool BluetoothSensingInfo::WriteToParcel(Parcel &parcel) in WriteToParcel()
59 bool BluetoothSensingInfo::ReadFromParcel(Parcel &parcel) in ReadFromParcel()
H A Dbluetooth_sensing_info.h24 class BluetoothSensingInfo : public Parcelable { class
26 BluetoothSensingInfo() = default;
27 ~BluetoothSensingInfo() = default;
28 explicit BluetoothSensingInfo(const bluetooth::SensingInfo &info) in BluetoothSensingInfo() function in OHOS::Bluetooth::BluetoothSensingInfo
33 static BluetoothSensingInfo *Unmarshalling(Parcel &parcel);
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_resource_manager_observer_stub.cpp63 std::shared_ptr<BluetoothSensingInfo> info(data.ReadParcelable<BluetoothSensingInfo>()); in OnSensingStateChangedInner()
75 std::shared_ptr<BluetoothSensingInfo> info(data.ReadParcelable<BluetoothSensingInfo>()); in OnBluetoothResourceDecisionInner()
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_resource_manager_observer.h30 virtual void OnSensingStateChanged(uint8_t eventId, const BluetoothSensingInfo &info) = 0;
31 virtual void OnBluetoothResourceDecision(uint8_t eventId, const BluetoothSensingInfo &info, uint32_t &result) = 0;
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_host.cpp385 void OnSensingStateChanged(uint8_t eventId, const BluetoothSensingInfo &info) override
401 void OnBluetoothResourceDecision(uint8_t eventId, const BluetoothSensingInfo &info, uint32_t &result) override

Completed in 4 milliseconds