/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/entity/ |
H A D | p2p_broadcast_receiver.cpp | 52 std::vector<ActionListener> listeners = it->second; in DispatchWorkHandler() local
|
/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/resschedfwk/src/ |
H A D | event_listener_mgr.cpp | 160 auto listeners = eventListenerMap_.find(eventType); in SendEventLock() local
|
/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/ |
H A D | input_device_impl.cpp | 51 auto &listeners = iter->second; in RegisterDevListener() local
|
/foundation/window/window_manager/interfaces/kits/napi/screen_runtime/napi/ |
H A D | js_screen_listener.cpp | 83 auto& listeners = it->second;
in RemoveCallback() local
|
/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler_impl/ |
H A D | event_queue.cpp | 45 void RemoveFileDescriptorListenerLocked(std::map<int32_t, std::shared_ptr<FileDescriptorListener>> &listeners, in RemoveFileDescriptorListenerLocked() argument
|
/foundation/window/window_manager/interfaces/kits/napi/display_runtime/ |
H A D | js_display_listener.cpp | 87 auto& listeners = it->second;
in RemoveCallback() local
|
/foundation/graphic/graphic_3d/lume/LumeEngine/src/ |
H A D | plugin_registry.cpp | 167 void Notify(const array_view<IPluginRegister::ITypeInfoListener*> listeners, in Notify() argument
|
/foundation/graphic/graphic_3d/lume/LumeEngine/src/ecs/ |
H A D | ecs.cpp | 477 auto& listeners = it->second; in ProcessEvents() local [all...] |
/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/ |
H A D | softbus_proxychannel_pipeline.c | 67 struct ListenerItem listeners[MSG_TYPE_CNT]; member [all...] |
/foundation/communication/netstack/utils/napi_utils/src/ |
H A D | event_manager.cpp | 63 auto listeners = listeners_; in Emit() local
|
/foundation/arkui/ace_engine/interfaces/napi/kits/observer/ |
H A D | ui_observer.cpp | 632 auto& listeners = it->second; in UnRegisterNavDestinationSwitchCallback() local 678 auto& listeners = it->second; in UnRegisterNavDestinationSwitchCallback() local 744 const auto listeners = it->second; HandleListenersWithEmptyNavigationId() local 764 const auto listeners = it->second; HandleListenersWithSpecifiedNavigationId() local [all...] |
/foundation/window/window_manager/wm/include/ |
H A D | window_impl.h | 324 template<typename T> void ClearUselessListeners(std::map<uint32_t, T>& listeners, uint32_t winId) in ClearUselessListeners() argument
|
/foundation/window/window_manager/wm/test/unittest/ |
H A D | window_session_impl_test2.cpp | 91 std::vector<sptr<TListener>> listeners; in GetListenerList() local 589 auto listeners = GetListenerList<IOccupiedAreaChangeListener, MockIOccupiedAreaChangeListener>(); in HWTEST_F() local 635 auto listeners = GetListenerList<IOccupiedAreaChangeListener, MockIOccupiedAreaChangeListener>(); HWTEST_F() local 673 auto listeners = GetListenerList<IWindowStatusChangeListener, MockWindowStatusChangeListener>(); HWTEST_F() local 878 auto listeners = GetListenerList<IWindowChangeListener, MockWindowChangeListener>(); HWTEST_F() local 921 auto listeners = GetListenerList<IWindowChangeListener, MockWindowChangeListener>(); HWTEST_F() local 1055 auto listeners = GetListenerList<IWindowTitleButtonRectChangedListener, HWTEST_F() local 1183 auto listeners = GetListenerList<IScreenshotListener, MockIScrenshotListener>(); HWTEST_F() local 1272 auto listeners = GetListenerList<IDialogTargetTouchListener, MockIDialogTargetTouchListener>(); HWTEST_F() local 1327 auto listeners = GetListenerList<IDisplayMoveListener, MockIDisplayMoveListener>(); HWTEST_F() local 1381 auto listeners = GetListenerList<IDialogDeathRecipientListener, MockIDialogDeathRecipientListener>(); HWTEST_F() local [all...] |
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/src/ |
H A D | vsync_generator.cpp | 146 std::vector<Listener> listeners;
in ListenerVsyncEventCB() local
|
/foundation/systemabilitymgr/samgr/services/samgr/native/source/ |
H A D | system_ability_manager.cpp | 579 auto& listeners = iter->second; in FindSystemAbilityNotify() local 902 auto& listeners = listenerMap_[systemAbilityId]; in CheckListenerNotify() local 931 auto& listeners = listenerMap_[systemAbilityId]; in SubscribeSystemAbility() local 996 auto& listeners in UnSubscribeSystemAbility() local 1010 auto& listeners = item.second; UnSubscribeSystemAbility() local 1046 auto& listeners = iter->second; RefreshListenerState() local [all...] |
/foundation/window/window_manager/wm/src/ |
H A D | window_session_impl.cpp | 2424 void WindowSessionImpl::ClearUselessListeners(std::map<int32_t, T>& listeners, int32_t persistentId) in ClearUselessListeners() argument
|