Home
last modified time | relevance | path

Searched refs:SetNotificationContentDetailed (Results 1 – 2 of 2) sorted by relevance

/base/notification/distributed_notification_service/frameworks/js/napi/include/
Dcommon.h410 static napi_value SetNotificationContentDetailed(const napi_env &env, const ContentType &type,
/base/notification/distributed_notification_service/frameworks/js/napi/src/
Dcommon.cpp857 napi_value Common::SetNotificationContentDetailed(const napi_env &env, const ContentType &type, in SetNotificationContentDetailed() function in OHOS::NotificationNapi::Common
930 if (!SetNotificationContentDetailed(env, outType, content, result)) { in SetNotificationContent()