Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/sdk/bus_center/ipc/small/
Dbus_center_server_proxy.c146 uint8_t data[MAX_SOFT_BUS_IPC_LEN] = {0}; in ServerIpcGetAllOnlineNodeInfo()
148 IpcIoInit(&request, data, MAX_SOFT_BUS_IPC_LEN, 0); in ServerIpcGetAllOnlineNodeInfo()
199 uint8_t data[MAX_SOFT_BUS_IPC_LEN] = {0}; in ServerIpcGetLocalDeviceInfo()
201 IpcIoInit(&request, data, MAX_SOFT_BUS_IPC_LEN, 0); in ServerIpcGetLocalDeviceInfo()
235 uint8_t data[MAX_SOFT_BUS_IPC_LEN] = {0}; in ServerIpcGetNodeKeyInfo()
237 IpcIoInit(&request, data, MAX_SOFT_BUS_IPC_LEN, 0); in ServerIpcGetNodeKeyInfo()
274 uint8_t data[MAX_SOFT_BUS_IPC_LEN] = {0}; in ServerIpcJoinLNN()
276 IpcIoInit(&request, data, MAX_SOFT_BUS_IPC_LEN, 0); in ServerIpcJoinLNN()
300 uint8_t data[MAX_SOFT_BUS_IPC_LEN] = {0}; in ServerIpcLeaveLNN()
302 IpcIoInit(&request, data, MAX_SOFT_BUS_IPC_LEN, 0); in ServerIpcLeaveLNN()
[all …]
/foundation/communication/dsoftbus/core/discovery/ipc/small/
Ddisc_client_proxy.c66 uint8_t tmpData[MAX_SOFT_BUS_IPC_LEN] = {0}; in ClientIpcOnDiscoverFailed()
67 IpcIoInit(&io, tmpData, MAX_SOFT_BUS_IPC_LEN, 0); in ClientIpcOnDiscoverFailed()
87 uint8_t tmpData[MAX_SOFT_BUS_IPC_LEN] = {0}; in ClientIpcDiscoverySuccess()
88 IpcIoInit(&io, tmpData, MAX_SOFT_BUS_IPC_LEN, 0); in ClientIpcDiscoverySuccess()
107 uint8_t tmpData[MAX_SOFT_BUS_IPC_LEN] = {0}; in ClientIpcOnPublishSuccess()
108 IpcIoInit(&io, tmpData, MAX_SOFT_BUS_IPC_LEN, 0); in ClientIpcOnPublishSuccess()
127 uint8_t tmpData[MAX_SOFT_BUS_IPC_LEN] = {0}; in ClientIpcOnPublishFail()
128 IpcIoInit(&io, tmpData, MAX_SOFT_BUS_IPC_LEN, 0); in ClientIpcOnPublishFail()
/foundation/communication/dsoftbus/sdk/transmission/ipc/small/
Dtrans_server_proxy.c107 uint8_t data[MAX_SOFT_BUS_IPC_LEN] = {0}; in ServerIpcCreateSessionServer()
109 IpcIoInit(&request, data, MAX_SOFT_BUS_IPC_LEN, 0); in ServerIpcCreateSessionServer()
136 uint8_t data[MAX_SOFT_BUS_IPC_LEN] = {0}; in ServerIpcRemoveSessionServer()
138 IpcIoInit(&request, data, MAX_SOFT_BUS_IPC_LEN, 0); in ServerIpcRemoveSessionServer()
161 uint8_t data[MAX_SOFT_BUS_IPC_LEN] = {0}; in ServerIpcOpenSession()
163 IpcIoInit(&request, data, MAX_SOFT_BUS_IPC_LEN, 0); in ServerIpcOpenSession()
193 uint8_t data[MAX_SOFT_BUS_IPC_LEN] = {0}; in ServerIpcOpenAuthSession()
195 IpcIoInit(&request, data, MAX_SOFT_BUS_IPC_LEN, 0); in ServerIpcOpenAuthSession()
217 uint8_t data[MAX_SOFT_BUS_IPC_LEN] = {0}; in ServerIpcNotifyAuthSuccess()
219 IpcIoInit(&request, data, MAX_SOFT_BUS_IPC_LEN, 0); in ServerIpcNotifyAuthSuccess()
[all …]
/foundation/communication/dsoftbus/core/bus_center/ipc/small_system/src/
Dbus_center_client_proxy.c83 uint8_t tmpData[MAX_SOFT_BUS_IPC_LEN] = {0}; in ClientOnJoinLNNResult()
84 IpcIoInit(&io, tmpData, MAX_SOFT_BUS_IPC_LEN, 0); in ClientOnJoinLNNResult()
111 uint8_t tmpData[MAX_SOFT_BUS_IPC_LEN]; in ClientOnLeaveLNNResult()
112 IpcIoInit(&io, tmpData, MAX_SOFT_BUS_IPC_LEN, 0); in ClientOnLeaveLNNResult()
136 uint8_t tmpData[MAX_SOFT_BUS_IPC_LEN]; in ClinetOnNodeOnlineStateChanged()
137 IpcIoInit(&io, tmpData, MAX_SOFT_BUS_IPC_LEN, 0); in ClinetOnNodeOnlineStateChanged()
181 uint8_t tmpData[MAX_SOFT_BUS_IPC_LEN]; in ClinetOnNodeBasicInfoChanged()
182 IpcIoInit(&io, tmpData, MAX_SOFT_BUS_IPC_LEN, 0); in ClinetOnNodeBasicInfoChanged()
226 uint8_t tmpData[MAX_SOFT_BUS_IPC_LEN]; in ClientOnTimeSyncResult()
227 IpcIoInit(&io, tmpData, MAX_SOFT_BUS_IPC_LEN, 0); in ClientOnTimeSyncResult()
[all …]
/foundation/communication/dsoftbus/sdk/discovery/ipc/small/
Ddisc_server_proxy.c81 uint8_t data[MAX_SOFT_BUS_IPC_LEN] = {0}; in ServerIpcPublishService()
83 IpcIoInit(&request, data, MAX_SOFT_BUS_IPC_LEN, 0); in ServerIpcPublishService()
120 uint8_t data[MAX_SOFT_BUS_IPC_LEN] = {0}; in ServerIpcUnPublishService()
122 IpcIoInit(&request, data, MAX_SOFT_BUS_IPC_LEN, 0); in ServerIpcUnPublishService()
145 uint8_t data[MAX_SOFT_BUS_IPC_LEN] = {0}; in ServerIpcStartDiscovery()
147 IpcIoInit(&request, data, MAX_SOFT_BUS_IPC_LEN, 0); in ServerIpcStartDiscovery()
186 uint8_t data[MAX_SOFT_BUS_IPC_LEN] = {0}; in ServerIpcStopDiscovery()
188 IpcIoInit(&request, data, MAX_SOFT_BUS_IPC_LEN, 0); in ServerIpcStopDiscovery()
/foundation/communication/dsoftbus/core/transmission/ipc/small/
Dtrans_client_proxy.c110 uint8_t tmpData[MAX_SOFT_BUS_IPC_LEN]; in ClientIpcOnChannelOpenFailed()
111 IpcIoInit(&io, tmpData, MAX_SOFT_BUS_IPC_LEN, 0); in ClientIpcOnChannelOpenFailed()
134 uint8_t tmpData[MAX_SOFT_BUS_IPC_LEN]; in ClientIpcOnChannelLinkDown()
135 IpcIoInit(&io, tmpData, MAX_SOFT_BUS_IPC_LEN, 0); in ClientIpcOnChannelLinkDown()
155 uint8_t tmpData[MAX_SOFT_BUS_IPC_LEN]; in ClientIpcOnChannelClosed()
156 IpcIoInit(&io, tmpData, MAX_SOFT_BUS_IPC_LEN, 0); in ClientIpcOnChannelClosed()
176 uint8_t *tmpData = (uint8_t *)SoftBusCalloc(len + MAX_SOFT_BUS_IPC_LEN); in ClientIpcOnChannelMsgReceived()
181 IpcIoInit(&io, tmpData, len + MAX_SOFT_BUS_IPC_LEN, 0); in ClientIpcOnChannelMsgReceived()
/foundation/communication/dsoftbus/sdk/frame/small/src/
Dsoftbus_server_proxy.c76 uint8_t data[MAX_SOFT_BUS_IPC_LEN] = {0}; in RegisterService()
79 IpcIoInit(&request, data, MAX_SOFT_BUS_IPC_LEN, 1); in RegisterService()
Dtrans_client_stub.c60 uint8_t tempData[MAX_SOFT_BUS_IPC_LEN] = {0}; in ClientOnChannelOpened()
61 IpcIoInit(&ret, tempData, MAX_SOFT_BUS_IPC_LEN, 0); in ClientOnChannelOpened()
/foundation/communication/dsoftbus/core/common/include/
Dsoftbus_ipc_def.h27 #define MAX_SOFT_BUS_IPC_LEN 512 macro