Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/auth/src/
H A Dclient_trans_auth_manager.c100 … int32_t ret = ServerIpcSendMessage(channelId, CHANNEL_TYPE_AUTH, data, len, TRANS_SESSION_BYTES); in TransAuthChannelSendBytes()
107 … int32_t ret = ServerIpcSendMessage(channelId, CHANNEL_TYPE_AUTH, data, len, TRANS_SESSION_BYTES); in TransAuthChannelSendMessage()
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/ipc/include/
H A Dtrans_server_proxy.h37 int32_t ServerIpcSendMessage(int32_t channelId, int32_t channelType, const void *data, uint32_t len…
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/ipc/mini/
H A Dtrans_server_proxy.c89 int32_t ServerIpcSendMessage(int32_t channelId, int32_t channelType, const void *data, uint32_t len… in ServerIpcSendMessage() function
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/transserverproxyextern_fuzzer/
H A Dtransserverproxyextern_fuzzer.cpp176 (void)ServerIpcSendMessage(channelId, channelType, data, size, msgType); in ServerIpcSendMessageTest()
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/src/
H A Dclient_trans_proxy_manager.c1012 …int ret = ServerIpcSendMessage(channelId, CHANNEL_TYPE_PROXY, sliceData, dataLen + sizeof(SliceHea… in TransProxyPackAndSendData()
1035 ret = ServerIpcSendMessage(channelId, CHANNEL_TYPE_PROXY, data, len, TRANS_SESSION_BYTES); in TransProxyChannelSendBytes()
1051 ret = ServerIpcSendMessage(channelId, CHANNEL_TYPE_PROXY, data, len, TRANS_SESSION_BYTES); in TransProxyChannelSendMessage()
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/ipc/
H A Dtrans_ipc_test.cpp632 int32_t ret = ServerIpcSendMessage(channelId, chanType, nullptr, 0, 0);
638 ret = ServerIpcSendMessage(channelId, chanType, nullptr, 0, 0);
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/ipc/standard/src/
H A Dtrans_server_proxy.cpp233 int32_t ServerIpcSendMessage(int32_t channelId, int32_t channelType, const void *data, uint32_t len… in ServerIpcSendMessage() function
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/ipc/small/
H A Dtrans_server_proxy.c374 int32_t ServerIpcSendMessage(int32_t channelId, int32_t channelType, const void *data, uint32_t len… in ServerIpcSendMessage() function