Searched refs:ConvertJsonToNotificationContent (Results 1 – 3 of 3) sorted by relevance
450 bool result1 = notificationRequest.ConvertJsonToNotificationContent(nullptr, jsonObject); in HWTEST_F()476 bool result1 = notificationRequest.ConvertJsonToNotificationContent(target, jsonObject); in HWTEST_F()
1123 …static bool ConvertJsonToNotificationContent(NotificationRequest *target, const nlohmann::json &js…
786 if (!ConvertJsonToNotificationContent(pRequest, jsonObject)) { in FromJson()1772 bool NotificationRequest::ConvertJsonToNotificationContent( in ConvertJsonToNotificationContent() function in OHOS::Notification::NotificationRequest