Home
last modified time | relevance | path

Searched refs:eventMutex_ (Results 1 - 25 of 49) sorted by relevance

12

/foundation/CastEngine/castengine_cast_framework/service/src/session/src/stream/src/
H A Dcast_stream_manager_client.cpp80 std::lock_guard<std::mutex> lock(eventMutex_); in IsDoubleFrame()
131 std::lock_guard<std::mutex> lock(eventMutex_); in NotifyPeerLoad()
156 std::lock_guard<std::mutex> lock(eventMutex_); in NotifyPeerPlay()
207 std::lock_guard<std::mutex> lock(eventMutex_); in NotifyPeerSeek()
266 std::lock_guard<std::mutex> lock(eventMutex_); in GetPlayerStatus()
273 std::lock_guard<std::mutex> lock(eventMutex_); in GetPosition()
280 std::lock_guard<std::mutex> lock(eventMutex_); in GetDuration()
287 std::lock_guard<std::mutex> lock(eventMutex_); in GetVolume()
294 std::lock_guard<std::mutex> lock(eventMutex_); in GetMaxVolume()
301 std::lock_guard<std::mutex> lock(eventMutex_); in GetMute()
[all...]
/foundation/CastEngine/castengine_cast_plus_stream/src/stream/src/
H A Dcast_stream_manager_client.cpp80 std::lock_guard<std::mutex> lock(eventMutex_); in IsDoubleFrame()
131 std::lock_guard<std::mutex> lock(eventMutex_); in NotifyPeerLoad()
156 std::lock_guard<std::mutex> lock(eventMutex_); in NotifyPeerPlay()
207 std::lock_guard<std::mutex> lock(eventMutex_); in NotifyPeerSeek()
266 std::lock_guard<std::mutex> lock(eventMutex_); in GetPlayerStatus()
273 std::lock_guard<std::mutex> lock(eventMutex_); in GetPosition()
280 std::lock_guard<std::mutex> lock(eventMutex_); in GetDuration()
287 std::lock_guard<std::mutex> lock(eventMutex_); in GetVolume()
294 std::lock_guard<std::mutex> lock(eventMutex_); in GetMaxVolume()
301 std::lock_guard<std::mutex> lock(eventMutex_); in GetMute()
[all...]
/foundation/ability/ability_runtime/frameworks/js/napi/mission_manager/
H A Ddms_sa_client.cpp50 std::lock_guard<std::mutex> lock(eventMutex_); in AddListener()
68 std::lock_guard<std::mutex> lock(eventMutex_); in DelListener()
76 std::lock_guard<std::mutex> lock(eventMutex_); in OnAddSystemAbility()
91 std::lock_guard<std::mutex> lock(eventMutex_); in OnRemoveSystemAbility()
H A Ddms_sa_client.h44 std::mutex eventMutex_; member in OHOS::AAFwk::DmsSaClient
/foundation/ability/ability_runtime/services/common/src/
H A Devent_handler_wrap.cpp26 eventMutex_ = std::make_unique<ffrt::mutex>(); in EventHandlerWrap()
32 eventMutex_ = std::make_unique<ffrt::mutex>(); in EventHandlerWrap()
61 std::lock_guard<ffrt::mutex> guard(*eventMutex_); in SendEvent()
91 std::lock_guard<ffrt::mutex> guard(*eventMutex_); in RemoveEvent()
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dcrypto_delay_handler.cpp32 std::unique_lock<std::mutex> lock(eventMutex_); in ~DelayHandler()
54 std::unique_lock<std::mutex> lock(eventMutex_); in StartDelayTask()
77 std::lock_guard<std::mutex> lock(eventMutex_); in StartDelayHandler()
/foundation/filemanagement/dfs_service/frameworks/native/distributed_file_inner/src/asset/
H A Dasset_adapter_sa_client.cpp72 std::lock_guard<std::mutex> lock(eventMutex_); in AddListener()
112 std::lock_guard<std::mutex> lock(eventMutex_); in RemoveListener()
143 std::lock_guard<std::mutex> lock(eventMutex_); in OnAddSystemAbility()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/
H A Ddms_continue_recv_manager.cpp71 std::unique_lock<std::mutex> lock(eventMutex_); in Init()
138 std::lock_guard<std::mutex> registerOnListenerMapLock(eventMutex_); in RegisterOnListener()
172 std::lock_guard<std::mutex> registerOnListenerMapLock(eventMutex_); in RegisterOffListener()
181 std::lock_guard<std::mutex> registerOnListenerMapLock(eventMutex_); in RegisterOffListener()
197 std::lock_guard<std::mutex> lock(eventMutex_); in StartEvent()
350 std::lock_guard<std::mutex> registerOnListenerMapLock(eventMutex_); in DealOnBroadcastBusiness()
434 std::lock_guard<std::mutex> registerOnListenerMapLock(eventMutex_); in NotifyDied()
467 std::lock_guard<std::mutex> registerOnListenerMapLock(eventMutex_); in OnDeviceScreenOff()
511 std::lock_guard<std::mutex> registerOnListenerMapLock(eventMutex_); in OnContinueSwitchOff()
563 std::lock_guard<std::mutex> registerOnListenerMapLock(eventMutex_); in NotifyDeviceOffline()
[all...]
H A Ddms_continue_send_manager.cpp65 std::unique_lock<std::mutex> lock(eventMutex_); in Init()
198 std::lock_guard<std::mutex> focusedMissionMapLock(eventMutex_); in GetMissionIdByBundleName()
226 std::lock_guard<std::mutex> lock(eventMutex_); in StartEvent()
301 std::lock_guard<std::mutex> currentMissionIdLock(eventMutex_); in DealFocusedBusiness()
427 std::lock_guard<std::mutex> focusedMissionMapLock(eventMutex_); in EraseFocusedMission()
502 std::lock_guard<std::mutex> focusedMissionAbilityMapLock(eventMutex_); in GetAbilityNameByMissionId()
789 std::lock_guard<std::mutex> continueLaunchMissionMapLock(eventMutex_); in DeleteContinueLaunchMissionInfo()
805 std::lock_guard<std::mutex> continueLaunchMissionMapLock(eventMutex_); in GetContinueLaunchMissionInfo()
829 std::lock_guard<std::mutex> continueLaunchMissionMapLock(eventMutex_); in UpdateContinueLaunchMission()
/foundation/ability/dmsfwk/interfaces/innerkits/distributed_event/src/
H A Ddms_sa_client.cpp66 std::lock_guard<std::mutex> lock(eventMutex_); in AddDSchedEventListener()
91 std::lock_guard<std::mutex> lock(eventMutex_); in DelDSchedEventListener()
141 std::lock_guard<std::mutex> lock(eventMutex_); in OnAddSystemAbility()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/adapter/
H A Dmmi_adapter.cpp46 std::unique_lock<std::mutex> lock(eventMutex_); in Init()
62 std::lock_guard<std::mutex> lock(eventMutex_); in StartEvent()
/foundation/filemanagement/storage_service/services/storage_manager/storage/src/
H A Dstorage_monitor_service.cpp58 std::unique_lock<std::mutex> lock(eventMutex_); in ~StorageMonitorService()
72 std::unique_lock<std::mutex> lock(eventMutex_); in StartStorageMonitorTask()
93 std::lock_guard<std::mutex> lock(eventMutex_); in StartEventHandler()
/foundation/filemanagement/dfs_service/frameworks/native/distributed_file_inner/include/asset/
H A Dasset_adapter_sa_client.h39 std::mutex eventMutex_; member in OHOS::Storage::DistributedFile::AssetAdapterSaClient
/foundation/filemanagement/storage_service/services/storage_daemon/include/crypto/
H A Dcrypto_delay_handler.h42 std::mutex eventMutex_; member in OHOS::StorageDaemon::DelayHandler
/foundation/ability/dmsfwk/services/dtbschedmgr/include/adapter/
H A Dmmi_adapter.h58 std::mutex eventMutex_; member in OHOS::DistributedSchedule::MMIAdapter
/foundation/filemanagement/storage_service/services/storage_manager/include/storage/
H A Dstorage_monitor_service.h43 std::mutex eventMutex_; member in OHOS::StorageManager::StorageMonitorService
/foundation/resourceschedule/resource_schedule_service/ressched/interfaces/innerkits/ressched_client/src/
H A Dres_sched_client.cpp449 std::lock_guard<std::mutex> lock(eventMutex_); in ~InnerEventListener()
456 std::lock_guard<std::mutex> lock(eventMutex_); in RegisterEventListener()
486 std::lock_guard<std::mutex> lock(eventMutex_); in UnRegisterEventListener()
519 std::lock_guard<std::mutex> lock(eventMutex_); in OnReceiveEvent()
539 std::lock_guard<std::mutex> lock(eventMutex_); in IsInnerEventMapEmpty()
551 std::lock_guard<std::mutex> lock(eventMutex_); in GetRegisteredTypesAndGroup()
/foundation/ability/dmsfwk/services/dtbschedmgr/include/softbus_adapter/
H A Dsoftbus_adapter.h50 std::mutex eventMutex_; member in OHOS::DistributedSchedule::SoftbusAdapter
/foundation/ability/dmsfwk/interfaces/innerkits/distributed_event/include/
H A Ddms_sa_client.h51 std::mutex eventMutex_; member in OHOS::DistributedSchedule::DmsSaClient
/foundation/ability/ability_runtime/services/quickfixmgr/include/
H A Dquick_fix_manager_service.h88 std::mutex eventMutex_; member in OHOS::AAFwk::QuickFixManagerService
/foundation/ability/dmsfwk/services/dtbschedmgr/src/softbus_adapter/
H A Dsoftbus_adapter.cpp44 std::unique_lock<std::mutex> lock(eventMutex_); in Init()
56 std::lock_guard<std::mutex> lock(eventMutex_); in StartEvent()
/foundation/distributedhardware/distributed_camera/services/data_process/src/pipeline/
H A Ddcamera_pipeline_source.cpp88 std::unique_lock<std::mutex> lock(eventMutex_); in InitDCameraPipEvent()
103 std::lock_guard<std::mutex> lock(eventMutex_); in StartEventHandler()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/src/distributedcameramgr/
H A Ddcamera_sink_data_process.cpp53 std::unique_lock<std::mutex> lock(eventMutex_); in Init()
64 std::lock_guard<std::mutex> lock(eventMutex_); in StartEventHandler()
/foundation/distributedhardware/distributed_camera/services/data_process/include/pipeline/
H A Ddcamera_pipeline_source.h71 std::mutex eventMutex_; member in OHOS::DistributedHardware::DCameraPipelineSource
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/include/distributedcameramgr/
H A Ddcamera_sink_data_process.h60 std::mutex eventMutex_; member in OHOS::DistributedHardware::DCameraSinkDataProcess

Completed in 12 milliseconds

12