Home
last modified time | relevance | path

Searched refs:TestOnDemandAbility (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/systemabilitymgr/safwk/test/mock/common/ondemand_ability/src/
H A Dtest_ondemand_ability.cpp24 REGISTER_SYSTEM_ABILITY_BY_ID(TestOnDemandAbility, 1497, false); // 1497 is test SA
27 TestOnDemandAbility::TestOnDemandAbility(int32_t saId, bool runOnCreate) : SystemAbility(1497, fals… in TestOnDemandAbility() function in OHOS::TestOnDemandAbility
32 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()
/ohos5.0/foundation/systemabilitymgr/safwk/test/mock/common/ondemand_ability/include/
H A Dtest_ondemand_ability.h26 class TestOnDemandAbility : public SystemAbility, public TestOnDemandAbilityStub {
27 DECLARE_SYSTEM_ABILITY(TestOnDemandAbility);
30 TestOnDemandAbility(int32_t saId, bool runOnCreate);
31 TestOnDemandAbility();
32 ~TestOnDemandAbility();