Home
last modified time | relevance | path

Searched refs:LoadSaService (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/update/updateservice/foundations/ability/sa_loader/src/
H A Dload_sa_service.cpp23 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 …]
/ohos5.0/base/update/updateservice/foundations/ability/sa_loader/include/
H A Dload_sa_service.h33 class LoadSaService : public SystemAbilityLoadCallbackStub {
35 static sptr<LoadSaService> GetInstance();
41 LoadSaService();
42 ~LoadSaService() override;
50 static sptr<LoadSaService> instance_;
H A Dbase_service_kits_impl.h85 …ENGINE_CHECK(LoadSaService::GetInstance()->TryLoadSa(systemAbilityId_), return nullptr, "TryLoadSa… in GetService()
/ohos5.0/drivers/external_device_manager/test/unittest/drivers_pkg_manager_test/src/
H A Dpkg_db_helper_test.cpp42 static bool LoadSaService();
73 g_loadSaServiceSucc = LoadSaService(); in SetUpTestCase()
113 bool PkgDbHelperTest::LoadSaService() in LoadSaService() function in OHOS::ExternalDeviceManager::PkgDbHelperTest