Home
last modified time | relevance | path

Searched refs:E_NO_SYNC_TASK (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Ddb_errno.h78 constexpr int E_NO_SYNC_TASK = (E_BASE + 57); // no sync task to do variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dsync_state_machine.cpp198 return -E_NO_SYNC_TASK; in ExecNextTask()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_sync_state_machine.cpp1044 case -E_NO_SYNC_TASK: in TransformErrCodeToEvent()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_mock_sync_module_test.cpp567 EXPECT_EQ(stateMachine.CallExecNextTask(), -E_NO_SYNC_TASK);