Searched refs:GetShowTime (Results 1 – 10 of 10) sorted by relevance
71 showOption.SetDuration(theme->GetShowTime()); in ShowPopupInSubWindow()123 showOption.SetDuration(theme->GetShowTime()); in ShowPopup()
161 uint32_t GetShowTime() const in GetShowTime() function
30 reminderRequest.ReminderRequest::GetShowTime(showTime); in DoSomethingInterestingWithMyAPI()
84 int64_t GetShowTime() const in GetShowTime() function
316 if (entryPageInfo && entryPageInfo->GetShowTime() > 0) { in OnHide()317 duration = GetCurrentTimestamp() - entryPageInfo->GetShowTime(); in OnHide()
1052 std::string GetShowTime(const uint64_t showTime) const;
285 showOption.SetDuration(theme->GetShowTime(isMenu)); in CreatePopupAnimation()
993 std::string res = rrc->GetShowTime(showTime);1009 std::string res = rrc->GetShowTime(showTime);
729 uint32_t GetShowTime(bool isMenu) const in GetShowTime() function
1374 std::string ReminderRequest::GetShowTime(const uint64_t showTime) const in GetShowTime() function in OHOS::Notification::ReminderRequest