Searched refs:SetNotificationContentDetailed (Results 1 - 4 of 4) sorted by relevance
/base/notification/distributed_notification_service/frameworks/cj/ffi/include/ |
H A D | notification_utils.h | 322 bool SetNotificationContentDetailed(const ContentType &type,
|
/base/notification/distributed_notification_service/frameworks/js/napi/include/ |
H A D | common.h | 370 static napi_value SetNotificationContentDetailed(const napi_env &env, const ContentType &type,
|
/base/notification/distributed_notification_service/frameworks/js/napi/src/ |
H A D | common_convert_content.cpp | 56 napi_value Common::SetNotificationContentDetailed(const napi_env &env, const ContentType &type, in SetNotificationContentDetailed() function in OHOS::NotificationNapi::Common 128 if (!SetNotificationContentDetailed(env, outType, content, result)) { in SetNotificationContent()
|
/base/notification/distributed_notification_service/frameworks/cj/ffi/src/ |
H A D | notification_utils.cpp | 1462 bool SetNotificationContentDetailed(const ContentType &type, in SetNotificationContentDetailed() function 1486 LOGE("SetNotificationContentDetailed malloc CNotificationPictureContent failed."); in SetNotificationContentDetailed() 1495 LOGE("SetNotificationContentDetailed malloc CNotificationMultiLineContent failed."); in SetNotificationContentDetailed() 1526 if (!SetNotificationContentDetailed(outType, content, notificationContent)) { in SetNotificationContent() 1527 LOGE("SetNotificationContentDetailed failed"); in SetNotificationContent()
|
Completed in 8 milliseconds