Home
last modified time | relevance | path

Searched refs:oppInformation (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_opp_observer_stub.cpp63 std::shared_ptr<BluetoothIOppTransferInformation> oppInformation( in OnReceiveIncomingFileChangedInner()
65 CHECK_AND_RETURN_LOG_RET((oppInformation != nullptr), BT_ERR_INTERNAL_ERROR, "Read oppInformation error"); in OnReceiveIncomingFileChangedInner()
66 stub->OnReceiveIncomingFileChanged(*oppInformation); in OnReceiveIncomingFileChangedInner()
74 std::shared_ptr<BluetoothIOppTransferInformation> oppInformation( in OnTransferStateChangedInner()
76 CHECK_AND_RETURN_LOG_RET((oppInformation != nullptr), BT_ERR_INTERNAL_ERROR, "Read oppInformation error"); in OnTransferStateChangedInner()
77 stub->OnTransferStateChanged(*oppInformation); in OnTransferStateChangedInner()
H A Dbluetooth_opp_proxy.cpp71 int32_t BluetoothOppProxy::GetCurrentTransferInformation(BluetoothIOppTransferInformation &oppInformation) in GetCurrentTransferInformation() argument
84 CHECK_AND_RETURN_LOG_RET((oppInformation_ != nullptr), BT_ERR_DEVICE_DISCONNECTED, "oppInformation is nullptr"); in GetCurrentTransferInformation()
85 oppInformation = *oppInformation_; in GetCurrentTransferInformation()
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_opp.cpp321 BluetoothIOppTransferInformation oppInformation; in GetCurrentTransferInformation() local
322 int ret = proxy->GetCurrentTransferInformation(oppInformation); in GetCurrentTransferInformation()
325 transferInformation = TransferInformation(oppInformation); in GetCurrentTransferInformation()

Completed in 2 milliseconds