Home
last modified time | relevance | path

Searched refs:OnChannelLinkDown (Results 1 - 11 of 11) sorted by relevance

/foundation/communication/dsoftbus/sdk/frame/standard/include/
H A Dif_softbus_client.h36 virtual int32_t OnChannelLinkDown(const char *networkId, int32_t routeType);
H A Dsoftbus_client_stub.h40 int32_t OnChannelLinkDown(const char *networkId, int32_t routeType) override;
/foundation/communication/dsoftbus/tests/core/transmission/ipc/
H A Dtrans_client_proxy_standard_test.cpp113 ret = clientProxy->OnChannelLinkDown(nullptr, TEST_TMP_DATE); in HWTEST_F()
/foundation/communication/dsoftbus/core/bus_center/ipc/standard/include/
H A Dbus_center_client_proxy_standard.h30 int32_t OnChannelLinkDown(const char *NetworkId, int32_t routeType) override;
/foundation/communication/dsoftbus/core/transmission/ipc/standard/include/
H A Dtrans_client_proxy_standard.h31 int32_t OnChannelLinkDown(const char *networkId, int32_t routeType) override;
/foundation/communication/dsoftbus/sdk/frame/standard/src/
H A Dif_softbus_client.cpp33 int32_t ISoftBusClient::OnChannelLinkDown(const char *networkId, int32_t routeType) in OnChannelLinkDown() function in OHOS::ISoftBusClient
H A Dsoftbus_client_stub.cpp128 int32_t SoftBusClientStub::OnChannelLinkDown(const char *networkId, int32_t routeType) in OnChannelLinkDown() function in OHOS::SoftBusClientStub
251 int32_t retReply = OnChannelLinkDown(networkId, routeType); in OnChannelLinkDownInner()
253 COMM_LOGE(COMM_SDK, "OnChannelLinkDown proc error!"); in OnChannelLinkDownInner()
/foundation/communication/dsoftbus/tests/sdk/frame/standard/
H A Dsoftbus_frame_standard_test.cpp93 int32_t OnChannelLinkDown([[maybe_unused]] const char *networkId, [[maybe_unused]] int32_t routeType) override
481 ret = g_stub->OnChannelLinkDown(nullptr, testInt); in HWTEST_F()
/foundation/communication/dsoftbus/core/transmission/ipc/standard/src/
H A Dtrans_client_proxy.cpp120 clientProxy->OnChannelLinkDown(networkId, routeType); in ClientIpcOnChannelLinkDown()
H A Dtrans_client_proxy_standard.cpp222 int32_t TransClientProxy::OnChannelLinkDown(const char *networkId, int32_t routeType) in OnChannelLinkDown() function in OHOS::TransClientProxy
/foundation/communication/dsoftbus/core/bus_center/ipc/standard/src/
H A Dbus_center_client_proxy_standard.cpp34 int32_t BusCenterClientProxy::OnChannelLinkDown(const char *networkId, int32_t routeType) in OnChannelLinkDown() function in OHOS::BusCenterClientProxy

Completed in 6 milliseconds