Home
last modified time | relevance | path

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

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