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