Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/communicator/
H A 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()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dsend_task_scheduler.cpp317 void SendTaskScheduler::SetSoftBusErrCode(const std::string &target, int softBusErrCode) in SetSoftBusErrCode()
H A Dnetwork_adapter.cpp87 processCommunicator_->RegOnSendAble([this](const DeviceInfos &devInfo, int softBusErrCode) { in StartAdapter()
H A Dcommunicator_aggregator.cpp741 …rCode = adapterHandle_->RegSendableCallback([this](const std::string &target, int softBusErrCode) { in RegCallbackToAdapter()