Home
last modified time | relevance | path

Searched refs:UmountByUser (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/user/
H A Dmount_manager.h78 int32_t UmountByUser(int32_t userId);
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/user/src/
H A Duser_manager.cpp84 return MountManager::GetInstance()->UmountByUser(userId); in StopUser()
H A Dmount_manager.cpp1086 int32_t MountManager::UmountByUser(int32_t userId) in UmountByUser() function in OHOS::StorageDaemon::MountManager