Home
last modified time | relevance | path

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

/ohos5.0/base/location/frameworks/js/napi/notification/include/
H A Dnotification_napi.h606 static napi_value GetNotificationActionButtons(
/ohos5.0/base/location/frameworks/js/napi/notification/src/
H A Dnotification_napi_convert_request.cpp167 if (GetNotificationActionButtons(env, value, request) == nullptr) { in GetNotificationRequestByCustom()
1059 napi_value NotificationNapi::GetNotificationActionButtons( in GetNotificationActionButtons() function in OHOS::Location::NotificationNapi
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/include/
H A Dcommon.h996 static napi_value GetNotificationActionButtons(
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon_convert_request.cpp693 if (GetNotificationActionButtons(env, value, request) == nullptr) { in GetNotificationRequestByCustom()
1594 napi_value Common::GetNotificationActionButtons( in GetNotificationActionButtons() function in OHOS::NotificationNapi::Common