Searched refs:storageMgrProxy (Results 1 – 2 of 2) sorted by relevance
512 auto storageMgrProxy = GetStorageManagerProxy(); in InnerUpdateStorageKey() local513 if (storageMgrProxy == nullptr) { in InnerUpdateStorageKey()553 auto storageMgrProxy = GetStorageManagerProxy(); in InnerUpdateStorageKeyContext() local554 if (storageMgrProxy == nullptr) { in InnerUpdateStorageKeyContext()589 auto storageMgrProxy = GetStorageManagerProxy(); in InnerUpdateStorageUserAuth() local590 if (storageMgrProxy == nullptr) { in InnerUpdateStorageUserAuth()623 auto storageMgrProxy = GetStorageManagerProxy(); in InnerGetLockScreenStatus() local624 if (storageMgrProxy == nullptr) { in InnerGetLockScreenStatus()659 if (storageMgrProxy == nullptr) { in InnerUnlockUserScreen()694 if (storageMgrProxy == nullptr) { in InnerActivateUserKey()[all …]
180 auto storageMgrProxy = iface_cast<OHOS::StorageManager::IStorageManager>(obj); in GetStorageManager() local181 if (storageMgrProxy == nullptr) { in GetStorageManager()184 return storageMgrProxy; in GetStorageManager()189 auto storageMgrProxy = GetStorageManager(); in ReloadUsbDevice() local190 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()