Home
last modified time | relevance | path

Searched defs:deviceCommErrCode (Results 1 – 5 of 5) sorted by relevance

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/communicator/
Dadapter_stub.cpp285 void AdapterStub::SimulateSendRetryClear(const std::string &dstTarget, int deviceCommErrCode) in SimulateSendRetryClear()
300 …d AdapterStub::SimulateTriggerSendableCallback(const std::string &dstTarget, int deviceCommErrCode) in SimulateTriggerSendableCallback()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
Dsend_task_scheduler.cpp317 void SendTaskScheduler::SetDeviceCommErrCode(const std::string &target, int deviceCommErrCode) in SetDeviceCommErrCode()
Dnetwork_adapter.cpp87 processCommunicator_->RegOnSendAble([this](const DeviceInfos &devInfo, int deviceCommErrCode) { in StartAdapter()
Dcommunicator_aggregator.cpp812 …de = adapterHandle_->RegSendableCallback([this](const std::string &target, int deviceCommErrCode) { in RegCallbackToAdapter()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/test/unittest/
Dprocess_communicator_impl_test.cpp368 auto myOnSendAble = [](const DeviceInfos &deviceInfo, int deviceCommErrCode) {}; in __anon552298900602()