Home
last modified time | relevance | path

Searched defs:TransferConfig (Results 1 – 6 of 6) sorted by relevance

/developtools/hdc/hdc_rust/src/cffi/
Dserial_struct.h56 struct TransferConfig { struct
57 uint64_t fileSize;
58 uint64_t atime; // ns
59 uint64_t mtime; // ns
60 string options;
61 string path;
62 string optionalName;
63 bool updateIfNew;
64 uint8_t compressType;
65 bool holdTimestamp;
[all …]
/developtools/hdc/hdc_rust/src/serializer/
Dnative_struct.rs67 pub struct TransferConfig { struct
68 pub file_size: u64,
69 pub atime: u64,
70 pub mtime: u64,
71 pub options: String,
72 pub path: String,
73 pub optional_name: String,
74 pub update_if_new: bool,
75 pub compress_type: u8,
76 pub hold_timestamp: bool,
[all …]
Dserialize.rs177 impl Serialization for TransferConfig { implementation
/developtools/hdc/src/common/
Dtransfer.h24 struct TransferConfig { struct
25 uint64_t fileSize;
26 uint64_t atime; // ns
27 uint64_t mtime; // ns
28 string options;
29 string path;
30 string optionalName;
31 bool updateIfNew;
32 uint8_t compressType;
33 bool holdTimestamp;
[all …]
/developtools/smartperf_host/smartperf_host/ide/src/hdc/message/
DTransferConfig.ts16 export class TransferConfig extends Object { class
/developtools/hdc/hdc_rust/src/common/
Dhdctransfer.rs278 transfer_config: &TransferConfig, in spawn_handler()
415 transfer_config: &TransferConfig, in read_and_send_data()