The source project of this merge request has been removed.
Rhosysd libcanterbury removal
13 unresolved threads
13 unresolved threads
Merge request reports
Activity
186 186 187 187 /* Add an example vehicle. */ 188 188 props = yaml_to_attributes_array ((const char *)MOCKBACKENDDIR"/vehicle_attributes_spec.yaml"); 189 printf("props len = %u", props->len); 189 if( props != NULL) { 58 58 { 59 59 signal_name = (char*) realloc (signal_name, 60 60 strlen(signal_name) + 61 strlen(key) + 1); 61 strlen(key) + 2); 40 39 GCancellable *cancellable, 41 40 GAsyncReadyCallback callback, 42 41 gpointer user_data); 43 static CbyProcessInfo *vdd_peer_manager_ensure_peer_info_finish (CsrPeerManager *peer_manager, 42 static void vdd_peer_manager_ensure_peer_info_finish (CsrPeerManager *peer_manager, 480 489 } 481 490 } 482 491 483 static CbyProcessInfo * 492 static void 30 29 GCancellable *cancellable, 31 30 GAsyncReadyCallback callback, 32 31 gpointer user_data); 33 static CbyProcessInfo *csr_backend_manager_ensure_peer_info_finish (CsrPeerManager *peer_manager, 32 static void csr_backend_manager_ensure_peer_info_finish (CsrPeerManager *peer_manager, 155 159 * 156 160 * Since: 0.2.0 157 161 */ 162 //TODO 158 163 void 159 164 csr_peer_manager_check_authorization_async (CsrPeerManager *peer_manager, 160 165 const gchar *sender, 161 166 GDBusConnection *connection, 162 167 const gchar *action_id, 163 PolkitDetails *details, 81 81 const gchar *sender, 82 82 GVariant *parameters, 83 83 GDBusMethodInvocation *invocation); 84 85 static PolkitDetails *csr_vehicle_service_vehicle_set_attributes_details (GVariant *parameters, 86 GDBusMethodInvocation *invocation); 84 static void csr_vehicle_service_vehicle_set_attributes_details (GVariant *parameters, 82 82 GVariant *parameters, 83 83 GDBusMethodInvocation *invocation); 84 85 static PolkitDetails *csr_vehicle_service_vehicle_set_attributes_details (GVariant *parameters, 86 GDBusMethodInvocation *invocation); 84 static void csr_vehicle_service_vehicle_set_attributes_details (GVariant *parameters, 85 GDBusMethodInvocation *invocation); 87 86 static void csr_vehicle_service_vehicle_set_attributes (CsrVehicleService *self, 88 87 RsdVehicle *vehicle, 89 88 GDBusConnection *connection, 90 89 const gchar *sender, 91 90 GVariant *parameters, 92 91 GDBusMethodInvocation *invocation); 93 static PolkitDetails *csr_vehicle_service_vehicle_get_attributes_details (GVariant *parameters, 94 GDBusMethodInvocation *invocation); 92 static void csr_vehicle_service_vehicle_get_attributes_details (GVariant *parameters, 99 98 GVariant *parameters, 100 99 GDBusMethodInvocation *invocation); 101 100 102 static PolkitDetails *csr_vehicle_service_vehicle_get_attributes_metadata_details (GVariant *parameters, 103 GDBusMethodInvocation *invocation); 104 1301 1319 interface_name); 1302 1320 } 1303 1321 1304 static PolkitDetails * 1322 1323 static void 1395 1418 invocation); 1396 1419 } 1397 1420 1398 static PolkitDetails * 1421 static void 1451 1478 get_attributes_cb, invocation); 1452 1479 } 1453 1480 1454 static PolkitDetails * 1481 static void 758 758 endif 759 759 760 760 # Code coverage 761 @CODE_COVERAGE_RULES@ 761 #@CODE_COVERAGE_RULES@ 762 include $(top_srcdir)/aminclude_static.am
Please register or sign in to reply