Home
last modified time | relevance | path

Searched defs:syncMutex_ (Results 1 – 13 of 13) sorted by relevance

/foundation/multimedia/av_session/services/session/adapter/
Dability_manager_adapter.h49 std::mutex syncMutex_; variable
/foundation/multimedia/media_library/frameworks/services/media_cloud_sync_notify_handle/include/
Dcloud_sync_observer.h48 std::mutex syncMutex_; variable
/foundation/multimedia/av_codec/services/services/codec/ipc/
Dcodec_listener_stub.h71 std::shared_ptr<std::recursive_mutex> syncMutex_; variable
/foundation/multimedia/media_library/frameworks/services/media_cloud_sync/include/
Dcloud_sync_helper.h56 std::mutex syncMutex_; variable
/foundation/multimedia/av_session/frameworks/js/napi/session/include/
Dnapi_avsession.h136 static std::mutex syncMutex_; variable
/foundation/multimedia/av_codec/services/services/codec/client/
Dcodec_client.h114 std::shared_ptr<std::recursive_mutex> syncMutex_ = nullptr; variable
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/demuxer/
Dffmpeg_demuxer_plugin.h210 std::mutex syncMutex_; variable
/foundation/multimedia/av_codec/services/engine/codec/video/fcodec/
Dfcodec.h174 std::mutex syncMutex_; variable
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
Dcloud_syncer.h447 std::mutex syncMutex_; // Clean Cloud Data and Sync are mutually exclusive variable
/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
Dadapter_manager.cpp78 std::recursive_mutex syncMutex_ = {}; member
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
Dble_adapter.cpp119 std::recursive_mutex syncMutex_ {}; member
/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
Dclassic_adapter.cpp35 std::recursive_mutex syncMutex_ {}; member
/foundation/multimedia/av_session/frameworks/js/napi/session/src/
Dnapi_avsession.cpp88 std::mutex NapiAVSession::syncMutex_; member in OHOS::AVSession::NapiAVSession