Home
last modified time | relevance | path

Searched refs:samgr_ (Results 1 - 4 of 4) sorted by relevance

/test/testfwk/arkxtest/testserver/test/unittest/
H A Dtest_server_service_test.cpp80 sptr<ISystemAbilityManager> samgr_ = nullptr; member in ServiceTest
87 samgr_ = SystemAbilityManagerClient::GetInstance().GetSystemAbilityManager();
93 samgr_->UnloadSystemAbility(SYSTEM_ABILITY_ID);
94 samgr_->RemoveSystemAbility(SYSTEM_ABILITY_ID);
96 EXPECT_EQ(samgr_->CheckSystemAbility(SYSTEM_ABILITY_ID), nullptr);
104 EXPECT_EQ(samgr_->CheckSystemAbility(SYSTEM_ABILITY_ID), nullptr); in HWTEST_F()
107 EXPECT_NE(samgr_->CheckSystemAbility(SYSTEM_ABILITY_ID), nullptr); in HWTEST_F()
112 EXPECT_EQ(samgr_->CheckSystemAbility(SYSTEM_ABILITY_ID), nullptr); in HWTEST_F()
116 EXPECT_NE(samgr_->CheckSystemAbility(SYSTEM_ABILITY_ID), nullptr); in HWTEST_F()
121 EXPECT_EQ(samgr_ in HWTEST_F()
195 sptr<ISystemAbilityManager> samgr_ = nullptr; global() member in CallerDetectTimerTest
[all...]
/test/xts/dcts/distributedhardware/distributedaudionewtest/
H A Ddaudio_automat_test.cpp47 sptr<ISystemAbilityManager> samgr_ = nullptr; member in DAudioAutomatTest
63 samgr_ = SystemAbilityManagerClient::GetInstance().GetSystemAbilityManager(); in SetUp()
64 if (samgr_ == nullptr) { in SetUp()
68 samgr_->LoadSystemAbility(DISTRIBUTED_HARDWARE_AUDIO_SINK_SA_ID, loadCallback); in SetUp()
69 remoteObject_ = samgr_->GetSystemAbility(DISTRIBUTED_HARDWARE_AUDIO_SINK_SA_ID); in SetUp()
78 if (samgr_ != nullptr) { in TearDown()
79 samgr_->UnloadSystemAbility(DISTRIBUTED_HARDWARE_AUDIO_SINK_SA_ID); in TearDown()
/base/update/sys_installer/services/module_update/service/src/
H A Dmodule_update_main.cpp619 if (samgr_ != nullptr) { in GetSystemAbilityManager()
620 return samgr_; in GetSystemAbilityManager()
626 samgr_ = SystemAbilityManagerClient::GetInstance().GetSystemAbilityManager(); in GetSystemAbilityManager()
627 if (samgr_ == nullptr) { in GetSystemAbilityManager()
634 return samgr_; in GetSystemAbilityManager()
/base/update/sys_installer/services/module_update/service/include/
H A Dmodule_update_main.h65 sptr<ISystemAbilityManager> samgr_ = nullptr; member in OHOS::SysInstaller::final

Completed in 3 milliseconds