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