Home
last modified time | relevance | path

Searched defs:transferInformation (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/opp/
H A Dnapi_bluetooth_opp_observer.cpp33 …toothOppObserver::OnReceiveIncomingFileChanged(const BluetoothOppTransferInformation &transferInfo… in OnReceiveIncomingFileChanged()
40 …piBluetoothOppObserver::OnTransferStateChanged(const BluetoothOppTransferInformation &transferInfo… in OnTransferStateChanged()
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_opp.h282 …virtual void OnReceiveIncomingFileChanged(const BluetoothOppTransferInformation &transferInformati… in OnReceiveIncomingFileChanged()
290 virtual void OnTransferStateChanged(const BluetoothOppTransferInformation &transferInformation) in OnTransferStateChanged()
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/opp/
H A Dopp_test.cpp32 …virtual void OnReceiveIncomingFileChanged(const BluetoothOppTransferInformation &transferInformati… in OnReceiveIncomingFileChanged()
33 … virtual void OnTransferStateChanged(const BluetoothOppTransferInformation &transferInformation) {} in OnTransferStateChanged()
95 const BluetoothOppTransferInformation &transferInformation) in CompareTransferInformation()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_opp.cpp60 …void OnReceiveIncomingFileChanged(const BluetoothIOppTransferInformation &transferInformation) ove… in OnReceiveIncomingFileChanged()
69 … void OnTransferStateChanged(const BluetoothIOppTransferInformation &transferInformation) override in OnTransferStateChanged()
318 int32_t Opp::GetCurrentTransferInformation(BluetoothOppTransferInformation &transferInformation) in GetCurrentTransferInformation()
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/common/
H A Dnapi_bluetooth_utils.cpp140 const BluetoothOppTransferInformation& transferInformation) in ConvertOppTransferInformationToJS()