Home
last modified time | relevance | path

Searched defs:switchTable (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dcloud_sync_state_machine.h32 std::map<uint8_t, EventToState> switchTable; member
H A Dcloud_sync_state_machine.cpp97 const std::vector<std::vector<uint8_t>> &switchTable) in InitCloudStateSwitchTable()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dsync_state_machine.h31 std::map<uint8_t, EventToState> switchTable; // the 1st uint8_t is current state member
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_sync_state_machine.cpp337 const std::vector<std::vector<uint8_t>> &switchTable) in InitStateSwitchTable()