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