Searched refs:CoAuthService (Results 1 – 5 of 5) sorted by relevance
54 std::shared_ptr<CoAuthService> CoAuthService::instance_ = nullptr;56 std::shared_ptr<CoAuthService> CoAuthService::GetInstance() in GetInstance()71 CoAuthService::CoAuthService() : SystemAbility(SUBSYS_USERIAM_SYS_ABILITY_AUTHEXECUTORMGR, true) in CoAuthService() function in OHOS::UserIam::UserAuth::CoAuthService76 void CoAuthService::OnStart() in OnStart()94 void CoAuthService::OnStop() in OnStop()100 void CoAuthService::SetIsReady(bool isReady) in SetIsReady()114 bool CoAuthService::IsFwkReady() in IsFwkReady()218 void CoAuthService::Init() in Init()220 auto instance = CoAuthService::GetInstance(); in Init()228 void CoAuthService::AuthServiceInit() in AuthServiceInit()[all …]
28 class CoAuthService : public SystemAbility, public CoAuthStub {31 DECLARE_SYSTEM_ABILITY(CoAuthService);32 static std::shared_ptr<CoAuthService> GetInstance();34 CoAuthService();35 ~CoAuthService() override = default;56 static std::shared_ptr<CoAuthService> instance_;
65 auto service = Common::MakeShared<CoAuthService>();101 auto service = Common::MakeShared<CoAuthService>();116 auto service = Common::MakeShared<CoAuthService>();
51 CoAuthService coAuthService; in FuzzCoAuthStub()
123 CoAuthService g_coAuthService;