Searched refs:E_PERIPHERAL_INTERFACE_FAIL (Results 1 – 15 of 15) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/ |
H A D | network_adapter.cpp | 62 return -E_PERIPHERAL_INTERFACE_FAIL; in StartAdapter() 73 return -E_PERIPHERAL_INTERFACE_FAIL; in StartAdapter() 85 return -E_PERIPHERAL_INTERFACE_FAIL; in StartAdapter() 208 return -E_PERIPHERAL_INTERFACE_FAIL; in GetLocalIdentity()
|
H A D | communicator_aggregator.cpp | 305 DoOnSendEndByTaskIfNeed(onEnd, -E_PERIPHERAL_INTERFACE_FAIL); in ScheduleSendTask()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/ |
H A D | kv_store_errno.cpp | 64 { -E_PERIPHERAL_INTERFACE_FAIL, COMM_FAILURE },
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/ |
H A D | virtual_time_sync_communicator.cpp | 96 return -E_PERIPHERAL_INTERFACE_FAIL; in SendMessage()
|
H A D | virtual_communicator_aggregator.cpp | 180 return CallSendEnd(-E_PERIPHERAL_INTERFACE_FAIL, onEnd); in DispatchMessage() 200 return CallSendEnd(-E_PERIPHERAL_INTERFACE_FAIL, onEnd); in DispatchMessageInner()
|
H A D | virtual_communicator.cpp | 62 return -E_PERIPHERAL_INTERFACE_FAIL; in SendMessage()
|
H A D | distributeddb_time_sync_test.cpp | 304 EXPECT_TRUE(errCode == -E_PERIPHERAL_INTERFACE_FAIL);
|
H A D | distributeddb_ability_sync_test.cpp | 415 EXPECT_TRUE(async.SyncStart(1, 1, 1) == -E_PERIPHERAL_INTERFACE_FAIL);
|
H A D | distributeddb_single_ver_p2p_complex_sync_test.cpp | 735 EXPECT_TRUE((pair.second == static_cast<DBStatus>(-E_PERIPHERAL_INTERFACE_FAIL)) || 814 EXPECT_TRUE((pair.second == static_cast<DBStatus>(-E_PERIPHERAL_INTERFACE_FAIL)) ||
|
H A D | distributeddb_single_ver_p2p_simple_sync_test.cpp | 1224 EXPECT_TRUE((pair.second == static_cast<DBStatus>(-E_PERIPHERAL_INTERFACE_FAIL)) ||
|
H A D | distributeddb_single_ver_p2p_sync_check_test.cpp | 849 EXPECT_TRUE((result[deviceId] == static_cast<DBStatus>(-E_PERIPHERAL_INTERFACE_FAIL)) || in SyncWithQuery()
|
H A D | distributeddb_mock_sync_module_test.cpp | 611 syncTaskContext.CallCommErrHandlerFuncInner(-E_PERIPHERAL_INTERFACE_FAIL, 1u);
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/communicator/ |
H A D | distributeddb_communicator_deep_test.cpp | 677 EXPECT_EQ(adapter->StartAdapter(), -E_PERIPHERAL_INTERFACE_FAIL); 684 EXPECT_EQ(adapter->StartAdapter(), -E_PERIPHERAL_INTERFACE_FAIL); 687 EXPECT_EQ(adapter->StartAdapter(), -E_PERIPHERAL_INTERFACE_FAIL);
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/ |
H A D | db_errno.h | 53 constexpr int E_PERIPHERAL_INTERFACE_FAIL = (E_BASE + 32); // peripheral interface fail variable
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/ |
H A D | remote_executor.cpp | 128 DoFinished(sessionId, -E_PERIPHERAL_INTERFACE_FAIL); in NotifyDeviceOffline() 682 DoFinished(sessionId, -E_PERIPHERAL_INTERFACE_FAIL); in DoSendFailed()
|