Searched refs:LoadSaService (Results 1 – 4 of 4) sorted by relevance
23 LoadSaService::LoadSaService() = default;25 LoadSaService::~LoadSaService() = default;27 sptr<LoadSaService> LoadSaService::instance_ = nullptr;28 std::mutex LoadSaService::instanceLock_;30 sptr<LoadSaService> LoadSaService::GetInstance() in GetInstance()35 instance_ = new LoadSaService(); in GetInstance()41 bool LoadSaService::TryLoadSa(int systemAbilityId) in TryLoadSa()53 void LoadSaService::OnLoadSystemAbilityFail(int32_t systemAbilityId) in OnLoadSystemAbilityFail()59 void LoadSaService::InitStatus() in InitStatus()64 bool LoadSaService::CheckSaLoaded() in CheckSaLoaded()[all …]
33 class LoadSaService : public SystemAbilityLoadCallbackStub {35 static sptr<LoadSaService> GetInstance();41 LoadSaService();42 ~LoadSaService() override;50 static sptr<LoadSaService> instance_;
85 …ENGINE_CHECK(LoadSaService::GetInstance()->TryLoadSa(systemAbilityId_), return nullptr, "TryLoadSa… in GetService()
42 static bool LoadSaService();73 g_loadSaServiceSucc = LoadSaService(); in SetUpTestCase()113 bool PkgDbHelperTest::LoadSaService() in LoadSaService() function in OHOS::ExternalDeviceManager::PkgDbHelperTest