Searched refs:storageObj (Results 1 – 3 of 3) sorted by relevance
43 auto storageObj = saMgr->GetSystemAbility(STORAGE_MANAGER_MANAGER_ID); in GetStorageManager() local44 if (storageObj == nullptr) { in GetStorageManager()48 return iface_cast<StorageManager::IStorageManager>(storageObj); in GetStorageManager()
419 auto storageObj = saMgr->GetSystemAbility(STORAGE_MANAGER_MANAGER_ID); in GetStorageManager() local420 if (storageObj == nullptr) { in GetStorageManager()425 storageMgrProxy_ = iface_cast<StorageManager::IStorageManager>(storageObj); in GetStorageManager()
1108 SQLiteStorageExecutor storageObj(nullptr, true, true);1109 EXPECT_EQ(storageObj.Reset(), -E_INVALID_DB);1111 EXPECT_EQ(storageObj.GetDbHandle(dbHandle), -E_NOT_FOUND);