Home
last modified time | relevance | path

Searched defs:mutexLock (Results 1 – 5 of 5) sorted by relevance

/foundation/distributedhardware/devicemanager/ext/profile/src/
Ddevice_profile_adapter.cpp42 std::lock_guard<std::mutex> mutexLock(deviceProfileAdapterMutex_); in RegisterProfileListener() local
60 std::lock_guard<std::mutex> mutexLock(deviceProfileAdapterMutex_); in UnRegisterProfileListener() local
71 std::lock_guard<std::mutex> mutexLock(deviceProfileAdapterMutex_); in OnProfileChanged() local
82 std::lock_guard<std::mutex> mutexLock(deviceProfileAdapterMutex_); in OnProfileComplete() local
Dprofile_connector.cpp46 std::lock_guard<std::mutex> mutexLock(callbackMapMutex_); in RegisterProfileCallback() local
70 std::lock_guard<std::mutex> mutexLock(callbackMapMutex_); in UnRegisterProfileCallback() local
116 std::lock_guard<std::mutex> mutexLock(callbackMapMutex_); in OnSyncCompleted() local
/foundation/distributedhardware/devicemanager/services/devicemanagerservice/src/devicestate/
Ddm_device_state_manager.cpp55 DmMutex mutexLock; in RegisterProfileListener() local
79 DmMutex mutexLock; in UnRegisterProfileListener() local
192 DmMutex mutexLock; in OnProfileReady() local
246 DmMutex mutexLock; in RegisterOffLineTimer() local
248 std::lock_guard<std::mutex> mutexLock(timerMapMutex_); in RegisterOffLineTimer() local
272 DmMutex mutexLock; in StartOffLineTimer() local
290 DmMutex mutexLock; in DeleteTimeOutGroup() local
/foundation/multimedia/medialibrary_standard/frameworks/innerkitsimpl/media_library/include/
Dmedia_library_utils.h39 static pthread_mutex_t mutexLock; variable
/foundation/distributedhardware/devicemanager/services/devicemanagerservice/src/dependency/commonevent/
Ddm_common_event_manager.cpp45 std::unique_lock<std::mutex> mutexLock(eventSubscriberMutex_); in ~DmCommonEventManager() local
89 std::unique_lock<std::mutex> mutexLock(eventSubscriberMutex_); in SubscribeServiceEvent() local
107 std::unique_lock<std::mutex> mutexLock(eventSubscriberMutex_); in UnsubscribeServiceEvent() local