Home | History | Annotate | Download | only in sessions

Lines Matching refs:StatusController

16 StatusController::StatusController(const ModelSafeRoutingInfo& routes)
25 StatusController::~StatusController() {}
27 bool StatusController::TestAndClearIsDirty() {
33 PerModelSafeGroupState* StatusController::GetOrCreateModelSafeGroupState(
44 void StatusController::increment_num_conflicting_commits_by(int value) {
50 void StatusController::increment_num_updates_downloaded_by(int value) {
54 void StatusController::set_types_needing_local_migration(
59 void StatusController::increment_num_tombstone_updates_downloaded_by(
65 void StatusController::reset_num_conflicting_commits() {
70 void StatusController::set_num_consecutive_transient_error_commits(int value) {
78 void StatusController::increment_num_consecutive_transient_error_commits_by(
85 void StatusController::set_num_consecutive_errors(int value) {
90 void StatusController::set_num_server_changes_remaining(
96 void StatusController::set_invalid_store(bool invalid_store) {
101 void StatusController::set_syncer_stuck(bool syncer_stuck) {
106 void StatusController::set_syncing(bool syncing) {
111 void StatusController::set_num_successful_bookmark_commits(int value) {
116 void StatusController::set_unsynced_handles(
123 void StatusController::increment_num_consecutive_errors() {
128 void StatusController::increment_num_consecutive_errors_by(int value) {
133 void StatusController::increment_num_successful_bookmark_commits() {
138 void StatusController::increment_num_successful_commits() {
142 void StatusController::set_commit_set(const OrderedCommitSet& commit_set) {
147 void StatusController::update_conflict_sets_built(bool built) {
150 void StatusController::update_conflicts_resolved(bool resolved) {
153 void StatusController::reset_conflicts_resolved() {
156 void StatusController::set_items_committed() {
161 int64 StatusController::CountUpdates() const {
170 bool StatusController::CurrentCommitIdProjectionHasIndex(size_t index) {
176 bool StatusController::HasConflictingUpdates() const {
188 int StatusController::TotalNumConflictingItems() const {
200 bool StatusController::ServerSaysNothingMoreToDownload() const {