• Home
  • Raw
  • Download

Lines Matching refs:AIDL_ERROR

43     AIDL_ERROR(newer) << "Changed annotations: " << from << " to " << to;  in have_compatible_annotations()
52 AIDL_ERROR(newer) << "Type changed: " << older.ToString() << " to " << newer.ToString() << "."; in are_compatible_types()
71 AIDL_ERROR(old_m) << "Removed or changed method: " << older.GetCanonicalName() << "." in are_compatible_interfaces()
83 AIDL_ERROR(new_m) << "Oneway attribute " << (old_m->IsOneway() ? "removed" : "added") << ": " in are_compatible_interfaces()
89 AIDL_ERROR(new_m) << "Transaction ID changed: " << older.GetCanonicalName() << "." in are_compatible_interfaces()
107 AIDL_ERROR(new_m) << "Direction changed: " << old_a.GetDirectionSpecifier() << " to " in are_compatible_interfaces()
122 AIDL_ERROR(old_c) << "Removed constant declaration: " << older.GetCanonicalName() << "." in are_compatible_interfaces()
134 AIDL_ERROR(newer) << "Changed constant value: " << older.GetCanonicalName() << "." in are_compatible_interfaces()
148 AIDL_ERROR(newer) << "Number of fields in " << older.GetCanonicalName() << " is reduced from " in are_compatible_parcelables()
163 AIDL_ERROR(newer) << "Renamed field: " << old_field->GetName() << " to " in are_compatible_parcelables()
171 AIDL_ERROR(newer) << "Changed default value: " << old_value << " to " << new_value << "."; in are_compatible_parcelables()
189 AIDL_ERROR(old_dir) << "No API file exist"; in check_api()
196 AIDL_ERROR(file) << "Failed to read."; in check_api()
208 AIDL_ERROR(new_dir) << "No API file exist"; in check_api()
215 AIDL_ERROR(file) << "Failed to read."; in check_api()
230 AIDL_ERROR(old_type) << "Removed type: " << old_type->GetCanonicalName(); in check_api()
239 AIDL_ERROR(new_type) << "Type mismatch: " << old_type->GetCanonicalName() in check_api()