Home
last modified time | relevance | path

Searched refs:NotificationTime (Results 1 - 10 of 10) sorted by relevance

/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_time.cpp30 int32_t NotificationTime::GetInitialTime() const in GetInitialTime()
35 void NotificationTime::SetInitialTime(int32_t time) in SetInitialTime()
40 bool NotificationTime::GetIsCountDown() const in GetIsCountDown()
45 void NotificationTime::SetIsCountDown(bool flag) in SetIsCountDown()
50 bool NotificationTime::GetIsPaused() const in GetIsPaused()
55 void NotificationTime::SetIsPaused(bool flag) in SetIsPaused()
60 bool NotificationTime::GetIsInTitle() const in GetIsInTitle()
65 void NotificationTime::SetIsInTitle(bool flag) in SetIsInTitle()
70 std::string NotificationTime::Dump() in Dump()
80 bool NotificationTime
[all...]
H A Dnotification_local_live_view_content.cpp78 void NotificationLocalLiveViewContent::SetTime(NotificationTime time) in SetTime()
83 NotificationTime NotificationLocalLiveViewContent::GetTime() in GetTime()
207 auto pTime = NotificationJsonConverter::ConvertFromJson<NotificationTime>(timeObj); in FromJson()
316 auto pTime = parcel.ReadParcelable<NotificationTime>(); in ReadFromParcel()
/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_time.h26 class NotificationTime : public Parcelable, public NotificationJsonConvertionBase { class
28 NotificationTime() = default;
30 ~NotificationTime() = default;
76 * @brief Converts a NotificationTime object into a Json.
84 * @brief Creates a NotificationTime object from a Json.
89 static NotificationTime *FromJson(const nlohmann::json &jsonObject);
103 * @return Returns the NotificationTime.
105 static NotificationTime *Unmarshalling(Parcel &parcel);
109 * @brief Read a NotificationTime object from a Parcel.
H A Dnotification_local_live_view_content.h102 void SetTime(NotificationTime time);
108 NotificationTime GetTime();
181 NotificationTime time_ {};
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_time_test.cpp40 auto rrc = std::make_shared<NotificationTime>(); in HWTEST_F()
54 auto rrc = std::make_shared<NotificationTime>(); in HWTEST_F()
68 auto rrc = std::make_shared<NotificationTime>(); in HWTEST_F()
82 auto rrc = std::make_shared<NotificationTime>(); in HWTEST_F()
96 auto rrc = std::make_shared<NotificationTime>(); in HWTEST_F()
121 auto rrc = std::make_shared<NotificationTime>(); in HWTEST_F()
135 auto rrc = std::make_shared<NotificationTime>(); in HWTEST_F()
151 auto rrc = std::make_shared<NotificationTime>(); in HWTEST_F()
165 std::shared_ptr<NotificationTime> result = in HWTEST_F()
166 std::make_shared<NotificationTime>(); in HWTEST_F()
[all...]
H A Dnotification_local_live_view_content_test.cpp81 NotificationTime time; in HWTEST_F()
194 NotificationTime time; in HWTEST_F()
227 NotificationTime time; in HWTEST_F()
258 NotificationTime time; in HWTEST_F()
/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon_convert_liveview.cpp92 // time: NotificationTime in SetNotificationLocalLiveViewContent()
162 napi_value Common::SetTime(const napi_env &env, const NotificationTime &time, in SetTime()
756 NotificationTime time; in GetNotificationLocalLiveViewTime()
/base/location/frameworks/js/napi/notification/src/
H A Dnotification_napi_convert_liveview.cpp307 NotificationTime time; in GetNotificationLocalLiveViewTime()
/base/notification/distributed_notification_service/frameworks/js/napi/include/
H A Dcommon.h470 * @brief Sets a js object by specified NotificationTime object
473 * @param time Indicates a NotificationTime object to be converted
478 static napi_value SetTime(const napi_env &env, const NotificationTime &time,
/base/notification/distributed_notification_service/frameworks/cj/ffi/src/
H A Dnotification_utils.cpp569 NotificationTime time; in GetNotificationLocalLiveViewTime()
1398 // time: NotificationTime in SetNotificationLocalLiveViewContentDetailed()
1401 NotificationTime time = localLiveViewContent->GetTime(); in SetNotificationLocalLiveViewContentDetailed()

Completed in 10 milliseconds