Searched refs:PinAuthService (Results 1 – 7 of 7) sorted by relevance
41 std::mutex PinAuthService::mutex_;42 std::shared_ptr<PinAuthService> PinAuthService::instance_ = nullptr;44 PinAuthService::PinAuthService() : SystemAbility(SUBSYS_USERIAM_SYS_ABILITY_PINAUTH, true) in PinAuthService() function in OHOS::UserIam::PinAuth::PinAuthService48 std::shared_ptr<PinAuthService> PinAuthService::GetInstance() in GetInstance()53 instance_ = Common::MakeShared<PinAuthService>(); in GetInstance()62 void PinAuthService::OnStart() in OnStart()72 void PinAuthService::OnStop() in OnStop()77 inline uint32_t PinAuthService::GetTokenId() in GetTokenId()86 void PinAuthService::StartDriverManager() in StartDriverManager()105 bool PinAuthService::CheckPermission(const std::string &permission) in CheckPermission()[all …]
31 class PinAuthService : public SystemAbility, public PinAuthStub {33 DECLEAR_SYSTEM_ABILITY(PinAuthService);34 PinAuthService();35 static std::shared_ptr<PinAuthService> GetInstance();48 static std::shared_ptr<PinAuthService> instance_;
50 auto service = Common::MakeShared<PinAuthService>();57 auto service = Common::MakeShared<PinAuthService>();64 auto service = Common::MakeShared<PinAuthService>();72 auto service = Common::MakeShared<PinAuthService>();95 auto service = Common::MakeShared<PinAuthService>();120 auto service = Common::MakeShared<PinAuthService>();
50 PinAuthService pinAuthService; in PinAuthStubFuzzTest()
53 auto g_service = PinAuthService::GetInstance();
99 AuthExecutorMgrService PinAuthService FaceAuthService