Searched refs:sync_info (Results 1 – 2 of 2) sorted by relevance
280 tAVDT_SYNC_INFO sync_info; member810 tBTA_AV_SYNC_INFO sync_info; member
4098 DictionaryValue* sync_info = new DictionaryValue; in GetSyncInfo() local4105 sync_info->SetString("summary", "SYNC DISABLED"); in GetSyncInfo()4109 sync_info->SetString("summary", in GetSyncInfo()4111 sync_info->SetString("sync url", service->sync_service_url().host()); in GetSyncInfo()4112 sync_info->SetBoolean("authenticated", status.authenticated); in GetSyncInfo()4113 sync_info->SetString("last synced", service->GetLastSyncedTimeString()); in GetSyncInfo()4114 sync_info->SetInteger("updates received", status.updates_received); in GetSyncInfo()4123 sync_info->Set("synced datatypes", synced_datatype_list); in GetSyncInfo()4125 return_value->Set("sync_info", sync_info); in GetSyncInfo()