Home
last modified time | relevance | path

Searched refs:ActionofConnGetConnectionInfo (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/mock_common/include/
H A Dlnn_connection_mock.h75 static int32_t ActionofConnGetConnectionInfo(uint32_t connectionId, ConnectionInfo *info);
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/mock_common/src/
H A Dlnn_connection_mock.cpp145 int32_t LnnConnectInterfaceMock::ActionofConnGetConnectionInfo(uint32_t connectionId, ConnectionInf… in ActionofConnGetConnectionInfo() function in OHOS::LnnConnectInterfaceMock
/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_test_mock.cpp163 .WillByDefault(LnnConnectInterfaceMock::ActionofConnGetConnectionInfo); in ClientFSMCreate()