Searched refs:AuthLaneInterface (Results 1 – 2 of 2) sorted by relevance
26 class AuthLaneInterface {28 AuthLaneInterface() {}; in AuthLaneInterface() function29 virtual ~AuthLaneInterface() {}; in ~AuthLaneInterface()33 class AuthLaneInterfaceMock : public AuthLaneInterface {
33 static AuthLaneInterface *GetAuthLaneMockInterface() in GetAuthLaneMockInterface()