Home
last modified time | relevance | path

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

/ohos5.0/foundation/systemabilitymgr/safwk/test/mock/common/demo_sa/src/
H A Ddemo_service.cpp23 REGISTER_SYSTEM_ABILITY_BY_ID(DemoService, DISTRIBUTED_SCHED_TEST_MEDIA_ID, true);
25 DemoService::DemoService(int32_t saId, bool runOnCreate) : SystemAbility(saId, runOnCreate) in DemoService() function in DemoService
29 DemoService::~DemoService() in ~DemoService()
33 int DemoService::AddVolume(int volume) in AddVolume()
38 void DemoService::OnStart() in OnStart()
43 void DemoService::OnStop() in OnStop()
/ohos5.0/foundation/systemabilitymgr/safwk/test/mock/common/demo_sa/include/
H A Ddemo_service.h26 class DemoService : public SystemAbility, public DemoStub {
27 DECLARE_SYSTEM_ABILITY(DemoService);
30 DemoService(int32_t saId, bool runOnCreate);
31 ~DemoService();