Searched refs:UserAuthService (Results 1 – 9 of 9) sorted by relevance
143 std::mutex UserAuthService::mutex_;144 std::shared_ptr<UserAuthService> UserAuthService::instance_ = nullptr;146 std::shared_ptr<UserAuthService> UserAuthService::GetInstance() in GetInstance()151 instance_ = Common::MakeShared<UserAuthService>(); in GetInstance()160 UserAuthService::UserAuthService() in UserAuthService() function in OHOS::UserIam::UserAuth::UserAuthService164 void UserAuthService::OnStart() in OnStart()176 void UserAuthService::OnStop() in OnStop()320 void UserAuthService::GetProperty(int32_t userId, AuthType authType, in GetProperty()788 int32_t UserAuthService::CancelAuthOrIdentify(uint64_t contextId) in CancelAuthOrIdentify()817 int32_t UserAuthService::GetVersion(int32_t &version) in GetVersion()[all …]
60 UserAuthService service;87 UserAuthService service;105 UserAuthService service;120 UserAuthService service;133 UserAuthService service;155 UserAuthService service;183 UserAuthService service;262 UserAuthService service;281 UserAuthService service;328 UserAuthService service;[all …]
43 UserAuthService service;61 UserAuthService service;107 UserAuthService service;143 UserAuthService service;188 UserAuthService service;233 UserAuthService service;
72 UserAuthService service;
35 class UserAuthService : public SystemAbility, public UserAuthStub, public NoCopyable {37 DECLARE_SYSTEM_ABILITY(UserAuthService);38 static std::shared_ptr<UserAuthService> GetInstance();40 UserAuthService();41 ~UserAuthService() override = default;123 static std::shared_ptr<UserAuthService> instance_;
47 auto service = UserAuthService::GetInstance(); in UserAuthStubFuzzTest()
140 UserAuthService g_userAuthService;
98 AccessibilityManagerService UserIdmService UserAuthService