Searched refs:DBinderSoftbusClient (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/ |
H A D | dbinder_softbus_client.cpp | 34 DBinderSoftbusClient& DBinderSoftbusClient::GetInstance() in GetInstance() 36 static DBinderSoftbusClient instance; in GetInstance() 40 DBinderSoftbusClient::DBinderSoftbusClient() in DBinderSoftbusClient() function in OHOS::DBinderSoftbusClient 44 DBinderSoftbusClient::~DBinderSoftbusClient() in ~DBinderSoftbusClient() 50 bool DBinderSoftbusClient::OpenSoftbusClientSo() in OpenSoftbusClientSo() 91 int32_t DBinderSoftbusClient::DBinderRemovePermission(const std::string &socketName) in DBinderRemovePermission() 142 int32_t DBinderSoftbusClient::Socket(SocketInfo info) in Socket() 162 int32_t DBinderSoftbusClient::Listen( in Listen() 183 int32_t DBinderSoftbusClient::Bind( in Bind() 204 int32_t DBinderSoftbusClient::SendBytes(int32_t socket, const void *data, uint32_t len) in SendBytes() [all …]
|
H A D | databus_socket_listener.cpp | 149 int32_t socketId = DBinderSoftbusClient::GetInstance().Socket(serverSocketInfo); in StartServerListener() 154 …int32_t ret = DBinderSoftbusClient::GetInstance().Listen(socketId, QOS_TV, QOS_COUNT, &serverListe… in StartServerListener() 157 DBinderSoftbusClient::GetInstance().Shutdown(socketId); in StartServerListener() 208 int32_t socketId = DBinderSoftbusClient::GetInstance().Socket(socketInfo); in CreateClientSocket() 213 …int32_t ret = DBinderSoftbusClient::GetInstance().Bind(socketId, QOS_TV, QOS_COUNT, &clientListene… in CreateClientSocket() 219 DBinderSoftbusClient::GetInstance().Shutdown(socketId); in CreateClientSocket() 241 DBinderSoftbusClient::GetInstance().Shutdown(it->second); in ShutdownSocket()
|
H A D | ipc_object_stub.cpp | 714 …if (DBinderSoftbusClient::GetInstance().DBinderGrantPermission(uid, pid, sessionName) != ERR_NONE)… in CreateSessionName() 729 if (DBinderSoftbusClient::GetInstance().DBinderRemovePermission(sessionName) != ERR_NONE) { in RemoveSessionName()
|
H A D | ipc_process_skeleton.cpp | 158 DBinderSoftbusClient::GetInstance().Shutdown(listenSocketId_); in ~IPCProcessSkeleton() 499 if (DBinderSoftbusClient::GetInstance().GetLocalNodeDeviceId( in GetLocalDeviceID()
|
/ohos5.0/foundation/communication/ipc/services/dbinder/dbinder_service/src/socket/ |
H A D | dbinder_remote_listener.cpp | 154 int32_t socketId = DBinderSoftbusClient::GetInstance().Socket(socketInfo); in CreateClientSocket() 164 DBinderSoftbusClient::GetInstance().Shutdown(socketId); in CreateClientSocket() 196 …int32_t ret = DBinderSoftbusClient::GetInstance().DBinderGrantPermission(uid, pid, OWN_SESSION_NAM… in StartListener() 207 int32_t socketId = DBinderSoftbusClient::GetInstance().Socket(serverSocketInfo); in StartListener() 212 ret = DBinderSoftbusClient::GetInstance().Listen(socketId, QOS_TV, QOS_COUNT, &serverListener_); in StartListener() 216 DBinderSoftbusClient::GetInstance().Shutdown(socketId); in StartListener() 231 DBinderSoftbusClient::GetInstance().Shutdown(it->second); in StopListener() 235 DBinderSoftbusClient::GetInstance().Shutdown(listenSocketId_); in StopListener() 284 int32_t ret = DBinderSoftbusClient::GetInstance().SendBytes(socketId, msg, msg->head.len); in SendDataToRemote() 313 int32_t result = DBinderSoftbusClient::GetInstance().SendBytes(socketId, msg, msg->head.len); in SendDataReply() [all …]
|
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/include/ |
H A D | dbinder_softbus_client.h | 39 class DBinderSoftbusClient { 41 static DBinderSoftbusClient& GetInstance(); 42 DBinderSoftbusClient(); 43 ~DBinderSoftbusClient(); 56 DISALLOW_COPY_AND_MOVE(DBinderSoftbusClient);
|
/ohos5.0/foundation/communication/ipc/services/dbinder/test/auxiliary/src/ |
H A D | main.cpp | 32 … (void)OHOS::DBinderSoftbusClient::GetInstance().GetLocalNodeDeviceId(pkgName.c_str(), networkId); in main()
|
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/ipc_core/ |
H A D | libipc_core_map | 28 OHOS::DBinderSoftbusClient*;
|
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/source/ |
H A D | dbinder_databus_invoker.cpp | 378 int32_t ret = DBinderSoftbusClient::GetInstance().SendBytes( in SendData() 411 int ret = DBinderSoftbusClient::GetInstance().SendBytes(socketId, data, size); in OnSendRawData()
|
/ohos5.0/foundation/communication/ipc/services/dbinder/dbinder_service/src/ |
H A D | dbinder_service.cpp | 71 if (DBinderSoftbusClient::GetInstance().GetLocalNodeDeviceId( in GetLocalDeviceID() 698 …if (DBinderSoftbusClient::GetInstance().DBinderGrantPermission(uid, pid, sessionName) != ERR_NONE)… in CreateDatabusName()
|