Searched refs:SwitchStateAndStep (Results 1 – 8 of 8) sorted by relevance
251 SwitchStateAndStep(Event::START_SYNC_EVENT); in StartSyncInner()453 SwitchStateAndStep(TransformErrCodeToEvent(errCode)); in HandleControlAckRecv()590 SwitchStateAndStep(Event::INNER_ERR_EVENT); in AbilitySyncRecv()847 SwitchStateAndStep(Event::TIME_OUT_EVENT); in StepToTimeout()905 SwitchStateAndStep(TIME_SYNC_FINISHED_EVENT); in TimeMarkSyncRecv()1105 SwitchStateAndStep(Event::RECV_FINISHED_EVENT); in PushPullDataRequestEvokeErrHandle()1108 SwitchStateAndStep(Event::INNER_ERR_EVENT); in PushPullDataRequestEvokeErrHandle()1213 SwitchStateAndStep(CONTROL_CMD_EVENT); in JumpStatusAfterAbilitySync()1215 SwitchStateAndStep(ABILITY_SYNC_FINISHED_EVENT); in JumpStatusAfterAbilitySync()1259 SwitchStateAndStep(event); in ResponsePullError()[all …]
44 void SwitchStateAndStep(uint8_t event);
153 void CloudSyncStateMachine::SwitchStateAndStep(uint8_t event) in SwitchStateAndStep() function in DistributedDB::CloudSyncStateMachine
461 cloudSyncStateMachine_.SwitchStateAndStep(CloudSyncEvent::START_SYNC_EVENT); in DoSyncInner()
90 MOCK_METHOD1(SwitchStateAndStep, void(uint8_t));
428 EXPECT_CALL(stateMachine, SwitchStateAndStep(_)).WillOnce(Return());451 EXPECT_CALL(stateMachine, SwitchStateAndStep(_)).Times(0);526 EXPECT_CALL(stateMachine, SwitchStateAndStep(_)).WillRepeatedly(Return());648 EXPECT_CALL(stateMachine, SwitchStateAndStep(_)).WillOnce(Return());687 EXPECT_CALL(stateMachine, SwitchStateAndStep(_)).WillOnce(Return());
123 virtual void SwitchStateAndStep(uint8_t event);
166 void SyncStateMachine::SwitchStateAndStep(uint8_t event) in SwitchStateAndStep() function in DistributedDB::SyncStateMachine