Home
last modified time | relevance | path

Searched refs:SetInitialTime (Results 1 – 5 of 5) sorted by relevance

/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dnotification_local_live_view_content_test.cpp82 time.SetInitialTime(1);
195 time.SetInitialTime(1);
228 time.SetInitialTime(1);
259 time.SetInitialTime(1);
Dnotification_time_test.cpp42 rrc->SetInitialTime(initialTime);
98 rrc->SetInitialTime(initialTime);
/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_time.h39 void SetInitialTime(int32_t time);
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_time.cpp35 void NotificationTime::SetInitialTime(int32_t time) in SetInitialTime() function in OHOS::Notification::NotificationTime
/base/notification/distributed_notification_service/frameworks/js/napi/src/
Dcommon_convert_liveview.cpp584 time.SetInitialTime(intValue); in GetNotificationLocalLiveViewTime()