Home
last modified time | relevance | path

Searched refs:colorEnabled (Results 1 – 3 of 3) sorted by relevance

/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_request.h493 void SetColorEnabled(bool colorEnabled);
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_request.cpp323 void NotificationRequest::SetColorEnabled(bool colorEnabled) in SetColorEnabled() argument
325 colorEnabled_ = colorEnabled; in SetColorEnabled()
/base/notification/distributed_notification_service/frameworks/js/napi/src/
Dcommon.cpp2133 bool colorEnabled = false; in GetNotificationColorEnabled() local
2143 napi_get_value_bool(env, result, &colorEnabled); in GetNotificationColorEnabled()
2144 request.SetColorEnabled(colorEnabled); in GetNotificationColorEnabled()