/drivers/peripheral/distributed_audio/hdi_service/audio_ext/v1_0/test/unittest/src/ |
H A D | daudio_manager_interface_impl_test.cpp | 83 * @tc.desc: Verify the NotifyEvent function. 93 EXPECT_EQ(HDF_FAILURE, DAudioManagerInterfaceImpl::GetDAudioManager()->NotifyEvent(adpName, in HWTEST_F() 99 * @tc.desc: Verify the NotifyEvent function. 111 EXPECT_NE(HDF_SUCCESS, DAudioManagerInterfaceImpl::GetDAudioManager()->NotifyEvent(adpName, in HWTEST_F()
|
/drivers/peripheral/distributed_audio/hdi_service/audio_ext/v1_0/test/fuzztest/notifyevent_fuzzer/ |
H A D | notifyevent_fuzzer.cpp | 44 DAudioManagerInterfaceImpl::GetDAudioManager()->NotifyEvent(adpName, devId, streamId, event); in NotifyEventFuzzTest()
|
/drivers/peripheral/distributed_audio/interface/audio_ext/v1_0/ |
H A D | i_daudio_manager.h | 33 virtual int32_t NotifyEvent(std::string devId, std::string dhId, struct DAudioEvent &event) = 0;
|
H A D | i_daudio_hdf_callback.h | 29 virtual int32_t NotifyEvent(int32_t devId, int32_t dhId, struct DAudioEvent &event) = 0;
|
/drivers/peripheral/distributed_audio/hdi_service/audio_ext/v1_0/test/unittest/include/ |
H A D | daudio_test_utils.h | 45 int32_t NotifyEvent(int32_t streamId, const DAudioEvent &event) override
|
/drivers/peripheral/distributed_audio/hdi_service/audio_ext/v1_0/include/ |
H A D | daudio_manager_interface_impl.h | 52 int32_t NotifyEvent(const std::string &adpName, int32_t devId, int32_t streamId, const DAudioEvent &event) override;
|
/drivers/peripheral/distributed_audio/hdi_service/audio_ext/v1_0/src/ |
H A D | daudio_manager_interface_impl.cpp | 92 int32_t DAudioManagerInterfaceImpl::NotifyEvent(const std::string &adpName, int32_t devId, in NotifyEvent() function in OHOS::HDI::DistributedAudio::Audioext::V2_0::DAudioManagerInterfaceImpl
|
/drivers/peripheral/distributed_camera/hdi_service/test/fuzztest/dcameraadddcameradevice_fuzzer/ |
H A D | dcameraadddcameradevice_fuzzer.cpp | 62 int32_t NotifyEvent(const DHBase& dhBase, const DCameraHDFEvent& event) in NotifyEvent() function in OHOS::DistributedHardware::MockDCameraProviderCallbackImpl
|
/drivers/peripheral/distributed_camera/hdi_service/test/fuzztest/dcameraenabledcameradevice_fuzzer/ |
H A D | dcameraenabledcameradevice_fuzzer.cpp | 62 int32_t NotifyEvent(const DHBase& dhBase, const DCameraHDFEvent& event) in NotifyEvent() function in OHOS::DistributedHardware::MockDCameraProviderCallbackImpl
|
/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/src/ |
H A D | audio_render_ext_impl.cpp | 206 int32_t ret = audioExtCallback_->NotifyEvent(renderId_, event); in Start() 218 int32_t ret = audioExtCallback_->NotifyEvent(renderId_, event); in Start() 240 int32_t ret = audioExtCallback_->NotifyEvent(renderId_, event); in Stop() 252 ret = audioExtCallback_->NotifyEvent(renderId_, event); in Stop()
|
H A D | audio_capture_ext_impl.cpp | 112 int32_t ret = audioExtCallback_->NotifyEvent(captureId_, event); in Start() 134 int32_t ret = audioExtCallback_->NotifyEvent(captureId_, event); in Stop()
|
H A D | audio_capture_interface_impl.cpp | 135 if (audioExtCallback_->NotifyEvent(captureId_, event) != HDF_SUCCESS) { in Start() 170 if (audioExtCallback_->NotifyEvent(captureId_, event) != HDF_SUCCESS) { in Stop()
|
H A D | audio_render_interface_impl.cpp | 222 int32_t ret = audioExtCallback_->NotifyEvent(renderId_, event); in Start() 259 int32_t ret = audioExtCallback_->NotifyEvent(renderId_, event); in Stop()
|
H A D | audio_adapter_interface_impl.cpp | 813 if (extSpkCallback->NotifyEvent(id, event) != HDF_SUCCESS) { in SetAudioVolume() 814 DHLOGE("NotifyEvent failed."); in SetAudioVolume()
|
/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/test/unittest/audio_test_utils/ |
H A D | audio_test_utils.h | 60 int32_t NotifyEvent(int32_t streamId, const DAudioEvent &event) override 502 int32_t NotifyEvent(int32_t streamId, const DAudioEvent &event) override
|
/drivers/peripheral/distributed_camera/hdi_service/src/dcamera_device/ |
H A D | dcamera_device.cpp | 427 dCameraProviderCallback_->NotifyEvent(dhBase_, dCameraEvent); in TriggerGetFullCaps()
|