Home
last modified time | relevance | path

Searched refs:OnTransferStateChanged (Results 1 - 7 of 7) sorted by relevance

/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_opp_observer.h35 void OnTransferStateChanged(const BluetoothOppTransferInformation &transferInformation) override;
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_opp_observer.h34 virtual void OnTransferStateChanged(const BluetoothIOppTransferInformation &transferInformation) = 0;
/foundation/communication/bluetooth/frameworks/js/napi/src/opp/
H A Dnapi_bluetooth_opp_observer.cpp37 void NapiBluetoothOppObserver::OnTransferStateChanged(const BluetoothOppTransferInformation &transferInformation) in OnTransferStateChanged() function in OHOS::Bluetooth::NapiBluetoothOppObserver
39 HILOGI("enter, OnTransferStateChanged"); in OnTransferStateChanged()
/foundation/communication/bluetooth_service/test/unittest/opp/
H A Dopp_test.cpp33 virtual void OnTransferStateChanged(const BluetoothOppTransferInformation &transferInformation) {} in OnTransferStateChanged() function in OHOS::Bluetooth::OppObserverTest
284 * @tc.name: OnTransferStateChanged
291 GTEST_LOG_(INFO) << "OnTransferStateChanged function test"; in HWTEST_F()
294 g_oppObserverTest->OnTransferStateChanged(trasnferInformation); in HWTEST_F()
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_opp_observer_stub.cpp77 stub->OnTransferStateChanged(*oppInformation); in OnTransferStateChangedInner()
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_opp.h290 virtual void OnTransferStateChanged(const BluetoothOppTransferInformation &transferInformation) in OnTransferStateChanged() function in OHOS::Bluetooth::OppObserver
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_opp.cpp66 void OnTransferStateChanged(const BluetoothIOppTransferInformation &transferInformation) override
70 observer->OnTransferStateChanged(oppTransferinformation);

Completed in 6 milliseconds