Home
last modified time | relevance | path

Searched refs:fileMutex_ (Results 1 - 6 of 6) sorted by relevance

/foundation/filemanagement/app_file_service/utils/src/b_json/
H A Db_json_clear_data_config.cpp98 lock_guard<mutex> autoLock(fileMutex_); in HasClearBundleRecord()
120 lock_guard<mutex> autoLock(fileMutex_); in FindClearBundleRecord()
149 lock_guard<mutex> autoLock(fileMutex_); in InsertClearBundleRecord()
187 lock_guard<mutex> autoLock(fileMutex_); in DeleteClearBundleRecord()
232 lock_guard<mutex> autoLock(fileMutex_); in GetAllClearBundleRecords()
H A Db_json_service_disposal_config.cpp133 lock_guard<mutex> autoLock(fileMutex_); in DeleteFromDisposalConfigFile()
187 lock_guard<mutex> autoLock(fileMutex_); in IfBundleNameInDisposalConfigFile()
231 lock_guard<mutex> autoLock(fileMutex_); in GetBundleNameFromConfigFile()
/foundation/filemanagement/app_file_service/utils/include/b_json/
H A Db_json_service_disposal_config.h72 std::mutex fileMutex_; member in OHOS::FileManagement::Backup::BJsonDisposalConfig
H A Db_json_clear_data_config.h82 std::mutex fileMutex_; member in OHOS::FileManagement::Backup::BJsonClearDataConfig
/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dimage_source.h393 std::mutex fileMutex_; member in OHOS::HDI::Display::Graphic::Common::OHOS::Media::DecodeEvent::ImageDecodingState::SourceDecodingState::SourceInfoState::ImageSource
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp1719 std::unique_lock<std::mutex> guardFile(fileMutex_);
1950 std::unique_lock<std::mutex> guard(fileMutex_);

Completed in 8 milliseconds