Searched refs:IsColorEnabled (Results 1 – 6 of 6) sorted by relevance
42 request.IsColorEnabled(); in DoSomethingInterestingWithMyAPI()
285 uint32_t result1 = notificationRequest.IsColorEnabled(); in HWTEST_F()306 uint32_t result1 = notificationRequest.IsColorEnabled(); in HWTEST_F()327 uint32_t result1 = notificationRequest.IsColorEnabled(); in HWTEST_F()
600 bool IsColorEnabled() const;
157 napi_get_boolean(env, request->IsColorEnabled(), &value); in SetNotificationRequestByBool()
358 bool NotificationRequest::IsColorEnabled() const in IsColorEnabled() function in OHOS::Notification::NotificationRequest
396 EXPECT_EQ(false, notificationRequest.IsColorEnabled()); in CheckCaseNineResult()