Home
last modified time | relevance | path

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

/foundation/filemanagement/app_file_service/services/backup_sa/include/module_ipc/
H A Dservice.h35 struct ExtensionMutexInfo { struct
38 ExtensionMutexInfo(std::string bundleName_) : bundleName(bundleName_) {}; in ExtensionMutexInfo() function
289 std::shared_ptr<ExtensionMutexInfo> GetExtensionMutex(const BundleName &bundleName);
540 std::map<BundleName, std::shared_ptr<ExtensionMutexInfo>> backupExtMutexMap_;
/foundation/filemanagement/app_file_service/tests/mock/module_ipc/
H A Dservice_mock.cpp257 std::shared_ptr<ExtensionMutexInfo> Service::GetExtensionMutex(const BundleName &bundleName) in GetExtensionMutex()
259 return make_shared<ExtensionMutexInfo>(bundleName); in GetExtensionMutex()
/foundation/filemanagement/app_file_service/services/backup_sa/src/module_ipc/
H A Dservice_incremental.cpp89 std::shared_ptr<ExtensionMutexInfo> Service::GetExtensionMutex(const BundleName &bundleName) in GetExtensionMutex()
95 backupExtMutexMap_[bundleName] = std::make_shared<ExtensionMutexInfo>(bundleName); in GetExtensionMutex()
510 std::shared_ptr<ExtensionMutexInfo> mutexPtr = GetExtensionMutex(callerName); in AppIncrementalDone()
H A Dsub_service.cpp188 std::shared_ptr<ExtensionMutexInfo> mutexPtr = GetExtensionMutex(callerName); in AppDone()
H A Dservice.cpp817 std::shared_ptr<ExtensionMutexInfo> mutexPtr = GetExtensionMutex(bundleName); in NotifyCloneBundleFinish()
948 std::shared_ptr<ExtensionMutexInfo> mutexPtr = GetExtensionMutex(callName); in ExtConnectDied()
1900 std::shared_ptr<ExtensionMutexInfo> mutexPtr = GetExtensionMutex(bundleName);
/foundation/filemanagement/app_file_service/tests/unittests/backup_sa/module_ipc/
H A Dservice_other_test.cpp113 std::shared_ptr<ExtensionMutexInfo> Service::GetExtensionMutex(const BundleName &bundleName) in GetExtensionMutex()
115 return make_shared<ExtensionMutexInfo>(bundleName); in GetExtensionMutex()

Completed in 9 milliseconds