Searched refs:OnChannelLinkDown (Results 1 - 11 of 11) sorted by relevance
/foundation/communication/dsoftbus/sdk/frame/standard/include/ |
H A D | if_softbus_client.h | 36 virtual int32_t OnChannelLinkDown(const char *networkId, int32_t routeType);
|
H A D | softbus_client_stub.h | 40 int32_t OnChannelLinkDown(const char *networkId, int32_t routeType) override;
|
/foundation/communication/dsoftbus/tests/core/transmission/ipc/ |
H A D | trans_client_proxy_standard_test.cpp | 113 ret = clientProxy->OnChannelLinkDown(nullptr, TEST_TMP_DATE); in HWTEST_F()
|
/foundation/communication/dsoftbus/core/bus_center/ipc/standard/include/ |
H A D | bus_center_client_proxy_standard.h | 30 int32_t OnChannelLinkDown(const char *NetworkId, int32_t routeType) override;
|
/foundation/communication/dsoftbus/core/transmission/ipc/standard/include/ |
H A D | trans_client_proxy_standard.h | 31 int32_t OnChannelLinkDown(const char *networkId, int32_t routeType) override;
|
/foundation/communication/dsoftbus/sdk/frame/standard/src/ |
H A D | if_softbus_client.cpp | 33 int32_t ISoftBusClient::OnChannelLinkDown(const char *networkId, int32_t routeType) in OnChannelLinkDown() function in OHOS::ISoftBusClient
|
H A D | softbus_client_stub.cpp | 128 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 D | softbus_frame_standard_test.cpp | 93 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 D | trans_client_proxy.cpp | 120 clientProxy->OnChannelLinkDown(networkId, routeType); in ClientIpcOnChannelLinkDown()
|
H A D | trans_client_proxy_standard.cpp | 222 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 D | bus_center_client_proxy_standard.cpp | 34 int32_t BusCenterClientProxy::OnChannelLinkDown(const char *networkId, int32_t routeType) in OnChannelLinkDown() function in OHOS::BusCenterClientProxy
|
Completed in 6 milliseconds