Searched refs:IPinAuthInterface (Results 1 – 5 of 5) sorted by relevance
25 using IPinAuthInterface = OHOS::HDI::PinAuth::V1_1::IPinAuthInterface; variable31 virtual sptr<IPinAuthInterface> Get();
25 sptr<IPinAuthInterface> PinAuthInterfaceAdapter::Get() in Get()27 return IPinAuthInterface::Get(); in Get()
29 using IPinAuthInterface = OHOS::HDI::PinAuth::V1_1::IPinAuthInterface; variable
31 MOCK_METHOD0(Get, sptr<IPinAuthInterface>());
29 class MockIPinAuthInterface : public IPinAuthInterface {