Lines Matching defs:oppTransferinformation
33 BluetoothOppTransferInformation oppTransferinformation;
34 oppTransferinformation.SetId(other.GetId());
35 oppTransferinformation.SetFileName(other.GetFileName());
36 oppTransferinformation.SetFilePath(other.GetFilePath());
37 oppTransferinformation.SetMimeType(other.GetFileType());
38 oppTransferinformation.SetDeviceName(other.GetDeviceName());
39 oppTransferinformation.SetDeviceAddress(other.GetDeviceAddress());
40 oppTransferinformation.SetFailedReason(other.GetFailedReason());
41 oppTransferinformation.SetStatus(other.GetStatus());
42 oppTransferinformation.SetDirection(other.GetDirection());
43 oppTransferinformation.SetTimeStamp(other.GetTimeStamp());
44 oppTransferinformation.SetCurrentBytes(other.GetCurrentBytes());
45 oppTransferinformation.SetTotalBytes(other.GetTotalBytes());
46 return oppTransferinformation;
59 BluetoothOppTransferInformation oppTransferinformation = TransferInformation(transferInformation);
60 observers_.ForEach([oppTransferinformation](std::shared_ptr<OppObserver> observer) {
61 observer->OnReceiveIncomingFileChanged(oppTransferinformation);
68 BluetoothOppTransferInformation oppTransferinformation = TransferInformation(transferInformation);
69 observers_.ForEach([oppTransferinformation](std::shared_ptr<OppObserver> observer) {
70 observer->OnTransferStateChanged(oppTransferinformation);