Home
last modified time | relevance | path

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

/ohos5.0/base/location/frameworks/js/napi/notification/include/
H A Dnotification_napi.h363 static napi_value GetNotificationGroupName(
/ohos5.0/base/location/frameworks/js/napi/notification/src/
H A Dnotification_napi_convert_request.cpp86 if (GetNotificationGroupName(env, value, request) == nullptr) { in GetNotificationRequestByString()
641 napi_value NotificationNapi::GetNotificationGroupName( in GetNotificationGroupName() function in OHOS::Location::NotificationNapi
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/include/
H A Dcommon.h741 static napi_value GetNotificationGroupName(
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon_convert_request.cpp608 if (GetNotificationGroupName(env, value, request) == nullptr) { in GetNotificationRequestByString()
1159 napi_value Common::GetNotificationGroupName(const napi_env &env, const napi_value &value, Notificat… in GetNotificationGroupName() function in OHOS::NotificationNapi::Common