Home
last modified time | relevance | path

Searched refs:GetNotificationColor (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/location/frameworks/js/napi/notification/include/
H A Dnotification_napi.h429 …static napi_value GetNotificationColor(const napi_env &env, const napi_value &value, NotificationR…
/ohos5.0/base/location/frameworks/js/napi/notification/src/
H A Dnotification_napi_convert_request.cpp50 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 Dcommon.h818 …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 Dcommon_convert_request.cpp572 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