Home
last modified time | relevance | path

Searched refs:GetShowTime (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/popup/
H A Dpopup_element.cpp71 showOption.SetDuration(theme->GetShowTime()); in ShowPopupInSubWindow()
123 showOption.SetDuration(theme->GetShowTime()); in ShowPopup()
H A Dpopup_theme.h161 uint32_t GetShowTime() const in GetShowTime() function
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/reminderrequestannexthree_fuzzer/
H A Dreminderrequestannexthree_fuzzer.cpp30 reminderRequest.ReminderRequest::GetShowTime(showTime); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Dentry_page_info.h84 int64_t GetShowTime() const in GetShowTime() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stage/
H A Dpage_pattern.cpp316 if (entryPageInfo && entryPageInfo->GetShowTime() > 0) { in OnHide()
317 duration = GetCurrentTimestamp() - entryPageInfo->GetShowTime(); in OnHide()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dreminder_request.h1052 std::string GetShowTime(const uint64_t showTime) const;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select_popup/
H A Drender_select_popup.cpp285 showOption.SetDuration(theme->GetShowTime(isMenu)); in CreatePopupAnimation()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dreminder_request_test.cpp993 std::string res = rrc->GetShowTime(showTime);
1009 std::string res = rrc->GetShowTime(showTime);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select/
H A Dselect_theme.h729 uint32_t GetShowTime(bool isMenu) const in GetShowTime() function
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dreminder_request.cpp1374 std::string ReminderRequest::GetShowTime(const uint64_t showTime) const in GetShowTime() function in OHOS::Notification::ReminderRequest