Home
last modified time | relevance | path

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

/developtools/hdc_standard/src/common/
Dtransfer.h55 struct CtxFile { // The structure cannot be initialized by MEMSET, will rename to CtxTransfer struct
56 uint64_t fileSize;
57 uint64_t indexIO; // Id or written IO bytes
58 uint64_t transferBegin;
59 string localName;
60 string localPath;
61 string remotePath;
62 bool master; // Document transmission initiative
86 virtual void CheckMaster(CtxFile *context) in CheckMaster() argument