Home
last modified time | relevance | path

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

/ohos5.0/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 {
26 BluetoothSensingInfo() = default;
27 ~BluetoothSensingInfo() = default;
28 explicit BluetoothSensingInfo(const bluetooth::SensingInfo &info) in BluetoothSensingInfo() function
33 static BluetoothSensingInfo *Unmarshalling(Parcel &parcel);
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_resource_manager_observer_stub.cpp66 std::shared_ptr<BluetoothSensingInfo> info(data.ReadParcelable<BluetoothSensingInfo>()); in OnSensingStateChangedInner()
78 std::shared_ptr<BluetoothSensingInfo> info(data.ReadParcelable<BluetoothSensingInfo>()); in OnBluetoothResourceDecisionInner()
/ohos5.0/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…
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_host.cpp389 void OnSensingStateChanged(uint8_t eventId, const BluetoothSensingInfo &info) override in OnSensingStateChanged()
405 …void OnBluetoothResourceDecision(uint8_t eventId, const BluetoothSensingInfo &info, uint32_t &resu… in OnBluetoothResourceDecision()