Searched refs:ConvertJsonToEnum (Results 1 – 3 of 3) sorted by relevance
469 notificationRequest.ConvertJsonToEnum(nullptr, jsonObject); in HWTEST_F()495 notificationRequest.ConvertJsonToEnum(target, jsonObject); in HWTEST_F()
1452 static void ConvertJsonToEnum(NotificationRequest *target, const nlohmann::json &jsonObject);
869 ConvertJsonToEnum(pRequest, jsonObject); in FromJson()2120 void NotificationRequest::ConvertJsonToEnum(NotificationRequest *target, const nlohmann::json &json… in ConvertJsonToEnum() function in OHOS::Notification::NotificationRequest