Home
last modified time | relevance | path

Searched refs:NotifyEvent (Results 1 - 25 of 99) sorted by relevance

1234

/foundation/distributedhardware/distributed_audio/services/audiohdiproxy/test/unittest/daudio_hdi_handler/src/
H A Ddaudio_hdi_handler_test.cpp89 * @tc.desc: Verify the NotifyEvent function.
99 EXPECT_NE(HDF_SUCCESS, hdiHandler_->NotifyEvent(devId_, dhId_, streamId_, audioEvent)); in HWTEST_F()
104 * @tc.desc: Verify the NotifyEvent function.
114 EXPECT_EQ(HDF_SUCCESS, hdiHandler_->NotifyEvent(devId_, dhId_, streamId_, audioEvent1)); in HWTEST_F()
116 EXPECT_EQ(HDF_SUCCESS, hdiHandler_->NotifyEvent(devId_, dhId_, streamId_, audioEvent2)); in HWTEST_F()
118 EXPECT_EQ(HDF_SUCCESS, hdiHandler_->NotifyEvent(devId_, dhId_, streamId_, audioEvent3)); in HWTEST_F()
120 EXPECT_EQ(HDF_SUCCESS, hdiHandler_->NotifyEvent(devId_, dhId_, streamId_, audioEvent4)); in HWTEST_F()
122 EXPECT_EQ(HDF_SUCCESS, hdiHandler_->NotifyEvent(devId_, dhId_, streamId_, audioEvent5)); in HWTEST_F()
124 EXPECT_EQ(HDF_SUCCESS, hdiHandler_->NotifyEvent(devId_, dhId_, streamId_, audioEvent6)); in HWTEST_F()
126 EXPECT_EQ(HDF_SUCCESS, hdiHandler_->NotifyEvent(devId in HWTEST_F()
[all...]
/foundation/communication/dsoftbus/core/bus_center/service/src/
H A Dbus_center_event.c307 static void NotifyEvent(const LnnEventBasicInfo *info) in NotifyEvent() function
392 NotifyEvent((LnnEventBasicInfo *)&eventInfo); in LnnNotifyOnlineState()
420 NotifyEvent((LnnEventBasicInfo *)&eventInfo); in LnnNotifyMigrate()
498 NotifyEvent((LnnEventBasicInfo *)&info); in LnnNotifyLnnRelationChanged()
526 NotifyEvent((const LnnEventBasicInfo *)&event); in LnnNotifyWlanStateChangeEvent()
537 NotifyEvent((const LnnEventBasicInfo *)&event); in LnnNotifyScreenStateChangeEvent()
549 NotifyEvent((const LnnEventBasicInfo *)&event); in LnnNotifyBtStateChangeEvent()
556 NotifyEvent((const LnnEventBasicInfo *)&event); in LnnNotifyVapInfoChangeEvent()
566 NotifyEvent((const LnnEventBasicInfo *)&event); in LnnNotifyScreenLockStateChangeEvent()
577 NotifyEvent((cons in LnnNotifyAccountStateChangeEvent()
[all...]
/foundation/distributedhardware/device_manager/services/implementation/include/devicestate/
H A Ddm_device_state_manager.h47 class NotifyEvent { class
49 NotifyEvent(int32_t eventId, const std::string &deviceId) : eventId_(eventId), deviceId_(deviceId) {}; in NotifyEvent() function in OHOS::DistributedHardware::NotifyEvent
50 ~NotifyEvent() {}; in ~NotifyEvent()
70 std::queue<std::shared_ptr<NotifyEvent>> queue_;
104 int32_t AddTask(const std::shared_ptr<NotifyEvent> &task);
105 void RunTask(const std::shared_ptr<NotifyEvent> &task);
/foundation/CastEngine/castengine_wifi_display/services/interaction/
H A Dinteraction.cpp146 int32_t Interaction::NotifyEvent(EventMsg::Ptr eventMsg) in NotifyEvent() function in OHOS::Sharing::Interaction
187 int32_t ret = NotifyEvent(contextMsg); in DestroyContext()
239 int32_t ret = NotifyEvent(contextMsg); in DestroyAgent()
263 int32_t ret = NotifyEvent(agentMsg); in Start()
282 int32_t ret = NotifyEvent(agentMsg); in Pause()
301 int32_t ret = NotifyEvent(agentMsg); in Resume()
334 int32_t ret = NotifyEvent(agentMsg); in Play()
352 int32_t ret = NotifyEvent(agentMsg); in Close()
371 int32_t ret = NotifyEvent(agentMsg); in SetVolume()
392 int32_t ret = NotifyEvent(agentMs in SetKeyPlay()
[all...]
/foundation/arkui/ace_engine/frameworks/core/common/recorder/
H A Devent_recorder.cpp252 EventController::Get().NotifyEvent( in OnPageShow()
262 EventController::Get().NotifyEvent( in OnPageHide()
279 EventController::Get().NotifyEvent( in OnClick()
290 EventController::Get().NotifyEvent( in OnChange()
300 EventController::Get().NotifyEvent( in OnEvent()
311 EventController::Get().NotifyEvent( in OnNavDstShow()
328 EventController::Get().NotifyEvent( in OnNavDstHide()
335 EventController::Get().NotifyEvent( in OnExposure()
H A Devent_controller.h41 void NotifyEvent(EventCategory category, int32_t eventType,
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Duser_change_monitor.cpp117 userNotifier_->NotifyEvent(USER_ACTIVE_EVENT, nullptr); in NotifyUserChanged()
118 userNotifier_->NotifyEvent(USER_NON_ACTIVE_EVENT, nullptr); in NotifyUserChanged()
119 userNotifier_->NotifyEvent(USER_ACTIVE_TO_NON_ACTIVE_EVENT, nullptr); in NotifyUserChanged()
H A Dtime_tick_monitor.cpp147 notifier->NotifyEvent(TIME_CHANGE_EVENT, &offset); in TimeTick()
187 timeChangedNotifier_->NotifyEvent(TIME_CHANGE_EVENT, static_cast<void *>(&offset)); in NotifyTimeChange()
H A Dlock_status_observer.cpp106 lockStatusChangedNotifier_->NotifyEvent(LOCK_STATUS_CHANGE_EVENT, &isLocked); in OnStatusChange()
/foundation/distributedhardware/distributed_audio/services/audiohdiproxy/test/unittest/daudio_manager_callback/src/
H A Ddaudio_manager_callback_test.cpp163 * @tc.desc: Verify the NotifyEvent function.
174 EXPECT_EQ(HDF_FAILURE, manCallback_->NotifyEvent(streamId_, event)); in HWTEST_F()
180 * @tc.desc: Verify the NotifyEvent function.
192 EXPECT_EQ(HDF_SUCCESS, manCallback_->NotifyEvent(streamId_, event)); in HWTEST_F()
195 EXPECT_EQ(HDF_SUCCESS, manCallback_->NotifyEvent(streamId_, event)); in HWTEST_F()
198 EXPECT_EQ(HDF_SUCCESS, manCallback_->NotifyEvent(streamId_, event)); in HWTEST_F()
201 EXPECT_EQ(HDF_SUCCESS, manCallback_->NotifyEvent(streamId_, event)); in HWTEST_F()
204 EXPECT_EQ(HDF_SUCCESS, manCallback_->NotifyEvent(streamId_, event)); in HWTEST_F()
207 EXPECT_EQ(HDF_SUCCESS, manCallback_->NotifyEvent(streamId_, event)); in HWTEST_F()
210 EXPECT_EQ(HDF_SUCCESS, manCallback_->NotifyEvent(streamId in HWTEST_F()
[all...]
/foundation/distributedhardware/distributed_audio/services/audiohdiproxy/test/unittest/daudio_hdi_handler/include/
H A Daudio_test_utils.h46 int32_t NotifyEvent(const std::string &adpName, int32_t devId, int32_t streamId,
73 int32_t NotifyEvent(const int32_t streamId, const AudioEvent &event) override
/foundation/distributedhardware/distributed_audio/services/common/audioeventcallback/
H A Diaudio_event_callback.h25 virtual void NotifyEvent(const AudioEvent &event) = 0;
/foundation/distributedhardware/distributed_audio/services/audiomanager/managersource/src/
H A Ddspeaker_dev.cpp126 cbObj->NotifyEvent(event); in CreateStream()
152 cbObj->NotifyEvent(event); in DestroyStream()
181 int32_t DSpeakerDev::NotifyEvent(const int32_t streamId, const AudioEvent &event) in NotifyEvent() function in OHOS::DistributedHardware::DSpeakerDev
187 cbObj->NotifyEvent(audioEvent); in NotifyEvent()
436 int32_t ret = DAudioHdiHandler::GetInstance().NotifyEvent(devId_, portId, streamId_, event); in NotifyHdfAudioEvent()
465 cbObj->NotifyEvent(event); in OnStateChange()
H A Ddmic_dev.cpp142 cbObj->NotifyEvent(event); in CreateStream()
168 cbObj->NotifyEvent(event); in DestroyStream()
207 int32_t DMicDev::NotifyEvent(const int32_t streamId, const AudioEvent &event) in NotifyEvent() function in OHOS::DistributedHardware::DMicDev
225 cbObj->NotifyEvent(audioEvent); in NotifyEvent()
510 int32_t ret = DAudioHdiHandler::GetInstance().NotifyEvent(devId_, portId, streamId_, event); in NotifyHdfAudioEvent()
538 cbObj->NotifyEvent(event); in OnStateChange()
/foundation/distributedhardware/distributed_audio/services/audiomanager/test/unittest/sourcedevice/src/
H A Ddmic_dev_test.cpp160 * @tc.desc: Verify NotifyEvent function.
167 EXPECT_EQ(DH_SUCCESS, mic_->NotifyEvent(streamId_, event)); in HWTEST_F()
170 EXPECT_EQ(DH_SUCCESS, mic_->NotifyEvent(streamId_, event)); in HWTEST_F()
174 EXPECT_EQ(DH_SUCCESS, mic_->NotifyEvent(streamId_, event)); in HWTEST_F()
177 EXPECT_EQ(DH_SUCCESS, mic_->NotifyEvent(streamId_, event)); in HWTEST_F()
186 EXPECT_EQ(DH_SUCCESS, mic_->NotifyEvent(streamId_, event)); in HWTEST_F()
189 EXPECT_EQ(ERR_DH_AUDIO_NULLPTR, mic_->NotifyEvent(streamId_, event)); in HWTEST_F()
/foundation/CastEngine/castengine_cast_framework/client/src/
H A Dcast_session.cpp161 int32_t CastSession::NotifyEvent(EventId eventId, std::string &jsonParam) in NotifyEvent() function in OHOS::CastEngine::CastEngineClient::CastSession
164 proxy_->NotifyEvent(eventId, jsonParam); in NotifyEvent()
/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_dm_device_state_manager.cpp199 std::shared_ptr<NotifyEvent> task = std::make_shared<NotifyEvent>(eventId, deviceId); in HWTEST_F()
208 std::shared_ptr<NotifyEvent> task = std::make_shared<NotifyEvent>(eventId, deviceId); in HWTEST_F()
/foundation/distributedhardware/device_manager/test/servicesfuzztest/notifyevent_fuzzer/
H A Dnotify_event_fuzzer.cpp32 DeviceManagerImpl::GetInstance().NotifyEvent(pkgName, eventId, event); in NotifyEventFuzzTest()
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/rtsp/include/
H A Drtsp_listener.h44 virtual bool NotifyEvent(int event) = 0;
/foundation/CastEngine/castengine_cast_plus_stream/src/rtsp/include/
H A Drtsp_listener.h44 virtual bool NotifyEvent(int event) = 0;
/foundation/distributedhardware/distributed_audio/services/audioclient/test/unittest/audioclienttestutils/include/
H A Ddaudio_test_utils.h26 void NotifyEvent(const AudioEvent &event) override {}
/foundation/distributedhardware/distributed_audio/services/audiohdiproxy/include/
H A Didaudio_hdi_callback.h35 virtual int32_t NotifyEvent(const int32_t streamId, const AudioEvent &event) = 0;
/foundation/CastEngine/castengine_cast_framework/client/include/
H A Dcast_session_impl_proxy.h46 int32_t NotifyEvent(EventId eventId, std::string &jsonParam) override;
H A Dcast_session.h46 int32_t NotifyEvent(EventId eventId, std::string &jsonParam) override;
/foundation/distributedhardware/distributed_audio/services/audiohdiproxy/test/unittest/daudio_manager_callback/include/
H A Daudio_test_utils.h45 int32_t NotifyEvent(const int32_t streamId, const AudioEvent &event) override

Completed in 11 milliseconds

1234