Home
last modified time | relevance | path

Searched refs:isPercentage (Results 1 - 4 of 4) sorted by relevance

/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_progress.h55 void SetIsPercentage(bool isPercentage);
/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_progress.cpp55 void NotificationProgress::SetIsPercentage(bool isPercentage) in SetIsPercentage() argument
57 isPercentage_ = isPercentage; in SetIsPercentage()
66 ", isPercentage = " + std::to_string(isPercentage_) + in Dump()
74 jsonObject["isPercentage"] = isPercentage_; in ToJson()
101 if (jsonObject.find("isPercentage") != jsonEnd && jsonObject.at("isPercentage").is_boolean()) { in FromJson()
121 ANS_LOGE("Failed to write isPercentage"); in Marshalling()
/base/notification/distributed_notification_service/frameworks/cj/ffi/include/
H A Dnotification_utils.h102 bool isPercentage; member
/base/notification/distributed_notification_service/frameworks/cj/ffi/src/
H A Dnotification_utils.cpp559 progress.SetIsPercentage(contentResult->progress.isPercentage); in GetNotificationLocalLiveViewProgress()
1394 cProgress.isPercentage = progress.GetIsPercentage(); in SetNotificationLocalLiveViewContentDetailed()

Completed in 4 milliseconds