Searched refs:TestOnDemandAbility (Results 1 – 2 of 2) sorted by relevance
24 REGISTER_SYSTEM_ABILITY_BY_ID(TestOnDemandAbility, 1497, false); // 1497 is test SA27 TestOnDemandAbility::TestOnDemandAbility(int32_t saId, bool runOnCreate) : SystemAbility(1497, fals… in TestOnDemandAbility() function in OHOS::TestOnDemandAbility32 TestOnDemandAbility::~TestOnDemandAbility() in ~TestOnDemandAbility()37 sptr<IRemoteObject> TestOnDemandAbility::GetBaseSystemAbility(int32_t systemAbilityId) in GetBaseSystemAbility()43 int TestOnDemandAbility::AddVolume(int volume) in AddVolume()50 void TestOnDemandAbility::OnStart() in OnStart()60 void TestOnDemandAbility::OnStop() in OnStop()
26 class TestOnDemandAbility : public SystemAbility, public TestOnDemandAbilityStub {27 DECLARE_SYSTEM_ABILITY(TestOnDemandAbility);30 TestOnDemandAbility(int32_t saId, bool runOnCreate);31 TestOnDemandAbility();32 ~TestOnDemandAbility();