Searched refs:commit_result (Results 1 – 10 of 10) sorted by relevance
68 state.commit_result = SERVER_RETURN_INVALID_CREDENTIAL; in TEST_F()72 state.commit_result = SERVER_RETURN_MIGRATION_DONE; in TEST_F()76 state.commit_result = NETWORK_CONNECTION_UNAVAILABLE; in TEST_F()80 state.commit_result = SERVER_RETURN_CONFLICT; in TEST_F()114 state.commit_result = SERVER_RETURN_INVALID_CREDENTIAL; in TEST_F()118 state.commit_result = SERVER_RETURN_MIGRATION_DONE; in TEST_F()122 state.commit_result = SERVER_RETURN_CONFLICT; in TEST_F()
82 if (state.commit_result == NETWORK_CONNECTION_UNAVAILABLE || in GetInitialDelay()96 state.commit_result == SERVER_RETURN_MIGRATION_DONE) { in GetInitialDelay()113 if (state.commit_result == SERVER_RETURN_CONFLICT) in GetInitialDelay()
80 SyncerError commit_result = in NormalSyncShare() local82 session->mutable_status_controller()->set_commit_result(commit_result); in NormalSyncShare()
798 EXPECT_EQ(status_controller.model_neutral_state().commit_result, SYNCER_OK); in TEST_F()2741 session_->status_controller().model_neutral_state().commit_result); in TEST_F()
24 commit_result(UNSET), in ModelNeutralState()34 const bool commit_error = SyncerErrorIsError(state.commit_result); in HasSyncerError()
52 SyncerError commit_result; member
25 EXPECT_EQ(SYNC_AUTH_ERROR, status.model_neutral_state().commit_result); in TEST_F()
85 model_neutral_.commit_result = result; in set_commit_result()
281 StringSyncStat commit_result(section_last_session, "Commit Step Result"); in ConstructAboutInformation() local407 commit_result.SetValue( in ConstructAboutInformation()409 snapshot.model_neutral_state().commit_result)); in ConstructAboutInformation()
418 snap.model_neutral_state().commit_result == syncer::SYNCER_OK) in GetClientInfoString()