Home
last modified time | relevance | path

Searched refs:SwitchStateAndStep (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_sync_state_machine.cpp251 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 …]
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dcloud_sync_state_machine.h44 void SwitchStateAndStep(uint8_t event);
H A Dcloud_sync_state_machine.cpp153 void CloudSyncStateMachine::SwitchStateAndStep(uint8_t event) in SwitchStateAndStep() function in DistributedDB::CloudSyncStateMachine
H A Dcloud_syncer.cpp461 cloudSyncStateMachine_.SwitchStateAndStep(CloudSyncEvent::START_SYNC_EVENT); in DoSyncInner()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Dmock_single_ver_state_machine.h90 MOCK_METHOD1(SwitchStateAndStep, void(uint8_t));
H A Ddistributeddb_mock_sync_module_test.cpp428 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());
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dsync_state_machine.h123 virtual void SwitchStateAndStep(uint8_t event);
H A Dsync_state_machine.cpp166 void SyncStateMachine::SwitchStateAndStep(uint8_t event) in SwitchStateAndStep() function in DistributedDB::SyncStateMachine