Searched refs:isFlagExist (Results 1 – 4 of 4) sorted by relevance
233 EXPECT_EQ(liveViewContent->isFlagExist(1), false);234 EXPECT_EQ(liveViewContent->isFlagExist(0), true);
125 bool isFlagExist(int32_t flag);
60 …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()
93 bool NotificationLocalLiveViewContent::isFlagExist(int32_t flag) in isFlagExist() function in OHOS::Notification::NotificationLocalLiveViewContent