Home
last modified time | relevance | path

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

/ohos5.0/base/location/frameworks/js/napi/notification/include/
H A Dnotification_napi.h330 static napi_value GetNotificationDeliveryTime(
/ohos5.0/base/location/frameworks/js/napi/notification/src/
H A Dnotification_napi_convert_request.cpp42 if (GetNotificationDeliveryTime(env, value, request) == nullptr) { in GetNotificationRequestByNumber()
531 napi_value NotificationNapi::GetNotificationDeliveryTime( in GetNotificationDeliveryTime() function in OHOS::Location::NotificationNapi
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/include/
H A Dcommon.h708 static napi_value GetNotificationDeliveryTime(
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon_convert_request.cpp564 if (GetNotificationDeliveryTime(env, value, request) == nullptr) { in GetNotificationRequestByNumber()
1051 napi_value Common::GetNotificationDeliveryTime( in GetNotificationDeliveryTime() function in OHOS::NotificationNapi::Common