Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dvideo_component.h137 : video_(aceVideo), playSeekingFunc_(UNDEFINED), progressValue_(0) {} in VideoSliderEventListener()
148 progressValue_ = progress; in OnChange()
165 if (SetPlayPositionInfo(progressValue_)) { in OnClick()
166 HILOG_DEBUG(HILOG_MODULE_ACE, "slider onClick video to %{public}d", progressValue_); in OnClick()
203 int32_t progressValue_; variable
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_request.cpp581 progressValue_ = progress; in SetProgressBar()
593 return progressValue_; in GetProgressValue()
754 …", progressValue = " + std::to_string(progressValue_) + ", progressMax = " + std::to_string(progre… in Dump()
946 if (!parcel.WriteInt32(progressValue_)) { in Marshalling()
1444 progressValue_ = parcel.ReadInt32(); in ReadFromParcel()
1852 this->progressValue_ = other.progressValue_; in CopyBase()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_request.h1473 int32_t progressValue_ {0};