Home
last modified time | relevance | path

Searched refs:ActionofConnSetConnectCallback (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/mock_common/include/
H A Dlnn_connection_mock.h70 …static int32_t ActionofConnSetConnectCallback(ConnModule moduleId, const ConnectCallback *callback…
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/mock_common/src/
H A Dlnn_connection_mock.cpp108 int32_t LnnConnectInterfaceMock::ActionofConnSetConnectCallback(ConnModule moduleId, const ConnectC… in ActionofConnSetConnectCallback() function in OHOS::LnnConnectInterfaceMock
/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_test_enhance.cpp241 .WillByDefault(LnnConnectInterfaceMock::ActionofConnSetConnectCallback);
274 .WillByDefault(LnnConnectInterfaceMock::ActionofConnSetConnectCallback);
H A Dauth_test_mock.cpp151 .WillByDefault(LnnConnectInterfaceMock::ActionofConnSetConnectCallback); in ClientFSMCreate()