/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_control_center/test/unittest/services/ |
H A D | av_trans_control_center_test.cpp | 98 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 D | distributed_hardware_fwk_kit.cpp | 152 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 D | idistributed_hardware.h | 43 virtual int32_t ReleaseAVCenter(int32_t engineId) = 0;
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/interfaces/inner_kits/include/ |
H A D | distributed_hardware_fwk_kit.h | 104 API_EXPORT int32_t ReleaseAVCenter(int32_t engineId);
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/interfaces/inner_kits/include/ipc/ |
H A D | distributed_hardware_proxy.h | 42 int32_t ReleaseAVCenter(int32_t engineId) override;
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_control_center/services/include/ |
H A D | av_trans_control_center.h | 35 int32_t ReleaseAVCenter(int32_t engineId);
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/distributedhardwarestub/include/ |
H A D | distributed_hardware_stub_test.h | 72 int32_t ReleaseAVCenter(int32_t engineId) in ReleaseAVCenter() function
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/ |
H A D | distributed_hardware_service.cpp | 255 int32_t DistributedHardwareService::ReleaseAVCenter(int32_t engineId) in ReleaseAVCenter() function in OHOS::DistributedHardware::DistributedHardwareService 257 return AVTransControlCenter::GetInstance().ReleaseAVCenter(engineId); in ReleaseAVCenter()
|
H A D | distributed_hardware_stub.cpp | 217 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 D | dhfwk_sa_manager_test.h | 80 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 D | distributed_hardware_proxy_test.h | 81 int32_t ReleaseAVCenter(int32_t engineId) in ReleaseAVCenter() function
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/ |
H A D | distributed_hardware_service.h | 47 int32_t ReleaseAVCenter(int32_t engineId) override;
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/interfaces/inner_kits/test/fuzztest/distributedhardwarefwkkit_fuzzer/ |
H A D | distributedhardwarefwkkit_fuzzer.cpp | 105 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 D | distributed_hardware_proxy_test.cpp | 242 int32_t ret = hardwareProxy_->ReleaseAVCenter(engineId);
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/interfaces/inner_kits/test/unittest/common/distributedhardwarefwkkit/src/ |
H A D | distributed_hardware_fwk_kit_test.cpp | 328 int32_t ret = dhfwkPtr_->ReleaseAVCenter(engineId);
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/fuzztest/distributedfwkservices_fuzzer/ |
H A D | distributedfwkservices_fuzzer.cpp | 179 service.ReleaseAVCenter(engineId); in FwkServicesReleaseAVCenterFuzzTest()
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_control_center/services/src/ |
H A D | av_trans_control_center.cpp | 82 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 D | distributed_hardware_proxy.cpp | 250 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 D | av_receiver_engine.cpp | 225 dhFwkKit_->ReleaseAVCenter(engineId_); in Release()
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/av_sender/src/ |
H A D | av_sender_engine.cpp | 200 dhFwkKit_->ReleaseAVCenter(engineId_); in Release()
|