Searched defs:local_id (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/sync/syncable/
H A Dsyncable_id.cc44 Id Id::CreateFromClientString(const string& local_id) { argument
46 if (local_id == "0")
49 id.s_ = string("c") + local_id;
/external/chromium/chrome/browser/sync/engine/
H A Dprocess_updates_command.cc105 syncable::Id local_id = SyncerUtil::FindLocalIdToUpdate(&trans, update); local
108 if (local_id.IsNull()) {
112 SyncerUtil::CreateNewEntry(&trans, local_id);
116 MutableEntry target_entry(&trans, GET_BY_ID, local_id);
126 if (local_id != server_id) {
/external/bluetooth/bluedroid/stack/l2cap/
H A Dl2c_int.h302 UINT8 local_id; /* Transaction ID for local trans */ member in struct:t_l2c_ccb
/external/netperf/
H A Dnetlib.c2967 char *local_id;
2969 local_id = get_id();
2975 local_id);
2944 char *local_id; local

Completed in 132 milliseconds