Home
last modified time | relevance | path

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

/ohos5.0/base/location/frameworks/js/napi/notification/include/
H A Dnotification_napi.h515 static napi_value GetNotificationShowDeliveryTime(
/ohos5.0/base/location/frameworks/js/napi/notification/src/
H A Dnotification_napi_convert_request.cpp129 if (GetNotificationShowDeliveryTime(env, value, request) == nullptr) { in GetNotificationRequestByBool()
1009 napi_value NotificationNapi::GetNotificationShowDeliveryTime( in GetNotificationShowDeliveryTime() function in OHOS::Location::NotificationNapi
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/include/
H A Dcommon.h904 static napi_value GetNotificationShowDeliveryTime(
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon_convert_request.cpp655 if (GetNotificationShowDeliveryTime(env, value, request) == nullptr) { in GetNotificationRequestByBool()
1544 napi_value Common::GetNotificationShowDeliveryTime( in GetNotificationShowDeliveryTime() function in OHOS::NotificationNapi::Common