Lines Matching refs:BluetoothOppTransferInformation

31 BluetoothOppTransferInformation TransferInformation(const BluetoothIOppTransferInformation &other)
33 BluetoothOppTransferInformation oppTransferinformation;
59 BluetoothOppTransferInformation oppTransferinformation = TransferInformation(transferInformation);
68 BluetoothOppTransferInformation oppTransferinformation = TransferInformation(transferInformation);
119 BluetoothOppTransferInformation::BluetoothOppTransferInformation()
122 BluetoothOppTransferInformation::~BluetoothOppTransferInformation()
125 int BluetoothOppTransferInformation::GetId() const
130 std::string BluetoothOppTransferInformation::GetFileName() const
135 std::string BluetoothOppTransferInformation::GetFilePath() const
140 std::string BluetoothOppTransferInformation::GetMimeType() const
145 std::string BluetoothOppTransferInformation::GetDeviceName() const
150 std::string BluetoothOppTransferInformation::GetDeviceAddress() const
155 int BluetoothOppTransferInformation::GetDirection() const
160 int BluetoothOppTransferInformation::GetStatus() const
165 int BluetoothOppTransferInformation::GetFailedReason() const
170 uint64_t BluetoothOppTransferInformation::GetTimeStamp() const
175 uint64_t BluetoothOppTransferInformation::GetCurrentBytes() const
180 uint64_t BluetoothOppTransferInformation::GetTotalBytes() const
185 void BluetoothOppTransferInformation::SetId(int id)
190 void BluetoothOppTransferInformation::SetFileName(std::string fileName)
195 void BluetoothOppTransferInformation::SetFilePath(std::string filePath)
200 void BluetoothOppTransferInformation::SetMimeType(std::string mimeType)
205 void BluetoothOppTransferInformation::SetDeviceName(std::string deviceName)
210 void BluetoothOppTransferInformation::SetDeviceAddress(std::string deviceAddress)
215 void BluetoothOppTransferInformation::SetDirection(int direction)
220 void BluetoothOppTransferInformation::SetStatus(int status)
225 void BluetoothOppTransferInformation::SetFailedReason(int failedReason)
230 void BluetoothOppTransferInformation::SetTimeStamp(uint64_t timeStamp)
235 void BluetoothOppTransferInformation::SetCurrentBytes(uint64_t currentBytes)
240 void BluetoothOppTransferInformation::SetTotalBytes(uint64_t totalBytes)
315 int32_t Opp::GetCurrentTransferInformation(BluetoothOppTransferInformation &transferInformation)