Home
last modified time | relevance | path

Searched refs:InitStateSwitchTable (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_sync_state_machine.h145 …static void InitStateSwitchTable(uint32_t version, const std::vector<std::vector<uint8_t>> &switch…
H A Dsingle_ver_sync_state_machine.cpp328 InitStateSwitchTable(SINGLE_VER_SYNC_PROCTOL_V3, STATE_SWITCH_TABLE_V3); in InitStateSwitchTables()
336 void SingleVerSyncStateMachine::InitStateSwitchTable(uint32_t version, in InitStateSwitchTable() function in DistributedDB::SingleVerSyncStateMachine