/foundation/distributedhardware/distributed_hardware_fwk/interfaces/inner_kits/src/ |
H A D | distributed_hardware_fwk_kit.cpp | 178 int32_t DistributedHardwareFwkKit::NotifyAVCenter(int32_t engineId, const AVTransEvent &event) in NotifyAVCenter() function in OHOS::DistributedHardware::DistributedHardwareFwkKit 188 return DHFWKSAManager::GetInstance().GetDHFWKProxy()->NotifyAVCenter(engineId, event); in NotifyAVCenter()
|
/foundation/distributedhardware/distributed_hardware_fwk/interfaces/inner_kits/test/unittest/common/ipc/dhfwk_sa_manager/include/ |
H A D | dhfwk_sa_manager_test.h | 93 int32_t NotifyAVCenter(int32_t engineId, const AVTransEvent &event) in NotifyAVCenter() function in OHOS::DistributedHardware::MockIDistributedHardware
|
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_control_center/services/include/ |
H A D | av_trans_control_center.h | 37 int32_t NotifyAVCenter(int32_t engineId, const AVTransEvent &event);
|
/foundation/distributedhardware/distributed_hardware_fwk/common/utils/include/ |
H A D | idistributed_hardware.h | 45 virtual int32_t NotifyAVCenter(int32_t engineId, const AVTransEvent &event) = 0;
|
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/ |
H A D | distributed_hardware_service.h | 49 int32_t NotifyAVCenter(int32_t engineId, const AVTransEvent &event) override;
|
/foundation/distributedhardware/distributed_hardware_fwk/interfaces/inner_kits/include/ |
H A D | distributed_hardware_fwk_kit.h | 122 API_EXPORT int32_t NotifyAVCenter(int32_t engineId, const AVTransEvent &event);
|
/foundation/distributedhardware/distributed_hardware_fwk/interfaces/inner_kits/include/ipc/ |
H A D | distributed_hardware_proxy.h | 44 int32_t NotifyAVCenter(int32_t engineId, const AVTransEvent &event) override;
|
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/distributedhardwarestub/include/ |
H A D | distributed_hardware_stub_test.h | 85 int32_t NotifyAVCenter(int32_t engineId, const AVTransEvent &event) in NotifyAVCenter() function in OHOS::DistributedHardware::MockDistributedHardwareStub
|
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_control_center/test/unittest/services/ |
H A D | av_trans_control_center_test.cpp | 231 int32_t ret = center_->NotifyAVCenter(engineId, event); in HWTEST_F() 248 int32_t ret = center_->NotifyAVCenter(engineId, event); in HWTEST_F() 265 int32_t ret = center_->NotifyAVCenter(engineId, event); in HWTEST_F()
|
/foundation/distributedhardware/distributed_hardware_fwk/interfaces/inner_kits/test/unittest/common/ipc/distributed_hardware_proxy/include/ |
H A D | distributed_hardware_proxy_test.h | 94 int32_t NotifyAVCenter(int32_t engineId, const AVTransEvent &event) in NotifyAVCenter() function in OHOS::DistributedHardware::MockIDistributedHardware
|
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/ |
H A D | distributed_hardware_service.cpp | 265 int32_t DistributedHardwareService::NotifyAVCenter(int32_t engineId, const AVTransEvent &event) in NotifyAVCenter() function in OHOS::DistributedHardware::DistributedHardwareService 267 return AVTransControlCenter::GetInstance().NotifyAVCenter(engineId, event); in NotifyAVCenter()
|
H A D | distributed_hardware_stub.cpp | 253 int32_t ret = NotifyAVCenter(engineId, AVTransEvent{ (EventType)type, content, peerDevId }); in NotifyAVCenterInner()
|
/foundation/distributedhardware/distributed_hardware_fwk/interfaces/inner_kits/test/unittest/common/ipc/distributed_hardware_proxy/src/ |
H A D | distributed_hardware_proxy_test.cpp | 276 int32_t ret = hardwareProxy_->NotifyAVCenter(engineId, event); in HWTEST_F()
|
/foundation/distributedhardware/distributed_hardware_fwk/interfaces/inner_kits/test/fuzztest/distributedhardwarefwkkit_fuzzer/ |
H A D | distributedhardwarefwkkit_fuzzer.cpp | 131 dhfwkKit.NotifyAVCenter(engineId, event); in NotifyAVCenterFuzzTest()
|
/foundation/distributedhardware/distributed_hardware_fwk/interfaces/inner_kits/test/unittest/common/distributedhardwarefwkkit/src/ |
H A D | distributed_hardware_fwk_kit_test.cpp | 351 * @tc.desc: Verify the NotifyAVCenter function 362 int32_t ret = dhfwkPtr_->NotifyAVCenter(engineId, event); in HWTEST_F()
|
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_control_center/services/src/ |
H A D | av_trans_control_center.cpp | 180 int32_t AVTransControlCenter::NotifyAVCenter(int32_t engineId, const AVTransEvent& event) in NotifyAVCenter() function in OHOS::DistributedHardware::AVTransControlCenter
|
/foundation/distributedhardware/distributed_hardware_fwk/interfaces/inner_kits/src/ipc/ |
H A D | distributed_hardware_proxy.cpp | 313 int32_t DistributedHardwareProxy::NotifyAVCenter(int32_t engineId, const AVTransEvent &event) in NotifyAVCenter() function in OHOS::DistributedHardware::DistributedHardwareProxy
|
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/av_sender/src/ |
H A D | av_sender_engine.cpp | 654 dhFwkKit_->NotifyAVCenter(engineId_, { type, sceneType, peerDevId_ }); in NotifyStreamChange()
|