Home
last modified time | relevance | path

Searched refs:AuthLaneInterface (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_lane_mock.h26 class AuthLaneInterface {
28 AuthLaneInterface() {}; in AuthLaneInterface() function
29 virtual ~AuthLaneInterface() {}; in ~AuthLaneInterface()
33 class AuthLaneInterfaceMock : public AuthLaneInterface {
H A Dauth_lane_mock.cpp33 static AuthLaneInterface *GetAuthLaneMockInterface() in GetAuthLaneMockInterface()