Home
last modified time | relevance | path

Searched refs:DistributedHardwareService (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/
H A Ddistributed_hardware_service.cpp53 DistributedHardwareService::DistributedHardwareService(int32_t saId, bool runOnCreate) in DistributedHardwareService() function in OHOS::DistributedHardware::DistributedHardwareService
58 void DistributedHardwareService::OnStart() in OnStart()
76 bool DistributedHardwareService::Init() in Init()
99 void DistributedHardwareService::InitLocalDevInfo() in InitLocalDevInfo()
105 bool DistributedHardwareService::DoBusinessInit() in DoBusinessInit()
126 bool DistributedHardwareService::IsDepSAStart() in IsDepSAStart()
154 void DistributedHardwareService::OnStop() in OnStop()
161 int32_t DistributedHardwareService::RegisterPublisherListener(const DHTopic topic, in RegisterPublisherListener()
168 int32_t DistributedHardwareService::UnregisterPublisherListener(const DHTopic topic, in UnregisterPublisherListener()
255 int32_t DistributedHardwareService::ReleaseAVCenter(int32_t engineId) in ReleaseAVCenter()
[all …]
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/distributedhardwareservice/src/
H A Ddistributed_hardware_service_test.cpp63 DistributedHardwareService service(ASID, true);
77 DistributedHardwareService service(ASID, true);
91 DistributedHardwareService service(ASID, true);
106 DistributedHardwareService service(ASID, true);
122 DistributedHardwareService service(ASID, true);
138 DistributedHardwareService service(ASID, true);
152 DistributedHardwareService service(ASID, true);
175 DistributedHardwareService service(ASID, true);
190 DistributedHardwareService service(ASID, true);
207 DistributedHardwareService service(ASID, true);
[all …]
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/fuzztest/distributedfwkservices_fuzzer/
H A Ddistributedfwkservices_fuzzer.cpp73 DistributedHardwareService service(asId, runOnCreate); in FwkServicesServicesFuzzTest()
88 DistributedHardwareService service(asId, runOnCreate); in FwkServicesInitLocalDevInfoFuzzTest()
104 DistributedHardwareService service(asId, runOnCreate); in FwkServicesOnStopFuzzTest()
120 DistributedHardwareService service(asId, runOnCreate); in FwkServicesQueryLocalSysSpecFuzzTest()
138 DistributedHardwareService service(asId, runOnCreate); in FwkServicesQueryDhSysSpecFuzzTest()
157 DistributedHardwareService service(asId, runOnCreate); in FwkServicesInitializeAVCenterFuzzTest()
176 DistributedHardwareService service(asId, runOnCreate); in FwkServicesReleaseAVCenterFuzzTest()
194 DistributedHardwareService service(asId, runOnCreate); in FwkServicesCreateControlChannelFuzzTest()
215 DistributedHardwareService service(asId, runOnCreate); in FwkServicesRegisterCtlCenterCallbackFuzzTest()
234 DistributedHardwareService service(asId, runOnCreate); in FwkServicesNotifySourceRemoteSinkStartedFuzzTest()
[all …]
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/
H A Ddistributed_hardware_service.h35 class DistributedHardwareService : public SystemAbility, public DistributedHardwareStub {
36 DECLARE_SYSTEM_ABILITY(DistributedHardwareService);
38 DistributedHardwareService(int32_t saId, bool runOnCreate);
39 ~DistributedHardwareService() = default;