Home
last modified time | relevance | path

Searched refs:eventHandlerMutex_ (Results 1 - 8 of 8) sorted by relevance

/foundation/deviceprofile/device_info_manager/services/core/src/utils/
H A Devent_handler_factory.cpp33 std::lock_guard<std::mutex> lock(eventHandlerMutex_); in Init()
45 std::lock_guard<std::mutex> lock(eventHandlerMutex_); in UnInit()
56 std::lock_guard<std::mutex> lock(eventHandlerMutex_); in GetEventHandler()
/foundation/deviceprofile/device_info_manager/services/core/include/utils/
H A Devent_handler_factory.h35 std::mutex eventHandlerMutex_; member in OHOS::DistributedDeviceProfile::EventHandlerFactory
/foundation/ability/form_fwk/services/form_render_service/src/
H A Dform_render_record.cpp126 std::lock_guard<std::mutex> lock(eventHandlerMutex_); in ~FormRenderRecord()
168 std::lock_guard<std::mutex> lock(eventHandlerMutex_); in DeleteRendererGroup()
287 std::lock_guard<std::mutex> lock(eventHandlerMutex_); in RunTask()
315 std::lock_guard<std::mutex> lock(eventHandlerMutex_); in RunTask()
330 std::lock_guard<std::mutex> lock(eventHandlerMutex_); in DumpEventHandler()
352 std::lock_guard<std::mutex> lock(eventHandlerMutex_); in UpdateRenderRecord()
392 std::lock_guard<std::mutex> lock(eventHandlerMutex_); in DeleteRenderRecord()
920 std::lock_guard<std::mutex> lock(eventHandlerMutex_); in ReleaseRenderer()
988 std::lock_guard<std::mutex> lock(eventHandlerMutex_); in Release()
1145 std::lock_guard<std::mutex> lock(eventHandlerMutex_); in ReloadFormRecord()
[all...]
/foundation/arkui/napi/native_engine/
H A Dnative_safe_async_work.h108 std::mutex eventHandlerMutex_; member in NativeSafeAsyncWork
H A Dnative_safe_async_work.cpp397 std::unique_lock<std::mutex> lock(eventHandlerMutex_); in PostTask()
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/ipc/
H A Ddaemon.h125 std::mutex eventHandlerMutex_; member in OHOS::Storage::DistributedFile::final
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/ipc/
H A Ddaemon.cpp369 std::lock_guard<std::mutex> lock(eventHandlerMutex_); in RequestSendFile()
720 std::lock_guard<std::mutex> lock(eventHandlerMutex_); in PushAsset()
764 std::lock_guard<std::mutex> lock(eventHandlerMutex_); in StartEventHandler()
/foundation/ability/form_fwk/services/form_render_service/include/
H A Dform_render_record.h249 std::mutex eventHandlerMutex_; member in OHOS::AppExecFwk::FormRender::FormRenderRecord

Completed in 6 milliseconds