/foundation/distributedhardware/distributed_audio/services/audiohdiproxy/test/unittest/daudio_hdi_handler/src/ |
H A D | daudio_hdi_handler_test.cpp | 89 * @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 D | bus_center_event.c | 307 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 D | dm_device_state_manager.h | 47 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 D | interaction.cpp | 146 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 D | event_recorder.cpp | 252 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 D | event_controller.h | 41 void NotifyEvent(EventCategory category, int32_t eventType,
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/ |
H A D | user_change_monitor.cpp | 117 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 D | time_tick_monitor.cpp | 147 notifier->NotifyEvent(TIME_CHANGE_EVENT, &offset); in TimeTick() 187 timeChangedNotifier_->NotifyEvent(TIME_CHANGE_EVENT, static_cast<void *>(&offset)); in NotifyTimeChange()
|
H A D | lock_status_observer.cpp | 106 lockStatusChangedNotifier_->NotifyEvent(LOCK_STATUS_CHANGE_EVENT, &isLocked); in OnStatusChange()
|
/foundation/distributedhardware/distributed_audio/services/audiohdiproxy/test/unittest/daudio_manager_callback/src/ |
H A D | daudio_manager_callback_test.cpp | 163 * @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 D | audio_test_utils.h | 46 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 D | iaudio_event_callback.h | 25 virtual void NotifyEvent(const AudioEvent &event) = 0;
|
/foundation/distributedhardware/distributed_audio/services/audiomanager/managersource/src/ |
H A D | dspeaker_dev.cpp | 126 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 D | dmic_dev.cpp | 142 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 D | dmic_dev_test.cpp | 160 * @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 D | cast_session.cpp | 161 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 D | UTTest_dm_device_state_manager.cpp | 199 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 D | notify_event_fuzzer.cpp | 32 DeviceManagerImpl::GetInstance().NotifyEvent(pkgName, eventId, event); in NotifyEventFuzzTest()
|
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/rtsp/include/ |
H A D | rtsp_listener.h | 44 virtual bool NotifyEvent(int event) = 0;
|
/foundation/CastEngine/castengine_cast_plus_stream/src/rtsp/include/ |
H A D | rtsp_listener.h | 44 virtual bool NotifyEvent(int event) = 0;
|
/foundation/distributedhardware/distributed_audio/services/audioclient/test/unittest/audioclienttestutils/include/ |
H A D | daudio_test_utils.h | 26 void NotifyEvent(const AudioEvent &event) override {}
|
/foundation/distributedhardware/distributed_audio/services/audiohdiproxy/include/ |
H A D | idaudio_hdi_callback.h | 35 virtual int32_t NotifyEvent(const int32_t streamId, const AudioEvent &event) = 0;
|
/foundation/CastEngine/castengine_cast_framework/client/include/ |
H A D | cast_session_impl_proxy.h | 46 int32_t NotifyEvent(EventId eventId, std::string &jsonParam) override;
|
H A D | cast_session.h | 46 int32_t NotifyEvent(EventId eventId, std::string &jsonParam) override;
|
/foundation/distributedhardware/distributed_audio/services/audiohdiproxy/test/unittest/daudio_manager_callback/include/ |
H A D | audio_test_utils.h | 45 int32_t NotifyEvent(const int32_t streamId, const AudioEvent &event) override
|