Home
last modified time | relevance | path

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

/ohos5.0/base/location/frameworks/js/napi/notification/include/
H A Dnotification_napi.h407 static napi_value GetNotificationClassification(
/ohos5.0/base/location/frameworks/js/napi/notification/src/
H A Dnotification_napi_convert_request.cpp74 if (GetNotificationClassification(env, value, request) == nullptr) { in GetNotificationRequestByString()
757 napi_value NotificationNapi::GetNotificationClassification( in GetNotificationClassification() function in OHOS::Location::NotificationNapi
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/include/
H A Dcommon.h785 static napi_value GetNotificationClassification(
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon_convert_request.cpp596 if (GetNotificationClassification(env, value, request) == nullptr) { in GetNotificationRequestByString()
1274 napi_value Common::GetNotificationClassification( in GetNotificationClassification() function in OHOS::NotificationNapi::Common