Searched refs:SetQuotaPrjId (Results 1 - 3 of 3) sorted by relevance
/foundation/filemanagement/storage_service/services/storage_daemon/include/quota/ |
H A D | quota_manager.h | 51 int32_t SetQuotaPrjId(const std::string &path, int32_t prjId, bool inherit);
|
/foundation/filemanagement/storage_service/services/storage_daemon/user/src/ |
H A D | mount_manager.cpp | 1258 QuotaManager::GetInstance()->SetQuotaPrjId(StringPrintf(dir.path.c_str(), userId), prjId, true); in SetFafQuotaProId() 1260 QuotaManager::GetInstance()->SetQuotaPrjId(StringPrintf(SHARE_PATH.c_str(), userId), prjId, true); in SetFafQuotaProId()
|
/foundation/filemanagement/storage_service/services/storage_daemon/quota/ |
H A D | quota_manager.cpp | 248 int32_t QuotaManager::SetQuotaPrjId(const std::string &path, int32_t prjId, bool inherit)
in SetQuotaPrjId() function in OHOS::StorageDaemon::QuotaManager
|
Completed in 5 milliseconds