Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_request_test.cpp472 bool result1 = notificationRequest.ConvertJsonToNotificationContent(nullptr, jsonObject); in HWTEST_F()
498 bool result1 = notificationRequest.ConvertJsonToNotificationContent(target, jsonObject); in HWTEST_F()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_request.h1456 …static bool ConvertJsonToNotificationContent(NotificationRequest *target, const nlohmann::json &js…
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_request.cpp883 if (!ConvertJsonToNotificationContent(pRequest, jsonObject)) { in FromJson()
2228 bool NotificationRequest::ConvertJsonToNotificationContent( in ConvertJsonToNotificationContent() function in OHOS::Notification::NotificationRequest