Searched refs:ConvertJsonToNotificationFlags (Results 1 – 3 of 3) sorted by relevance
452 bool result3 = notificationRequest.ConvertJsonToNotificationFlags(nullptr, jsonObject); in HWTEST_F()478 bool result3 = notificationRequest.ConvertJsonToNotificationFlags(target, jsonObject); in HWTEST_F()
1127 …static bool ConvertJsonToNotificationFlags(NotificationRequest *target, const nlohmann::json &json…
814 if (!ConvertJsonToNotificationFlags(pRequest, jsonObject)) { in FromJson()1850 bool NotificationRequest::ConvertJsonToNotificationFlags( in ConvertJsonToNotificationFlags() function in OHOS::Notification::NotificationRequest