Searched defs:Progress (Results 1 – 3 of 3) sorted by relevance
104 struct Progress { struct105 uint32_t percent;106 UpgradeStatus status;107 std::string endReason;
44 void ProgressCallback::Progress(const int64_t uploadedSize, const int64_t totalSize) in Progress() function in OHOS::Request::Upload::ProgressCallback
214 export interface Progress { interface