Searched refs:ConvertJsonToNotificationActionButton (Results 1 – 3 of 3) sorted by relevance
451 bool result2 = notificationRequest.ConvertJsonToNotificationActionButton(nullptr, jsonObject); in HWTEST_F()477 bool result2 = notificationRequest.ConvertJsonToNotificationActionButton(target, jsonObject); in HWTEST_F()
1124 …static bool ConvertJsonToNotificationActionButton(NotificationRequest *target, const nlohmann::jso…
792 if (!ConvertJsonToNotificationActionButton(pRequest, jsonObject)) { in FromJson()1798 bool NotificationRequest::ConvertJsonToNotificationActionButton( in ConvertJsonToNotificationActionButton() function in OHOS::Notification::NotificationRequest