Searched refs:sync_root_tracker_id (Results 1 – 7 of 7) sorted by relevance
49 int64 sync_root_tracker_id = metadata_database()->GetSyncRootTrackerID(); in Run() local52 sync_root_tracker_id, app_id_, &trackers) || in Run()
24 EXPECT_EQ(left.sync_root_tracker_id(), right.sync_root_tracker_id()); in ExpectEquivalentServiceMetadata()
79 int64 sync_root_tracker_id = metadata_database()->GetSyncRootTrackerID(); in CreateAppRootFolder() local82 sync_root_tracker_id, in CreateAppRootFolder()
358 if (contents->service_metadata->sync_root_tracker_id()) in RemoveUnreachableItems()359 pending.push(contents->service_metadata->sync_root_tracker_id()); in RemoveUnreachableItems()521 return service_metadata_->sync_root_tracker_id(); in GetSyncRootTrackerID()536 !!service_metadata_->sync_root_tracker_id(); in HasSyncRoot()552 int64 sync_root_tracker_id = 0; in PopulateInitialData() local562 sync_root_tracker_id = tracker->tracker_id(); in PopulateInitialData()573 tracker_by_id_[sync_root_tracker_id] = tracker.release(); in PopulateInitialData()596 trackers_by_parent_and_title_[sync_root_tracker_id][title] in PopulateInitialData()631 int64 sync_root_tracker_id = service_metadata_->sync_root_tracker_id(); in RegisterApp() local632 if (!sync_root_tracker_id) { in RegisterApp()[all …]
143 int64 sync_root_tracker_id = metadata_database_->GetSyncRootTrackerID(); in GetSyncRootFolderID() local146 sync_root_tracker_id, &sync_root_tracker)); in GetSyncRootFolderID()
27 optional int64 sync_root_tracker_id = 2; field
114 sync_root_tracker.set_tracker_id(service_metadata.sync_root_tracker_id()); in SetUpInitialData()