Home
last modified time | relevance | path

Searched refs:ConvertJsonToNotificationContent (Results 1 – 3 of 3) sorted by relevance

/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dnotification_request_test.cpp450 bool result1 = notificationRequest.ConvertJsonToNotificationContent(nullptr, jsonObject); in HWTEST_F()
476 bool result1 = notificationRequest.ConvertJsonToNotificationContent(target, jsonObject); in HWTEST_F()
/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_request.h1123 …static bool ConvertJsonToNotificationContent(NotificationRequest *target, const nlohmann::json &js…
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_request.cpp786 if (!ConvertJsonToNotificationContent(pRequest, jsonObject)) { in FromJson()
1772 bool NotificationRequest::ConvertJsonToNotificationContent( in ConvertJsonToNotificationContent() function in OHOS::Notification::NotificationRequest