Home
last modified time | relevance | path

Searched refs:GetIsPaused (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_time.h55 bool GetIsPaused() const;
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_time.cpp50 bool NotificationTime::GetIsPaused() const in GetIsPaused() function in OHOS::Notification::NotificationTime
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_time_test.cpp71 EXPECT_EQ(rrc->GetIsPaused(), isPaused);
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon_convert_liveview.cpp179 napi_get_boolean(env, time.GetIsPaused(), &value); in SetTime()