Home
last modified time | relevance | path

Searched refs:MockCommErrCode (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_single_ver_p2p_complex_sync_test.cpp2234 g_communicatorAggregator->MockCommErrCode(E_BASE);
2247 g_communicatorAggregator->MockCommErrCode(-E_BASE);
2259 g_communicatorAggregator->MockCommErrCode(INT_MAX);
2271 g_communicatorAggregator->MockCommErrCode(-INT_MAX);
2278 g_communicatorAggregator->MockCommErrCode(E_OK);
2319 g_communicatorAggregator->MockCommErrCode(E_BASE);
2328 g_communicatorAggregator->MockCommErrCode(-E_BASE);
2337 g_communicatorAggregator->MockCommErrCode(E_OK);
2346 g_communicatorAggregator->MockCommErrCode(-INT_MAX);
2352 g_communicatorAggregator->MockCommErrCode(E_OK);
H A Dvirtual_communicator_aggregator.h96 void MockCommErrCode(int mockErrCode);
H A Dvirtual_communicator_aggregator.cpp378 void VirtualCommunicatorAggregator::MockCommErrCode(int mockErrCode) in MockCommErrCode() function in DistributedDB::VirtualCommunicatorAggregator