Searched refs:OnChannelOpenFailedInner (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/frame/standard/ |
H A D | softbus_frame_standard_test.cpp | 316 EXPECT_EQ(g_stub->OnChannelOpenFailedInner(data, reply), SOFTBUS_TRANS_PROXY_READINT_FAILED); 319 EXPECT_EQ(g_stub->OnChannelOpenFailedInner(data, reply), SOFTBUS_TRANS_PROXY_READINT_FAILED); 323 EXPECT_EQ(g_stub->OnChannelOpenFailedInner(data, reply), SOFTBUS_TRANS_PROXY_READINT_FAILED); 328 EXPECT_EQ(g_stub->OnChannelOpenFailedInner(data, reply), SOFTBUS_OK);
|
/ohos5.0/foundation/communication/dsoftbus/sdk/frame/standard/include/ |
H A D | softbus_client_stub.h | 68 int32_t OnChannelOpenFailedInner(MessageParcel &data, MessageParcel &reply);
|
/ohos5.0/foundation/communication/dsoftbus/sdk/frame/standard/src/ |
H A D | softbus_client_stub.cpp | 42 memberFuncMap_[CLIENT_ON_CHANNEL_OPENFAILED] = &SoftBusClientStub::OnChannelOpenFailedInner; in SoftBusClientStub() 227 int32_t SoftBusClientStub::OnChannelOpenFailedInner(MessageParcel &data, MessageParcel &reply) in OnChannelOpenFailedInner() function in OHOS::SoftBusClientStub
|