Searched refs:GetNotificationContentType (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/base/location/frameworks/js/napi/notification/include/ |
H A D | notification_napi.h | 815 …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 D | common.h | 1205 …static napi_value GetNotificationContentType(const napi_env &env, const napi_value &result, int32_…
|
/ohos5.0/base/location/frameworks/js/napi/notification/src/ |
H A D | notification_napi.cpp | 388 napi_value NotificationNapi::GetNotificationContentType(const napi_env &env, const napi_value &resu… in GetNotificationContentType() function in OHOS::Location::NotificationNapi
|
H A D | notification_napi_convert_content.cpp | 68 if (GetNotificationContentType(env, result, type) == nullptr) { in GetNotificationContent()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/ |
H A D | common.cpp | 659 napi_value Common::GetNotificationContentType(const napi_env &env, const napi_value &result, int32_… in GetNotificationContentType() function in OHOS::NotificationNapi::Common
|
H A D | common_convert_content.cpp | 456 if (GetNotificationContentType(env, result, type) == nullptr) { in GetNotificationContent()
|