Searched refs:holdTimestamp (Results 1 – 10 of 10) sorted by relevance
40 holdTimestamp: boolean,55 this._holdTimestamp = holdTimestamp;126 get holdTimestamp(): boolean { method in TransferConfig130 set holdTimestamp(value: boolean) { method in TransferConfig
98 expect(transferConfig.holdTimestamp).toBeUndefined();102 transferConfig.holdTimestamp = true;103 expect(transferConfig.holdTimestamp).toBeTruthy();
49 holdTimestamp: 1,
33 bool holdTimestamp; member
48 … Field<fieldNine, &Hdc::HdcTransferBase::TransferConfig::holdTimestamp>("holdTimestamp"),
140 if (!context->transferConfig.holdTimestamp) { in SetFileTime()312 if (st.holdTimestamp) { in OnFileOpen()
89 context->transferConfig.holdTimestamp = true; in SetMasterParameters()
65 let holdTimestampValue = this.serializeU32(9, transferConfig.holdTimestamp ? 1 : 0);