Home
last modified time | relevance | path

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

/ohos5.0/base/location/frameworks/js/napi/notification/include/
H A Dnotification_napi.h396 static napi_value GetNotificationAutoDeletedTime(
/ohos5.0/base/location/frameworks/js/napi/notification/src/
H A Dnotification_napi_convert_request.cpp46 if (GetNotificationAutoDeletedTime(env, value, request) == nullptr) { in GetNotificationRequestByNumber()
732 napi_value NotificationNapi::GetNotificationAutoDeletedTime( in GetNotificationAutoDeletedTime() function in OHOS::Location::NotificationNapi
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/include/
H A Dcommon.h774 static napi_value GetNotificationAutoDeletedTime(
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon_convert_request.cpp568 if (GetNotificationAutoDeletedTime(env, value, request) == nullptr) { in GetNotificationRequestByNumber()
1249 napi_value Common::GetNotificationAutoDeletedTime( in GetNotificationAutoDeletedTime() function in OHOS::NotificationNapi::Common