Searched refs:curProgress (Results 1 – 3 of 3) sorted by relevance
53 float curProgress = 0.0f; in OtaUpdateProgressThread() local59 curProgress = 0.0f; in OtaUpdateProgressThread()66 if (curProgress < totalProgress && env != nullptr) { in OtaUpdateProgressThread()68 curProgress = totalProgress; in OtaUpdateProgressThread()
36 @State curProgress: number = 0;93 this.curProgress = (stateInformation.currentBytes * 100) / stateInformation.totalBytes;94 if ( this.curProgress === 100 ) {232 Progress({ value : this.curProgress , total : 100 , type : ProgressType.Linear })235 Text(this.curProgress + "%")
164 let curProgress = (stateInformation.currentBytes * 100) / stateInformation.totalBytes;165 if ( curProgress === 100 ) {