Home
last modified time | relevance | path

Searched refs:GetNotificationContentType (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/location/frameworks/js/napi/notification/include/
H A Dnotification_napi.h815 …static napi_value GetNotificationContentType(const napi_env &env, const napi_value &result, int32_…
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/include/
H A Dcommon.h1205 …static napi_value GetNotificationContentType(const napi_env &env, const napi_value &result, int32_…
/ohos5.0/base/location/frameworks/js/napi/notification/src/
H A Dnotification_napi.cpp388 napi_value NotificationNapi::GetNotificationContentType(const napi_env &env, const napi_value &resu… in GetNotificationContentType() function in OHOS::Location::NotificationNapi
H A Dnotification_napi_convert_content.cpp68 if (GetNotificationContentType(env, result, type) == nullptr) { in GetNotificationContent()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon.cpp659 napi_value Common::GetNotificationContentType(const napi_env &env, const napi_value &result, int32_… in GetNotificationContentType() function in OHOS::NotificationNapi::Common
H A Dcommon_convert_content.cpp456 if (GetNotificationContentType(env, result, type) == nullptr) { in GetNotificationContent()