Home
last modified time | relevance | path

Searched refs:curProgress (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/update/updater/services/applypatch/
H A Dupdate_progress.cpp53 float curProgress = 0.0f; in OtaUpdateProgressThread() local
59 curProgress = 0.0f; in OtaUpdateProgressThread()
66 if (curProgress < totalProgress && env != nullptr) { in OtaUpdateProgressThread()
68 curProgress = totalProgress; in OtaUpdateProgressThread()
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/pages/subScenarioTest/
H A DoppRecvScenarioTest.ets36 @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 + "%")
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/MainAbility/model/
H A Da2dpSinkProfileInterface.ets164 let curProgress = (stateInformation.currentBytes * 100) / stateInformation.totalBytes;
165 if ( curProgress === 100 ) {