Home
last modified time | relevance | path

Searched refs:proxyMutex_ (Results 1 - 25 of 32) sorted by relevance

12

/foundation/distributedhardware/distributed_screen/interfaces/innerkits/native_cpp/screen_sink/src/
H A Ddscreen_sink_handler.cpp43 std::lock_guard<std::mutex> lock(proxyMutex_); in DScreenSinkHandler()
61 std::unique_lock<std::mutex> lock(proxyMutex_); in InitSink()
104 std::lock_guard<std::mutex> lock(proxyMutex_); in FinishStartSA()
133 std::lock_guard<std::mutex> lock(proxyMutex_); in ReleaseSink()
149 std::lock_guard<std::mutex> lock(proxyMutex_); in SubscribeLocalHardware()
161 std::lock_guard<std::mutex> lock(proxyMutex_); in UnsubscribeLocalHardware()
183 std::lock_guard<std::mutex> lock(proxyMutex_); in OnRemoteSinkSvrDied()
/foundation/filemanagement/user_file_service/interfaces/inner_api/file_access/src/
H A Dapp_file_access_ext_connection.cpp35 std::lock_guard<std::mutex> lock(proxyMutex_); in OnAbilityConnectDone()
54 std::lock_guard<std::mutex> lock(proxyMutex_); in OnAbilityDisconnectDone()
64 std::unique_lock<std::mutex> lock(proxyMutex_); in ConnectFileExtAbility()
91 std::lock_guard<std::mutex> lock(proxyMutex_); in DisconnectFileExtAbility()
148 std::lock_guard<std::mutex> lock(proxyMutex_); in OnSchedulerDied()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcamera/
H A Ddcamera_service_state_listener.cpp44 std::lock_guard<std::mutex> autoLock(proxyMutex_); in SetCallback()
53 std::lock_guard<std::mutex> autoLock(proxyMutex_); in OnRegisterNotify()
89 std::lock_guard<std::mutex> autoLock(proxyMutex_); in OnUnregisterNotify()
123 std::lock_guard<std::mutex> autoLock(proxyMutex_); in OnHardwareStateChanged()
134 std::lock_guard<std::mutex> autoLock(proxyMutex_); in OnDataSyncTrigger()
/foundation/distributedhardware/distributed_screen/interfaces/innerkits/native_cpp/screen_source/src/
H A Ddscreen_source_handler.cpp45 std::lock_guard<std::mutex> lock(proxyMutex_); in DScreenSourceHandler()
62 std::unique_lock<std::mutex> lock(proxyMutex_); in InitSource()
99 std::lock_guard<std::mutex> lock(proxyMutex_); in FinishStartSA()
134 std::lock_guard<std::mutex> lock(proxyMutex_); in ReleaseSource()
159 std::lock_guard<std::mutex> lock(proxyMutex_); in RegisterDistributedHardware()
187 std::lock_guard<std::mutex> lock(proxyMutex_); in UnregisterDistributedHardware()
241 std::lock_guard<std::mutex> lock(proxyMutex_); in OnRemoteSourceSvrDied()
/foundation/distributedhardware/distributed_input/sinkhandler/src/
H A Ddistributed_input_sink_handler.cpp32 std::lock_guard<std::mutex> lock(proxyMutex_); in DistributedInputSinkHandler()
46 std::unique_lock<std::mutex> lock(proxyMutex_); in InitSink()
76 std::lock_guard<std::mutex> lock(proxyMutex_); in FinishStartSA()
134 std::lock_guard<std::mutex> lock(proxyMutex_); in OnRemoteSinkSvrDied()
/foundation/distributedhardware/distributed_input/sourcehandler/src/
H A Ddistributed_input_source_handler.cpp32 std::lock_guard<std::mutex> lock(proxyMutex_); in DistributedInputSourceHandler()
45 std::unique_lock<std::mutex> lock(proxyMutex_); in InitSource()
75 std::lock_guard<std::mutex> lock(proxyMutex_); in FinishStartSA()
160 std::lock_guard<std::mutex> lock(proxyMutex_); in OnRemoteSourceSvrDied()
/foundation/filemanagement/dfs_service/frameworks/native/cloud_daemon_kit_inner/src/
H A Dcloud_daemon_service_proxy.cpp76 unique_lock<mutex> lock(proxyMutex_); in GetInstance()
104 unique_lock<mutex> lock(proxyMutex_); in InvaildInstance()
/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner_lite/src/
H A Dcloud_sync_service_proxy_lite.cpp92 std::unique_lock<std::mutex> proxyLock(proxyMutex_); in GetInstance()
116 std::unique_lock<std::mutex> lock(proxyMutex_); in OnLoadSystemAbilitySuccess()
130 std::unique_lock<std::mutex> lock(proxyMutex_); in OnLoadSystemAbilityFail()
/foundation/filemanagement/user_file_service/services/native/file_access_service/src/
H A Dfile_access_service_proxy.cpp35 std::unique_lock<std::mutex> lock(proxyMutex_); in GetInstance()
78 std::unique_lock<std::mutex> lock(proxyMutex_); in OnLoadSystemAbilitySuccess()
108 std::unique_lock<std::mutex> lock(proxyMutex_); in OnLoadSystemAbilityFail()
117 std::unique_lock<std::mutex> lock(proxyMutex_); in InvaildInstance()
/foundation/filemanagement/dfs_service/frameworks/native/cloud_daemon_kit_inner/include/
H A Dcloud_daemon_service_proxy.h35 static inline std::mutex proxyMutex_; member in OHOS::FileManagement::CloudFile::CloudDaemonServiceProxy
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/include/distributedcamera/
H A Ddcamera_service_state_listener.h40 std::mutex proxyMutex_; member in OHOS::DistributedHardware::DCameraServiceStateListener
/foundation/filemanagement/user_file_service/interfaces/inner_api/file_access/include/
H A Dapp_file_access_ext_connection.h58 std::mutex proxyMutex_; member in OHOS::FileAccessFwk::AppFileAccessExtConnection
/foundation/distributedhardware/distributed_screen/interfaces/innerkits/native_cpp/screen_sink/include/
H A Ddscreen_sink_handler.h54 std::mutex proxyMutex_; member in OHOS::DistributedHardware::DScreenSinkHandler
/foundation/distributedhardware/distributed_hardware_fwk/interfaces/inner_kits/src/ipc/
H A Ddhfwk_sa_manager.cpp73 std::lock_guard<std::mutex> lock(proxyMutex_); in GetDHFWKProxy()
134 std::lock_guard<std::mutex> lock(DHFWKSAManager::GetInstance().proxyMutex_); in OnRemoveSystemAbility()
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_ble_central_manager_server.h60 static std::mutex proxyMutex_; member in OHOS::Bluetooth::BluetoothBleCentralManagerServer
/foundation/filemanagement/user_file_service/services/native/file_access_service/include/
H A Dfile_access_service_proxy.h70 static inline std::mutex proxyMutex_; member in OHOS::FileAccessFwk::FileAccessServiceProxy
/foundation/distributedhardware/distributed_screen/interfaces/innerkits/native_cpp/screen_source/include/
H A Ddscreen_source_handler.h59 std::mutex proxyMutex_; member in OHOS::DistributedHardware::DScreenSourceHandler
/foundation/distributedhardware/distributed_hardware_fwk/interfaces/inner_kits/include/ipc/
H A Ddhfwk_sa_manager.h61 std::mutex proxyMutex_; member in OHOS::DistributedHardware::DHFWKSAManager
/foundation/distributedhardware/distributed_input/sinkhandler/include/
H A Ddistributed_input_sink_handler.h82 std::mutex proxyMutex_; member in OHOS::DistributedHardware::DistributedInput::DistributedInputSinkHandler
/foundation/ability/ability_runtime/interfaces/inner_api/auto_fill_manager/include/
H A Dauto_fill_extension_callback.h89 std::mutex proxyMutex_; member in OHOS::AbilityRuntime::AutoFillExtensionCallback
/foundation/distributedhardware/distributed_input/sourcehandler/include/
H A Ddistributed_input_source_handler.h86 std::mutex proxyMutex_; member in OHOS::DistributedHardware::DistributedInput::DistributedInputSourceHandler
/foundation/filemanagement/dfs_service/frameworks/native/distributed_file_inner/include/
H A Ddistributed_file_daemon_proxy.h73 static inline std::mutex proxyMutex_; member in OHOS::Storage::DistributedFile::DistributedFileDaemonProxy
/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner/include/
H A Dcloud_sync_service_proxy.h76 static inline std::mutex proxyMutex_; member in OHOS::FileManagement::CloudSync::CloudSyncServiceProxy
/foundation/filemanagement/app_file_service/interfaces/inner_api/native/backup_kit_inner/impl/
H A Dservice_proxy.h98 static inline std::mutex proxyMutex_; member in OHOS::FileManagement::Backup::ServiceProxy
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_ble_central_manager_server.cpp318 std::mutex BluetoothBleCentralManagerServer::proxyMutex_; member in OHOS::Bluetooth::BluetoothBleCentralManagerServer
324 std::lock_guard<std::mutex> lock(proxyMutex_); in FreezeByRss()
338 std::lock_guard<std::mutex> lock(proxyMutex_); in ResetAllProxy()
345 std::lock_guard<std::mutex> lock(proxyMutex_); in IsResourceScheduleControlApp()

Completed in 9 milliseconds

12