Home
last modified time | relevance | path

Searched refs:SetSoftBusErrCode (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/include/
H A Dsend_task_scheduler.h81 void SetSoftBusErrCode(const std::string &target, int softBusErrCode);
/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() function in DistributedDB::SendTaskScheduler
H A Dcommunicator_aggregator.cpp747 scheduler_.SetSoftBusErrCode(target, softBusErrCode); in RegCallbackToAdapter()