Home
last modified time | relevance | path

Searched refs:ReleaseAVCenter (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_control_center/test/unittest/services/
H A Dav_trans_control_center_test.cpp98 int32_t ret = center_->ReleaseAVCenter(engineId);
114 int32_t ret = center_->ReleaseAVCenter(engineId);
119 ret = center_->ReleaseAVCenter(engineId);
134 int32_t ret = center_->ReleaseAVCenter(engineId);
150 int32_t ret = center_->ReleaseAVCenter(engineId);
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/interfaces/inner_kits/src/
H A Ddistributed_hardware_fwk_kit.cpp152 int32_t DistributedHardwareFwkKit::ReleaseAVCenter(int32_t engineId) in ReleaseAVCenter() function in OHOS::DistributedHardware::DistributedHardwareFwkKit
162 return DHFWKSAManager::GetInstance().GetDHFWKProxy()->ReleaseAVCenter(engineId); in ReleaseAVCenter()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/common/utils/include/
H A Didistributed_hardware.h43 virtual int32_t ReleaseAVCenter(int32_t engineId) = 0;
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/interfaces/inner_kits/include/
H A Ddistributed_hardware_fwk_kit.h104 API_EXPORT int32_t ReleaseAVCenter(int32_t engineId);
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/interfaces/inner_kits/include/ipc/
H A Ddistributed_hardware_proxy.h42 int32_t ReleaseAVCenter(int32_t engineId) override;
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_control_center/services/include/
H A Dav_trans_control_center.h35 int32_t ReleaseAVCenter(int32_t engineId);
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/distributedhardwarestub/include/
H A Ddistributed_hardware_stub_test.h72 int32_t ReleaseAVCenter(int32_t engineId) in ReleaseAVCenter() function
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/
H A Ddistributed_hardware_service.cpp255 int32_t DistributedHardwareService::ReleaseAVCenter(int32_t engineId) in ReleaseAVCenter() function in OHOS::DistributedHardware::DistributedHardwareService
257 return AVTransControlCenter::GetInstance().ReleaseAVCenter(engineId); in ReleaseAVCenter()
H A Ddistributed_hardware_stub.cpp217 int32_t ret = ReleaseAVCenter(engineId); in ReleaseAVCenterInner()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/interfaces/inner_kits/test/unittest/common/ipc/dhfwk_sa_manager/include/
H A Ddhfwk_sa_manager_test.h80 int32_t ReleaseAVCenter(int32_t engineId) in ReleaseAVCenter() function
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/interfaces/inner_kits/test/unittest/common/ipc/distributed_hardware_proxy/include/
H A Ddistributed_hardware_proxy_test.h81 int32_t ReleaseAVCenter(int32_t engineId) in ReleaseAVCenter() function
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/
H A Ddistributed_hardware_service.h47 int32_t ReleaseAVCenter(int32_t engineId) override;
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/interfaces/inner_kits/test/fuzztest/distributedhardwarefwkkit_fuzzer/
H A Ddistributedhardwarefwkkit_fuzzer.cpp105 dhfwkKit.ReleaseAVCenter(engineId); in ReleaseAVCenterFuzzTest()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/interfaces/inner_kits/test/unittest/common/ipc/distributed_hardware_proxy/src/
H A Ddistributed_hardware_proxy_test.cpp242 int32_t ret = hardwareProxy_->ReleaseAVCenter(engineId);
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/interfaces/inner_kits/test/unittest/common/distributedhardwarefwkkit/src/
H A Ddistributed_hardware_fwk_kit_test.cpp328 int32_t ret = dhfwkPtr_->ReleaseAVCenter(engineId);
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/fuzztest/distributedfwkservices_fuzzer/
H A Ddistributedfwkservices_fuzzer.cpp179 service.ReleaseAVCenter(engineId); in FwkServicesReleaseAVCenterFuzzTest()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_control_center/services/src/
H A Dav_trans_control_center.cpp82 int32_t AVTransControlCenter::ReleaseAVCenter(int32_t engineId) in ReleaseAVCenter() function in OHOS::DistributedHardware::AVTransControlCenter
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/interfaces/inner_kits/src/ipc/
H A Ddistributed_hardware_proxy.cpp250 int32_t DistributedHardwareProxy::ReleaseAVCenter(int32_t engineId) in ReleaseAVCenter() function in OHOS::DistributedHardware::DistributedHardwareProxy
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/av_receiver/src/
H A Dav_receiver_engine.cpp225 dhFwkKit_->ReleaseAVCenter(engineId_); in Release()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/av_sender/src/
H A Dav_sender_engine.cpp200 dhFwkKit_->ReleaseAVCenter(engineId_); in Release()