Searched refs:ConvertJsonToString (Results 1 – 3 of 3) sorted by relevance
1262 static void ConvertJsonToString(NotificationRequest *target, const nlohmann::json &jsonObject);
452 notificationRequest.ConvertJsonToString(nullptr, jsonObject); in HWTEST_F()478 notificationRequest.ConvertJsonToString(target, jsonObject); in HWTEST_F()
826 ConvertJsonToString(pRequest, jsonObject); in FromJson()1774 void NotificationRequest::ConvertJsonToString(NotificationRequest *target, const nlohmann::json &js… in ConvertJsonToString() function in OHOS::Notification::NotificationRequest