Home
last modified time | relevance | path

Searched refs:listenerMutex_ (Results 1 - 25 of 32) sorted by relevance

12

/foundation/window/window_manager/wm/src/
H A Dwindow_manager.cpp72 std::shared_mutex listenerMutex_; member in OHOS::Rosen::WindowManager::Impl
107 std::shared_lock<std::shared_mutex> lock(listenerMutex_); in NotifyWMSConnected()
120 std::shared_lock<std::shared_mutex> lock(listenerMutex_); in NotifyWMSDisconnected()
135 std::shared_lock<std::shared_mutex> lock(listenerMutex_); in NotifyFocused()
150 std::shared_lock<std::shared_mutex> lock(listenerMutex_); in NotifyUnfocused()
164 std::shared_lock<std::shared_mutex> lock(listenerMutex_); in NotifyWindowModeChange()
183 std::shared_lock<std::shared_mutex> lock(listenerMutex_); in NotifySystemBarChanged()
218 std::shared_lock<std::shared_mutex> lock(listenerMutex_); in NotifyAccessibilityWindowInfo()
231 std::shared_lock<std::shared_mutex> lock(listenerMutex_); in NotifyWindowVisibilityInfoChanged()
245 std::shared_lock<std::shared_mutex> lock(listenerMutex_); in NotifyWindowDrawingContentInfoChanged()
[all...]
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_running_status_module.cpp34 std::lock_guard<std::mutex> lock(listenerMutex_); in RegisterListener()
72 std::lock_guard<std::mutex> lock(listenerMutex_); in NotifyAppRunningStatusEvent()
108 std::lock_guard<std::mutex> lock(listenerMutex_); in RemoveListenerAndDeathRecipient()
/foundation/communication/dsoftbus/sdk/transmission/session/cpp/src/
H A Dsession_service_impl.cpp29 std::mutex SessionServiceImpl::listenerMutex_; member in Communication::SoftBus::SessionServiceImpl
56 std::lock_guard<std::mutex> autoLock(listenerMutex_); in CreateSessionServer()
71 std::lock_guard<std::mutex> autoLock(listenerMutex_); in RemoveSessionServer()
256 std::lock_guard<std::mutex> autoLock(listenerMutex_); in GetSessionListener()
276 std::lock_guard<std::mutex> autoLock(listenerMutex_); in GetSessionListenerOnSessionOpened()
H A Dsession_service_impl.h58 static std::mutex listenerMutex_; member in Communication::SoftBus::SessionServiceImpl
/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_running_status_module.h83 mutable std::mutex listenerMutex_; member in OHOS::AbilityRuntime::AppRunningStatusModule
/foundation/multimedia/av_session/frameworks/js/napi/session/src/
H A Dnapi_avsession_manager.cpp56 std::mutex listenerMutex_; member
529 std::lock_guard lockGuard(listenerMutex_); in RegisterNativeSessionListener()
1133 std::lock_guard lockGuard(listenerMutex_); in OnSessionCreate()
1140 std::lock_guard lockGuard(listenerMutex_); in OnSessionDestroy()
1147 std::lock_guard lockGuard(listenerMutex_); in OnTopSessionChange()
1154 std::lock_guard lockGuard(listenerMutex_); in OnAudioSessionChecked()
1161 std::lock_guard lockGuard(listenerMutex_); in OnDeviceAvailable()
1173 std::lock_guard lockGuard(listenerMutex_); in OnDeviceOffline()
1209 std::lock_guard lockGuard(listenerMutex_); in HandleServiceDied()
1218 std::lock_guard lockGuard(listenerMutex_); in OffSessionCreate()
[all...]
/foundation/ability/dmsfwk/services/dtbschedmgr/src/softbus_adapter/transport/
H A Ddsched_transport_softbus_adapter.cpp322 std::lock_guard<std::mutex> listenerMapLock(listenerMutex_); in NotifyListenersSessionShutdown()
412 std::lock_guard<std::mutex> listenerMapLock(listenerMutex_); in OnDataReady()
436 std::lock_guard<std::mutex> listenerMapLock(listenerMutex_); in RegisterListener()
464 std::lock_guard<std::mutex> listenerMapLock(listenerMutex_); in UnregisterListener()
/foundation/CastEngine/castengine_cast_plus_stream/src/stream/src/player/src/
H A Dremote_player_controller.cpp57 std::lock_guard<std::mutex> lock(listenerMutex_); in RegisterListener()
74 std::lock_guard<std::mutex> lock(listenerMutex_); in UnregisterListener()
251 std::lock_guard<std::mutex> lock(listenerMutex_); in PlayerListenerGetter()
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/stream/src/player/src/
H A Dremote_player_controller.cpp57 std::lock_guard<std::mutex> lock(listenerMutex_); in RegisterListener()
74 std::lock_guard<std::mutex> lock(listenerMutex_); in UnregisterListener()
251 std::lock_guard<std::mutex> lock(listenerMutex_); in PlayerListenerGetter()
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/dnsresolv/
H A Ddns_proxy_listen.cpp36 std::mutex DnsProxyListen::listenerMutex_; member in OHOS::nmd::DnsProxyListen
280 std::lock_guard<std::mutex> lock(listenerMutex_); in InitListenForIpv4()
302 std::lock_guard<std::mutex> lock(listenerMutex_); in InitListenForIpv6()
/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/transport/softbus/
H A Dsoftbus_adapter.cpp329 std::unique_lock<shared_mutex> lock(listenerMutex_); in RegisterSessionListener()
335 std::unique_lock<shared_mutex> lock(listenerMutex_); in UnRegisterSessionListener()
341 shared_lock<shared_mutex> lock(listenerMutex_); in GetListener()
/foundation/ability/dmsfwk/services/dtbschedmgr/include/softbus_adapter/transport/
H A Ddsched_transport_softbus_adapter.h79 std::mutex listenerMutex_; member in OHOS::DistributedSchedule::DSchedTransportSoftbusAdapter
/foundation/CastEngine/castengine_cast_plus_stream/src/stream/src/player/include/
H A Dremote_player_controller.h71 std::mutex listenerMutex_; member in OHOS::CastEngine::CastEngineService::RemotePlayerController
H A Dcast_stream_player.h92 std::mutex listenerMutex_; member in OHOS::CastEngine::CastEngineService::CastStreamPlayerCallback
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/stream/src/player/include/
H A Dremote_player_controller.h71 std::mutex listenerMutex_; member in OHOS::CastEngine::CastEngineService::RemotePlayerController
H A Dcast_stream_player.h92 std::mutex listenerMutex_; member in OHOS::CastEngine::CastEngineService::CastStreamPlayerCallback
/foundation/multimedia/audio_framework/services/audio_service/server/include/
H A Dipc_stream_in_server.h39 std::mutex listenerMutex_; member in OHOS::AudioStandard::StreamListenerHolder
/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/
H A Ddns_proxy_listen.h97 static std::mutex listenerMutex_; member in OHOS::nmd::DnsProxyListen
/foundation/filemanagement/dfs_service/services/cloudsyncservice/include/transport/softbus/
H A Dsoftbus_adapter.h73 std::shared_mutex listenerMutex_; member in OHOS::FileManagement::CloudSync::SoftbusAdapter
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/stream/src/
H A Dcast_stream_manager_client.cpp110 std::lock_guard<std::mutex> lock(listenerMutex_); in RegisterListener()
117 std::lock_guard<std::mutex> lock(listenerMutex_); in UnregisterListener()
332 std::lock_guard<std::mutex> lock(listenerMutex_); in PlayerListenerGetter()
/foundation/CastEngine/castengine_cast_plus_stream/src/stream/src/
H A Dcast_stream_manager_client.cpp110 std::lock_guard<std::mutex> lock(listenerMutex_); in RegisterListener()
117 std::lock_guard<std::mutex> lock(listenerMutex_); in UnregisterListener()
332 std::lock_guard<std::mutex> lock(listenerMutex_); in PlayerListenerGetter()
/foundation/graphic/graphic_surface/surface/src/
H A Dbuffer_queue.cpp301 std::lock_guard<std::mutex> lockGuard(listenerMutex_); in RequestBufferCheckStatus()
591 std::lock_guard<std::mutex> lockGuard(listenerMutex_); in CallConsumerListener()
627 std::lock_guard<std::mutex> lockGuard(listenerMutex_); in FlushBuffer()
1217 std::lock_guard<std::mutex> lockGuard(listenerMutex_); in AttachBuffer()
1361 std::lock_guard<std::mutex> lockGuard(listenerMutex_); in RegisterConsumerListener()
1368 std::lock_guard<std::mutex> lockGuard(listenerMutex_); in RegisterConsumerListener()
1375 std::lock_guard<std::mutex> lockGuard(listenerMutex_); in UnregisterConsumerListener()
1491 std::lock_guard<std::mutex> lockGuard(listenerMutex_); in GoBackground()
1515 std::lock_guard<std::mutex> lockGuard(listenerMutex_); in CleanCache()
1580 std::lock_guard<std::mutex> lockGuard(listenerMutex_); in SetTransform()
[all...]
/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Dipc_stream_in_server.cpp41 std::lock_guard<std::mutex> lock(listenerMutex_); in RegisterStreamListener()
52 std::lock_guard<std::mutex> lock(listenerMutex_); in OnOperationHandled()
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/stream/include/
H A Di_cast_stream_manager.h148 std::mutex listenerMutex_; member in OHOS::CastEngine::CastEngineService::ICastStreamManager
/foundation/CastEngine/castengine_cast_plus_stream/src/stream/include/
H A Di_cast_stream_manager.h148 std::mutex listenerMutex_; member in OHOS::CastEngine::CastEngineService::ICastStreamManager

Completed in 28 milliseconds

12