Searched refs:SoftGateKeeper (Results 1 – 3 of 3) sorted by relevance
29 using ::gatekeeper::SoftGateKeeper;52 static void do_enroll(SoftGateKeeper& gatekeeper, EnrollResponse* response) { in do_enroll()59 SoftGateKeeper gatekeeper; in TEST()66 SoftGateKeeper gatekeeper; in TEST()77 SoftGateKeeper gatekeeper; in TEST()101 SoftGateKeeper gatekeeper; in TEST()136 SoftGateKeeper gatekeeper; in TEST()170 SoftGateKeeper gatekeeper; in TEST()
33 SoftGateKeeperDevice() { impl_.reset(new ::gatekeeper::SoftGateKeeper()); } in SoftGateKeeperDevice()75 std::unique_ptr<::gatekeeper::SoftGateKeeper> impl_;
42 class SoftGateKeeper : public GateKeeper {53 SoftGateKeeper() { in SoftGateKeeper() function58 virtual ~SoftGateKeeper() {} in ~SoftGateKeeper()