Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_local_live_view_content_test.cpp233 EXPECT_EQ(liveViewContent->isFlagExist(1), false);
234 EXPECT_EQ(liveViewContent->isFlagExist(0), true);
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_local_live_view_content.h125 bool isFlagExist(int32_t flag);
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon_convert_liveview.cpp60 …if (localLiveViewContent->isFlagExist(NotificationLocalLiveViewContent::LiveViewContentInner::CAPS… in SetNotificationLocalLiveViewContent()
71 …if (localLiveViewContent->isFlagExist(NotificationLocalLiveViewContent::LiveViewContentInner::BUTT… in SetNotificationLocalLiveViewContent()
82 …if (localLiveViewContent->isFlagExist(NotificationLocalLiveViewContent::LiveViewContentInner::PROG… in SetNotificationLocalLiveViewContent()
93 …if (localLiveViewContent->isFlagExist(NotificationLocalLiveViewContent::LiveViewContentInner::TIME… in SetNotificationLocalLiveViewContent()
96 bool flag = localLiveViewContent->isFlagExist( in SetNotificationLocalLiveViewContent()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_local_live_view_content.cpp93 bool NotificationLocalLiveViewContent::isFlagExist(int32_t flag) in isFlagExist() function in OHOS::Notification::NotificationLocalLiveViewContent