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