Home
last modified time | relevance | path

Searched refs:eventMutex_ (Results 1 – 25 of 54) sorted by relevance

123

/ohos5.0/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()
/ohos5.0/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_; variable
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/
H A Ddms_continue_recv_manager.cpp71 std::unique_lock<std::mutex> lock(eventMutex_); in Init()
134 std::lock_guard<std::mutex> registerOnListenerMapLock(eventMutex_); in RegisterOnListener()
168 std::lock_guard<std::mutex> registerOnListenerMapLock(eventMutex_); in RegisterOffListener()
177 std::lock_guard<std::mutex> registerOnListenerMapLock(eventMutex_); in RegisterOffListener()
193 std::lock_guard<std::mutex> lock(eventMutex_); in StartEvent()
351 std::lock_guard<std::mutex> registerOnListenerMapLock(eventMutex_); in DealOnBroadcastBusiness()
433 std::lock_guard<std::mutex> registerOnListenerMapLock(eventMutex_); in NotifyDied()
466 std::lock_guard<std::mutex> registerOnListenerMapLock(eventMutex_); in OnDeviceScreenOff()
510 std::lock_guard<std::mutex> registerOnListenerMapLock(eventMutex_); in OnContinueSwitchOff()
562 std::lock_guard<std::mutex> registerOnListenerMapLock(eventMutex_); in NotifyDeviceOffline()
[all …]
H A Ddms_continue_send_manager.cpp64 std::unique_lock<std::mutex> lock(eventMutex_); in Init()
193 std::lock_guard<std::mutex> focusedMissionMapLock(eventMutex_); in GetMissionIdByBundleName()
221 std::lock_guard<std::mutex> lock(eventMutex_); in StartEvent()
296 std::lock_guard<std::mutex> currentMissionIdLock(eventMutex_); in DealFocusedBusiness()
422 std::lock_guard<std::mutex> focusedMissionMapLock(eventMutex_); in EraseFocusedMission()
497 std::lock_guard<std::mutex> focusedMissionAbilityMapLock(eventMutex_); in GetAbilityNameByMissionId()
784 std::lock_guard<std::mutex> continueLaunchMissionMapLock(eventMutex_); in DeleteContinueLaunchMissionInfo()
800 std::lock_guard<std::mutex> continueLaunchMissionMapLock(eventMutex_); in GetContinueLaunchMissionInfo()
824 std::lock_guard<std::mutex> continueLaunchMissionMapLock(eventMutex_); in UpdateContinueLaunchMission()
/ohos5.0/base/security/security_guard/services/config_manager/src/
H A Dconfig_data_manager.cpp36 std::lock_guard<std::mutex> lock(eventMutex_); in InsertEventMap()
60 std::lock_guard<std::mutex> lock(eventMutex_); in ResetEventMap()
90 std::lock_guard<std::mutex> lock(eventMutex_); in GetAllEventIds()
123 std::lock_guard<std::mutex> lock(eventMutex_); in GetEventConfig()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dcrypto_delay_handler.cpp35 std::unique_lock<std::mutex> lock(eventMutex_); in ~DelayHandler()
57 std::unique_lock<std::mutex> lock(eventMutex_); in StartDelayTask()
80 std::lock_guard<std::mutex> lock(eventMutex_); in StartDelayHandler()
/ohos5.0/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()
/ohos5.0/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()
/ohos5.0/base/sensors/medical_sensor/utils/src/
H A Ddmd_report.cpp46 std::mutex DmdReport::eventMutex_; member in OHOS::Sensors::DmdReport
79 std::lock_guard<std::mutex> eventLock(eventMutex_); in ReportException()
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/interfaces/innerkits/ressched_client/src/
H A Dres_sched_client.cpp446 std::lock_guard<std::mutex> lock(eventMutex_); in ~InnerEventListener()
453 std::lock_guard<std::mutex> lock(eventMutex_); in RegisterEventListener()
483 std::lock_guard<std::mutex> lock(eventMutex_); in UnRegisterEventListener()
516 std::lock_guard<std::mutex> lock(eventMutex_); in OnReceiveEvent()
536 std::lock_guard<std::mutex> lock(eventMutex_); in IsInnerEventMapEmpty()
548 std::lock_guard<std::mutex> lock(eventMutex_); in GetRegisteredTypesAndGroup()
/ohos5.0/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()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/storage/src/
H A Dstorage_monitor_service.cpp67 std::unique_lock<std::mutex> lock(eventMutex_); in ~StorageMonitorService()
81 std::unique_lock<std::mutex> lock(eventMutex_); in StartStorageMonitorTask()
102 std::lock_guard<std::mutex> lock(eventMutex_); in StartEventHandler()
/ohos5.0/base/sensors/medical_sensor/utils/include/
H A Ddmd_report.h45 static std::mutex eventMutex_;
/ohos5.0/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()
/ohos5.0/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()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/crypto/
H A Dcrypto_delay_handler.h42 std::mutex eventMutex_; variable
/ohos5.0/foundation/filemanagement/dfs_service/frameworks/native/distributed_file_inner/include/asset/
H A Dasset_adapter_sa_client.h40 std::mutex eventMutex_; variable
/ohos5.0/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()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/adapter/
H A Dmmi_adapter.h58 std::mutex eventMutex_; variable
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/softbus_adapter/
H A Dsoftbus_adapter.h50 std::mutex eventMutex_; variable
/ohos5.0/foundation/ability/dmsfwk/interfaces/innerkits/distributed_event/include/
H A Ddms_sa_client.h51 std::mutex eventMutex_; variable
/ohos5.0/foundation/ability/ability_runtime/services/quickfixmgr/include/
H A Dquick_fix_manager_service.h88 std::mutex eventMutex_; variable
/ohos5.0/base/security/security_guard/services/config_manager/include/
H A Dconfig_data_manager.h51 std::mutex eventMutex_; variable
/ohos5.0/base/security/security_guard/test/unittest/config_manager/include/
H A Dconfig_data_manager.h53 std::mutex eventMutex_; variable

123