Home
last modified time | relevance | path

Searched defs:softBusErrCode (Results 1 – 4 of 4) sorted by relevance

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/communicator/
Dadapter_stub.cpp257 void AdapterStub::SimulateSendRetryClear(const std::string &dstTarget, int softBusErrCode) in SimulateSendRetryClear()
272 void AdapterStub::SimulateTriggerSendableCallback(const std::string &dstTarget, int softBusErrCode) in SimulateTriggerSendableCallback()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
Dsend_task_scheduler.cpp317 void SendTaskScheduler::SetSoftBusErrCode(const std::string &target, int softBusErrCode) in SetSoftBusErrCode()
Dnetwork_adapter.cpp87 processCommunicator_->RegOnSendAble([this](const DeviceInfos &devInfo, int softBusErrCode) { in StartAdapter()
Dcommunicator_aggregator.cpp741 …rCode = adapterHandle_->RegSendableCallback([this](const std::string &target, int softBusErrCode) { in RegCallbackToAdapter()