Home
last modified time | relevance | path

Searched refs:BluetoothOppTransferInformation (Results 1 - 11 of 11) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_opp.cpp31 BluetoothOppTransferInformation TransferInformation(const BluetoothIOppTransferInformation &other) in TransferInformation()
33 BluetoothOppTransferInformation oppTransferinformation; in TransferInformation()
59 BluetoothOppTransferInformation oppTransferinformation = TransferInformation(transferInformation);
68 BluetoothOppTransferInformation oppTransferinformation = TransferInformation(transferInformation);
119 BluetoothOppTransferInformation::BluetoothOppTransferInformation() in BluetoothOppTransferInformation() function in OHOS::Bluetooth::BluetoothOppTransferInformation
122 BluetoothOppTransferInformation::~BluetoothOppTransferInformation() in ~BluetoothOppTransferInformation()
125 int BluetoothOppTransferInformation::GetId() const in GetId()
130 std::string BluetoothOppTransferInformation
[all...]
/foundation/communication/bluetooth_service/test/unittest/opp/
H A Dopp_test.cpp32 virtual void OnReceiveIncomingFileChanged(const BluetoothOppTransferInformation &transferInformation) {} in OnReceiveIncomingFileChanged()
33 virtual void OnTransferStateChanged(const BluetoothOppTransferInformation &transferInformation) {} in OnTransferStateChanged()
53 bool CompareTransferInformation(const BluetoothOppTransferInformation &information,
54 const BluetoothOppTransferInformation &transferInformation);
94 bool OppTest::CompareTransferInformation(const BluetoothOppTransferInformation &information, in CompareTransferInformation()
95 const BluetoothOppTransferInformation &transferInformation) in CompareTransferInformation()
207 BluetoothOppTransferInformation Infermation; in HWTEST_F()
208 BluetoothOppTransferInformation transferInfermation = profile_->GetCurrentTransferInformation(); in HWTEST_F()
276 BluetoothOppTransferInformation trasnferInformation; in HWTEST_F()
293 BluetoothOppTransferInformation trasnferInformatio in HWTEST_F()
[all...]
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_opp.h49 class BLUETOOTH_API BluetoothOppTransferInformation { class
52 * @brief A constructor used to create a <b>BluetoothOppTransferInformation</b> instance.
56 BluetoothOppTransferInformation();
59 * @brief A destructor used to delete the <b>BluetoothOppTransferInformation</b> instance.
63 ~BluetoothOppTransferInformation();
282 virtual void OnReceiveIncomingFileChanged(const BluetoothOppTransferInformation &transferInformation) in OnReceiveIncomingFileChanged()
290 virtual void OnTransferStateChanged(const BluetoothOppTransferInformation &transferInformation) in OnTransferStateChanged()
334 int32_t GetCurrentTransferInformation(BluetoothOppTransferInformation &transferInformation);
/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_opp_observer.h34 void OnReceiveIncomingFileChanged(const BluetoothOppTransferInformation &transferInformation) override;
35 void OnTransferStateChanged(const BluetoothOppTransferInformation &transferInformation) override;
H A Dnapi_bluetooth_event.h52 BluetoothOppTransferInformation &information);
H A Dnapi_native_object.h203 explicit NapiNativeOppTransferInformation(const BluetoothOppTransferInformation &information) in NapiNativeOppTransferInformation()
209 BluetoothOppTransferInformation information_;
H A Dnapi_bluetooth_utils.h105 napi_value result, const BluetoothOppTransferInformation& transferInformation);
152 std::shared_ptr<BluetoothOppTransferInformation> information_;
/foundation/communication/bluetooth/frameworks/js/napi/src/opp/
H A Dnapi_bluetooth_opp_observer.cpp30 void NapiBluetoothOppObserver::OnReceiveIncomingFileChanged(const BluetoothOppTransferInformation &transferInformation) in OnReceiveIncomingFileChanged()
37 void NapiBluetoothOppObserver::OnTransferStateChanged(const BluetoothOppTransferInformation &transferInformation) in OnTransferStateChanged()
H A Dnapi_bluetooth_opp.cpp182 BluetoothOppTransferInformation information; in GetCurrentTransferInformation()
/foundation/communication/bluetooth/frameworks/js/napi/src/common/
H A Dnapi_bluetooth_event.cpp77 BluetoothOppTransferInformation &information) in CreateResult()
H A Dnapi_bluetooth_utils.cpp137 const BluetoothOppTransferInformation& transferInformation) in ConvertOppTransferInformationToJS()

Completed in 12 milliseconds