Home
last modified time | relevance | path

Searched refs:PinAuthService (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/useriam/pin_auth/services/sa/src/
H A Dpin_auth_service.cpp41 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::PinAuthService
48 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 …]
/ohos5.0/base/useriam/pin_auth/services/sa/inc/
H A Dpin_auth_service.h31 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_;
/ohos5.0/base/useriam/pin_auth/test/unittest/src/
H A Dpin_auth_service_test.cpp50 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>();
/ohos5.0/base/useriam/pin_auth/test/fuzztest/frameworks/ipc/pinauthstub_fuzzer/
H A Dpin_auth_stub_fuzzer.cpp50 PinAuthService pinAuthService; in PinAuthStubFuzzTest()
/ohos5.0/base/useriam/pin_auth/test/fuzztest/services/sa/pinauthservice_fuzzer/
H A Dpin_auth_service_fuzzer.cpp53 auto g_service = PinAuthService::GetInstance();
/ohos5.0/docs/zh-cn/application-dev/dfx/
H A Dhidumper.md99 AuthExecutorMgrService PinAuthService FaceAuthService
/ohos5.0/docs/en/application-dev/dfx/
H A Dhidumper.md99 AuthExecutorMgrService PinAuthService FaceAuthService