Home
last modified time | relevance | path

Searched refs:parent_id_string (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/sync/tools/testserver/
Dchromiumsync.py698 entry.parent_id_string = parent_id
846 if entry.parent_id_string == ROOT_ID:
852 if entry.parent_id_string not in self._entries:
855 if entry.parent_id_string == entry.id_string:
858 if self._entries[entry.parent_id_string].deleted:
861 if not self._entries[entry.parent_id_string].folder:
893 if entry.parent_id_string in commit_session:
894 entry.parent_id_string = commit_session[entry.parent_id_string]
916 if entry.parent_id_string not in local_ids_in_commit:
917 server_ids_in_commit.add(entry.parent_id_string)
[all …]
Dchromiumsync_test.py202 proto.parent_id_string = original.parent_id_string
211 proto.parent_id_string = parent.id_string
242 self.assertEqual(result1.parent_id_string, proto1.parent_id_string)
243 self.assertEqual(result2.parent_id_string, result1.id_string)
301 self.assertTrue(result4.parent_id_string ==
302 result1b.parent_id_string ==
303 result5.parent_id_string ==
/external/chromium_org/sync/test/engine/
Dmock_connection_manager.cc608 string parent_id_string = entry.parent_id_string(); in ProcessCommit() local
610 if (changed_ids.end() != changed_ids.find(parent_id_string)) { in ProcessCommit()
611 parent_id_string = changed_ids[parent_id_string]; in ProcessCommit()
612 er->set_parent_id_string(parent_id_string); in ProcessCommit()
Dsingle_type_mock_server.cc118 entryresponse->set_parent_id_string(it->parent_id_string()); in DoSuccessfulCommit()
/external/chromium_org/sync/engine/
Ddirectory_commit_contribution_unittest.cc93 response->set_parent_id_string(entity.parent_id_string()); in CreateSuccessfulCommitResponse()
324 EXPECT_FALSE(commit_message.entries(0).parent_id_string().empty()); in TEST_F()
350 EXPECT_TRUE(commit_message.entries(0).parent_id_string().empty()); in TEST_F()
Dprocess_updates_util.cc250 (SyncableIdFromProto(update.parent_id_string()) == in ProcessUpdate()
Dsyncer_util.cc384 target->PutServerParentId(SyncableIdFromProto(update.parent_id_string())); in UpdateServerFieldsFromUpdate()
Dsyncer_proto_util.cc571 entry.parent_id_string().c_str(), in SyncEntityDebugString()
Dmodel_type_sync_worker_impl_unittest.cc675 EXPECT_EQ(kTypeParentId, entity.parent_id_string()); in TEST_F()
Dsyncer_unittest.cc2443 EXPECT_EQ(root_id_.GetServerId(), update->parent_id_string()); in TEST_F()
3723 EXPECT_TRUE(commit.entries(0).parent_id_string() == "2"); in TEST_F()
/external/chromium_org/sync/test/fake_server/
Dfake_server.cc427 string parent_id = client_entity.parent_id_string(); in HandleCommitRequest()
/external/chromium_org/sync/protocol/
Dproto_value_conversions.cc838 SET_STR(parent_id_string); in SyncEntityToValue()
960 SET_STR(parent_id_string); in EntryResponseToValue()
Dsync.proto149 optional string parent_id_string = 2; field
790 optional string parent_id_string = 4; field