Searched refs:IsColorEnabled (Results 1 – 6 of 6) sorted by relevance
42 request.IsColorEnabled(); in DoSomethingInterestingWithMyAPI()
269 uint32_t result1 = notificationRequest.IsColorEnabled(); in HWTEST_F()290 uint32_t result1 = notificationRequest.IsColorEnabled(); in HWTEST_F()311 uint32_t result1 = notificationRequest.IsColorEnabled(); in HWTEST_F()
560 bool IsColorEnabled() const;
149 napi_get_boolean(env, request->IsColorEnabled(), &value); in SetNotificationRequestByBool()
340 bool NotificationRequest::IsColorEnabled() const in IsColorEnabled() function in OHOS::Notification::NotificationRequest
385 EXPECT_EQ(false, notificationRequest.IsColorEnabled()); in CheckCaseNineResult()