Home
last modified time | relevance | path

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 Dnetwork_adapter.cpp62 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 Dcommunicator_aggregator.cpp305 DoOnSendEndByTaskIfNeed(onEnd, -E_PERIPHERAL_INTERFACE_FAIL); in ScheduleSendTask()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H A Dkv_store_errno.cpp64 { -E_PERIPHERAL_INTERFACE_FAIL, COMM_FAILURE },
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Dvirtual_time_sync_communicator.cpp96 return -E_PERIPHERAL_INTERFACE_FAIL; in SendMessage()
H A Dvirtual_communicator_aggregator.cpp180 return CallSendEnd(-E_PERIPHERAL_INTERFACE_FAIL, onEnd); in DispatchMessage()
200 return CallSendEnd(-E_PERIPHERAL_INTERFACE_FAIL, onEnd); in DispatchMessageInner()
H A Dvirtual_communicator.cpp62 return -E_PERIPHERAL_INTERFACE_FAIL; in SendMessage()
H A Ddistributeddb_time_sync_test.cpp304 EXPECT_TRUE(errCode == -E_PERIPHERAL_INTERFACE_FAIL);
H A Ddistributeddb_ability_sync_test.cpp415 EXPECT_TRUE(async.SyncStart(1, 1, 1) == -E_PERIPHERAL_INTERFACE_FAIL);
H A Ddistributeddb_single_ver_p2p_complex_sync_test.cpp735 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 Ddistributeddb_single_ver_p2p_simple_sync_test.cpp1224 EXPECT_TRUE((pair.second == static_cast<DBStatus>(-E_PERIPHERAL_INTERFACE_FAIL)) ||
H A Ddistributeddb_single_ver_p2p_sync_check_test.cpp849 EXPECT_TRUE((result[deviceId] == static_cast<DBStatus>(-E_PERIPHERAL_INTERFACE_FAIL)) || in SyncWithQuery()
H A Ddistributeddb_mock_sync_module_test.cpp611 syncTaskContext.CallCommErrHandlerFuncInner(-E_PERIPHERAL_INTERFACE_FAIL, 1u);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/communicator/
H A Ddistributeddb_communicator_deep_test.cpp677 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 Ddb_errno.h53 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 Dremote_executor.cpp128 DoFinished(sessionId, -E_PERIPHERAL_INTERFACE_FAIL); in NotifyDeviceOffline()
682 DoFinished(sessionId, -E_PERIPHERAL_INTERFACE_FAIL); in DoSendFailed()