Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/ipc/services/dbinder/c/src/
H A Ddbinder_service.c86 static TransInterface *g_trans = NULL; variable
203 int32_t sessionId = g_trans->Connect(DBINDER_SESSION_NAME, deviceId, NULL); in SendDataToRemote()
214 if (g_trans->Send(sessionId, (void *)msg, msg->head.len) != ERR_NONE) { in SendDataToRemote()
232 if (g_trans->GetLocalDeviceID(DBINDER_SESSION_NAME, localDeviceID) != ERR_NONE) { in SendEntryToRemote()
542 int32_t ret = g_trans->GetLocalDeviceID(DBINDER_SESSION_NAME, localDeviceId); in OnRemoteInvokerDataBusMessage()
738 g_trans = GetRpcTrans(); in StartDBinderService()
739 if (g_trans == NULL) { in StartDBinderService()
743 ret = g_trans->StartListen(DBINDER_SESSION_NAME, (void *)GetDBinderTransCallback()); in StartDBinderService()