Home
last modified time | relevance | path

Searched refs:NotifyAVCenter (Results 1 - 18 of 18) sorted by relevance

/foundation/distributedhardware/distributed_hardware_fwk/interfaces/inner_kits/src/
H A Ddistributed_hardware_fwk_kit.cpp178 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 Ddhfwk_sa_manager_test.h93 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 Dav_trans_control_center.h37 int32_t NotifyAVCenter(int32_t engineId, const AVTransEvent &event);
/foundation/distributedhardware/distributed_hardware_fwk/common/utils/include/
H A Didistributed_hardware.h45 virtual int32_t NotifyAVCenter(int32_t engineId, const AVTransEvent &event) = 0;
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/
H A Ddistributed_hardware_service.h49 int32_t NotifyAVCenter(int32_t engineId, const AVTransEvent &event) override;
/foundation/distributedhardware/distributed_hardware_fwk/interfaces/inner_kits/include/
H A Ddistributed_hardware_fwk_kit.h122 API_EXPORT int32_t NotifyAVCenter(int32_t engineId, const AVTransEvent &event);
/foundation/distributedhardware/distributed_hardware_fwk/interfaces/inner_kits/include/ipc/
H A Ddistributed_hardware_proxy.h44 int32_t NotifyAVCenter(int32_t engineId, const AVTransEvent &event) override;
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/distributedhardwarestub/include/
H A Ddistributed_hardware_stub_test.h85 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 Dav_trans_control_center_test.cpp231 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 Ddistributed_hardware_proxy_test.h94 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 Ddistributed_hardware_service.cpp265 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 Ddistributed_hardware_stub.cpp253 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 Ddistributed_hardware_proxy_test.cpp276 int32_t ret = hardwareProxy_->NotifyAVCenter(engineId, event); in HWTEST_F()
/foundation/distributedhardware/distributed_hardware_fwk/interfaces/inner_kits/test/fuzztest/distributedhardwarefwkkit_fuzzer/
H A Ddistributedhardwarefwkkit_fuzzer.cpp131 dhfwkKit.NotifyAVCenter(engineId, event); in NotifyAVCenterFuzzTest()
/foundation/distributedhardware/distributed_hardware_fwk/interfaces/inner_kits/test/unittest/common/distributedhardwarefwkkit/src/
H A Ddistributed_hardware_fwk_kit_test.cpp351 * @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 Dav_trans_control_center.cpp180 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 Ddistributed_hardware_proxy.cpp313 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 Dav_sender_engine.cpp654 dhFwkKit_->NotifyAVCenter(engineId_, { type, sceneType, peerDevId_ }); in NotifyStreamChange()

Completed in 11 milliseconds