Searched refs:GetNotificationColor (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/location/frameworks/js/napi/notification/include/ |
H A D | notification_napi.h | 429 …static napi_value GetNotificationColor(const napi_env &env, const napi_value &value, NotificationR…
|
/ohos5.0/base/location/frameworks/js/napi/notification/src/ |
H A D | notification_napi_convert_request.cpp | 50 if (GetNotificationColor(env, value, request) == nullptr) { in GetNotificationRequestByNumber() 803 napi_value NotificationNapi::GetNotificationColor( in GetNotificationColor() function in OHOS::Location::NotificationNapi
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/include/ |
H A D | common.h | 818 …static napi_value GetNotificationColor(const napi_env &env, const napi_value &value, NotificationR…
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/ |
H A D | common_convert_request.cpp | 572 if (GetNotificationColor(env, value, request) == nullptr) { in GetNotificationRequestByNumber() 1340 napi_value Common::GetNotificationColor(const napi_env &env, const napi_value &value, NotificationR… in GetNotificationColor() function in OHOS::NotificationNapi::Common
|