Home
last modified time | relevance | path

Searched refs:storageMgrProxy (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/account/os_account/services/accountmgr/src/account_iam/
H A Dinner_account_iam_manager.cpp512 auto storageMgrProxy = GetStorageManagerProxy(); in InnerUpdateStorageKey() local
513 if (storageMgrProxy == nullptr) { in InnerUpdateStorageKey()
553 auto storageMgrProxy = GetStorageManagerProxy(); in InnerUpdateStorageKeyContext() local
554 if (storageMgrProxy == nullptr) { in InnerUpdateStorageKeyContext()
589 auto storageMgrProxy = GetStorageManagerProxy(); in InnerUpdateStorageUserAuth() local
590 if (storageMgrProxy == nullptr) { in InnerUpdateStorageUserAuth()
623 auto storageMgrProxy = GetStorageManagerProxy(); in InnerGetLockScreenStatus() local
624 if (storageMgrProxy == nullptr) { in InnerGetLockScreenStatus()
659 if (storageMgrProxy == nullptr) { in InnerUnlockUserScreen()
694 if (storageMgrProxy == nullptr) { in InnerActivateUserKey()
[all …]
/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/src/
H A Dusb_read_only_plugin.cpp180 auto storageMgrProxy = iface_cast<OHOS::StorageManager::IStorageManager>(obj); in GetStorageManager() local
181 if (storageMgrProxy == nullptr) { in GetStorageManager()
184 return storageMgrProxy; in GetStorageManager()
189 auto storageMgrProxy = GetStorageManager(); in ReloadUsbDevice() local
190 if (storageMgrProxy == nullptr) { in ReloadUsbDevice()
194 int32_t storageRet = storageMgrProxy->GetAllVolumes(volList); in ReloadUsbDevice()
203 if (storageMgrProxy->Unmount(vol.GetId()) != ERR_OK) { in ReloadUsbDevice()
207 if (storageMgrProxy->Mount(vol.GetId()) != ERR_OK) { in ReloadUsbDevice()