Home
last modified time | relevance | path

Searched refs:softBusError_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/src/
H A Dsoftbus_client.cpp78 softBusError_ = ret; in SendData()
81 softBusError_ = 0; in SendData()
89 return softBusError_; in GetSoftBusError()
H A Dsoftbus_client.h88 int32_t softBusError_ = 0; variable