Home
last modified time | relevance | path

Searched refs:IsCommNormal (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Disync_task_context.h156 virtual bool IsCommNormal() const = 0;
H A Dsync_task_context.h168 bool IsCommNormal() const override;
H A Dsync_task_context.cpp523 bool SyncTaskContext::IsCommNormal() const in IsCommNormal() function in DistributedDB::SyncTaskContext
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_mock_sync_module_test.cpp612 EXPECT_EQ(syncTaskContext.IsCommNormal(), true);
670 EXPECT_EQ(syncTaskContext.IsCommNormal(), false);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_sync_state_machine.cpp566 if (!context_->IsCommNormal()) { in DoInnerErr()