Home
last modified time | relevance | path

Searched refs:SetChannelInfo (Results 1 - 8 of 8) sorted by relevance

/foundation/communication/dsoftbus/sdk/frame/standard/include/
H A Dif_softbus_client.h45 virtual int32_t SetChannelInfo(const char *sessionName, int32_t sessionId, int32_t channelId, int32_t channelType);
H A Dsoftbus_client_stub.h46 int32_t SetChannelInfo(const char *sessionName, int32_t sessionId, int32_t channelId, int32_t channelType) override;
/foundation/communication/dsoftbus/core/transmission/ipc/standard/include/
H A Dtrans_client_proxy_standard.h37 int32_t SetChannelInfo(const char *sessionName, int32_t sessionId, int32_t channelId, int32_t channelType) override;
/foundation/communication/dsoftbus/sdk/frame/standard/src/
H A Dif_softbus_client.cpp59 int32_t ISoftBusClient::SetChannelInfo(const char *sessionName, int32_t sessionId, in SetChannelInfo() function in OHOS::ISoftBusClient
H A Dsoftbus_client_stub.cpp150 int32_t SoftBusClientStub::SetChannelInfo( in SetChannelInfo() function in OHOS::SoftBusClientStub
348 int ret = SetChannelInfo(sessionName, sessionId, channelId, channelType); in SetChannelInfoInner()
/foundation/communication/dsoftbus/tests/sdk/frame/standard/
H A Dsoftbus_frame_standard_test.cpp107 int32_t SetChannelInfo([[maybe_unused]]const char *sessionName, [[maybe_unused]] int32_t sessionId,
489 ret = g_stub->SetChannelInfo(nullptr, testInt, testInt, testInt); in HWTEST_F()
/foundation/communication/dsoftbus/core/transmission/ipc/standard/src/
H A Dtrans_client_proxy.cpp163 int32_t ret = clientProxy->SetChannelInfo(sessionName, sessionId, transInfo->channelId, transInfo->channelType); in ClientIpcSetChannelInfo()
165 TRANS_LOGE(TRANS_CTRL, "SetChannelInfo failed, ret=%{public}d", ret); in ClientIpcSetChannelInfo()
H A Dtrans_client_proxy_standard.cpp342 int32_t TransClientProxy::SetChannelInfo( in SetChannelInfo() function in OHOS::TransClientProxy

Completed in 10 milliseconds