Home
last modified time | relevance | path

Searched refs:TestTtAbility (Results 1 - 2 of 2) sorted by relevance

/foundation/systemabilitymgr/safwk/test/mock/common/tt_ability/src/
H A Dtest_tt_ability.cpp23 REGISTER_SYSTEM_ABILITY_BY_ID(TestTtAbility, DISTRIBUTED_SCHED_TEST_TT_ID, true);
25 TestTtAbility::TestTtAbility(int32_t saId, bool runOnCreate) : SystemAbility(saId, runOnCreate) in TestTtAbility() function in TestTtAbility
29 TestTtAbility::~TestTtAbility() in ~TestTtAbility()
33 int TestTtAbility::AddVolume(int volume) in AddVolume()
38 void TestTtAbility::OnStart() in OnStart()
43 void TestTtAbility::OnStop() in OnStop()
/foundation/systemabilitymgr/safwk/test/mock/common/tt_ability/include/
H A Dtest_tt_ability.h26 class TestTtAbility : public SystemAbility, public TestTtAbilityStub { class
27 DECLARE_SYSTEM_ABILITY(TestTtAbility);
30 TestTtAbility(int32_t saId, bool runOnCreate);
31 ~TestTtAbility();

Completed in 1 milliseconds