Home
last modified time | relevance | path

Searched refs:callbackMutex_ (Results 1 – 25 of 72) sorted by relevance

123

/ohos5.0/foundation/multimedia/av_session/services/session/server/
H A Davcontroller_item.cpp53 std::lock_guard lockGuard(callbackMutex_); in RegisterCallbackInner()
62 std::lock_guard lockGuard(callbackMutex_); in RegisterAVControllerCallback()
303 std::lock_guard callbackLockGuard(callbackMutex_); in HandleAVCallStateChange()
320 std::lock_guard callbackLockGuard(callbackMutex_); in HandleAVCallMetaDataChange()
426 std::lock_guard lockGuard(callbackMutex_); in HandleOutputDeviceChange()
434 std::lock_guard lockGuard(callbackMutex_); in HandleActiveStateChange()
442 std::lock_guard lockGuard(callbackMutex_); in HandleValidCommandChange()
452 std::lock_guard lockGuard(callbackMutex_); in HandleSetSessionEvent()
461 std::lock_guard lockGuard(callbackMutex_); in HandleQueueItemsChange()
469 std::lock_guard lockGuard(callbackMutex_); in HandleQueueTitleChange()
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/src/
H A Dvsync_controller.cpp23 : generator_(geng), callbackMutex_(), callback_(nullptr), in VSyncController()
70 std::lock_guard<std::mutex> locker(callbackMutex_); in SetCallback()
95 std::lock_guard<std::mutex> locker(callbackMutex_); in OnVSyncEvent()
114 std::lock_guard<std::mutex> locker(callbackMutex_); in OnConnsRefreshRateChanged()
/ohos5.0/foundation/ability/form_fwk/interfaces/kits/native/src/
H A Dform_host_client.cpp72 std::lock_guard<std::mutex> lock(callbackMutex_); in AddForm()
101 std::lock_guard<std::mutex> lock(callbackMutex_); in RemoveForm()
124 std::lock_guard<std::mutex> lock(callbackMutex_); in ContainsForm()
235 std::lock_guard<std::mutex> lock(callbackMutex_); in OnUninstall()
347 std::lock_guard<std::mutex> lock(callbackMutex_); in OnError()
374 std::lock_guard<std::mutex> lock(callbackMutex_); in OnError()
429 std::lock_guard<std::mutex> lock(callbackMutex_); in UpdateForm()
451 std::lock_guard<std::mutex> lock(callbackMutex_); in OnRecycleForm()
470 std::lock_guard<std::mutex> lock(callbackMutex_); in OnEnableForm()
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapplication_state_observer_stub.cpp24 std::mutex ApplicationStateObserverStub::callbackMutex_; member in OHOS::AppExecFwk::ApplicationStateObserverStub
127 std::unique_lock<std::mutex> lock(callbackMutex_); in HandleOnAbilityStateChanged()
137 std::unique_lock<std::mutex> lock(callbackMutex_); in HandleOnAbilityStateChanged()
147 std::unique_lock<std::mutex> lock(callbackMutex_); in HandleOnExtensionStateChanged()
157 std::unique_lock<std::mutex> lock(callbackMutex_); in HandleOnExtensionStateChanged()
/ohos5.0/foundation/communication/netmanager_base/test/netstatsmanager/unittest/net_stats_manager_test/
H A Dnet_stats_callback_test.cpp29 std::unique_lock<std::mutex> callbackLock(callbackMutex_); in NotifyAll()
35 std::unique_lock<std::mutex> callbackLock(callbackMutex_); in WaitFor()
H A Dnet_stats_callback_test.h48 std::mutex callbackMutex_; variable
/ohos5.0/base/useriam/user_auth_framework/services/remote_connect/src/
H A Dsoft_bus_base_socket.cpp56 std::lock_guard<std::recursive_mutex> lock(callbackMutex_); in InsertMsgCallback()
69 std::lock_guard<std::recursive_mutex> lock(callbackMutex_); in RemoveMsgCallback()
76 std::lock_guard<std::recursive_mutex> lock(callbackMutex_); in GetConnectionName()
88 std::lock_guard<std::recursive_mutex> lock(callbackMutex_); in GetMsgCallback()
99 std::lock_guard<std::recursive_mutex> lock(callbackMutex_); in PrintTransferDuration()
115 std::lock_guard<std::recursive_mutex> lock(callbackMutex_); in GetReplyTimer()
/ohos5.0/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/
H A Dnet_detection_callback_test.cpp28 std::unique_lock<std::mutex> callbackLock(callbackMutex_); in NotifyAll()
34 std::unique_lock<std::mutex> callbackLock(callbackMutex_); in WaitFor()
H A Dnet_conn_callback_test.cpp35 std::unique_lock<std::mutex> callbackLock(callbackMutex_); in NotifyAll()
41 std::unique_lock<std::mutex> callbackLock(callbackMutex_); in WaitFor()
H A Dnet_detection_callback_test.h47 std::mutex callbackMutex_; variable
H A Dnet_conn_callback_test.h46 std::mutex callbackMutex_; variable
/ohos5.0/base/msdp/device_status/libs/src/datahub/
H A Dsensor_data_callback.cpp88 std::lock_guard lock(callbackMutex_); in SubscribeSensorEvent()
100 std::lock_guard lock(callbackMutex_); in UnsubscribeSensorEvent()
112 std::lock_guard lock(callbackMutex_); in NotifyCallback()
/ohos5.0/foundation/communication/netmanager_base/test/netpolicymanager/unittest/net_policy_manager_test/
H A Dnet_policy_callback_test.cpp31 std::unique_lock<std::mutex> callbackLock(callbackMutex_); in NotifyAll()
37 std::unique_lock<std::mutex> callbackLock(callbackMutex_); in WaitFor()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_control_center/services/src/
H A Dav_trans_control_center.cpp89 std::lock_guard<std::mutex> lock(callbackMutex_); in ReleaseAVCenter()
215 std::lock_guard<std::mutex> lock(callbackMutex_); in RegisterCtlCenterCallback()
232 std::lock_guard<std::mutex> lock(callbackMutex_); in SetParam2Engines()
242 std::lock_guard<std::mutex> lock(callbackMutex_); in SetParam2Engines()
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/manager/
H A Dclient_type_manager_handler.cpp61 std::lock_guard<std::mutex> lock(callbackMutex_); in SetQueryClientTypeCallback()
83 std::unique_lock<std::mutex> callbackLock(callbackMutex_); in HandleGetClientType()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Ddb_status_adapter.cpp83 std::lock_guard<std::mutex> autoLock(callbackMutex_); in SetDBStatusChangeCallback()
136 std::lock_guard<std::mutex> autoLock(callbackMutex_); in NotifyDBInfos()
203 std::lock_guard<std::mutex> autoLock(callbackMutex_); in SetRemoteOptimizeCommunication()
289 std::lock_guard<std::mutex> autoLock(callbackMutex_); in NotifyRemoteOffline()
/ohos5.0/foundation/multimedia/drm_framework/services/drm_service/server/src/
H A Dkey_session_service.cpp50 std::lock_guard<std::recursive_mutex> lock(callbackMutex_); in ~MediaKeySessionService()
60 std::lock_guard<std::recursive_mutex> lock(callbackMutex_); in CloseMediaKeySessionServiceByCallback()
80 std::lock_guard<std::recursive_mutex> lock(callbackMutex_); in Release()
93 std::lock_guard<std::recursive_mutex> lock(callbackMutex_); in SetMediaKeySessionServiceOperatorsCallback()
H A Dmediakeysystem_service.cpp53 std::lock_guard<std::recursive_mutex> lock(callbackMutex_); in ~MediaKeySystemService()
81 std::lock_guard<std::recursive_mutex> lock(callbackMutex_); in CloseMediaKeySystemServiceByCallback()
99 std::lock_guard<std::recursive_mutex> lock(callbackMutex_); in Release()
109 std::lock_guard<std::recursive_mutex> lock(callbackMutex_); in SetMediaKeySystemServiceOperatorsCallback()
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/framework/device/
H A Ddev_profile.cpp247 std::lock_guard<std::mutex> mutexLock(callbackMutex_); in SubscribeProfileEvent()
278 std::lock_guard<std::mutex> mutexLock(callbackMutex_); in UnSubscribeProfileEvent()
296 std::lock_guard<std::mutex> mutexLock(callbackMutex_); in UnsubscribeAllProfileEvents()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/include/
H A Daudio_renderer_private.h287 std::lock_guard<std::mutex> lock(callbackMutex_); in SaveCallback()
293 std::lock_guard<std::mutex> lock(callbackMutex_); in RemoveCallback()
299 std::lock_guard<std::mutex> lock(callbackMutex_); in RemoveCallback()
318 std::mutex callbackMutex_; variable
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/
H A Dability_first_frame_state_observer_stub.h38 static std::mutex callbackMutex_; variable
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dability_foreground_state_observer_stub.h38 static std::mutex callbackMutex_; variable
/ohos5.0/drivers/peripheral/codec/hal/v2.0/hdi_impl/src/
H A Dcomponent_node.cpp78 std::unique_lock<std::shared_mutex> lk(callbackMutex_); in ~ComponentNode()
266 std::shared_lock<std::shared_mutex> lk(callbackMutex_); in OnEvent()
284 std::shared_lock<std::shared_mutex> lk(callbackMutex_); in OnEmptyBufferDone()
301 std::shared_lock<std::shared_mutex> lk(callbackMutex_); in OnFillBufferDone()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/av_receiver/include/
H A Dav_receiver_engine_provider.h43 std::mutex callbackMutex_; variable
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/av_sender/include/
H A Dav_sender_engine_provider.h43 std::mutex callbackMutex_; variable

123