Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/app_file_service/services/backup_sa/src/module_external/
H A Dsms_adapter.cpp43 auto storageObj = saMgr->GetSystemAbility(STORAGE_MANAGER_MANAGER_ID); in GetStorageManager() local
44 if (storageObj == nullptr) { in GetStorageManager()
48 return iface_cast<StorageManager::IStorageManager>(storageObj); in GetStorageManager()
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/device/
H A Ddevice_manager_agent.cpp419 auto storageObj = saMgr->GetSystemAbility(STORAGE_MANAGER_MANAGER_ID); in GetStorageManager() local
420 if (storageObj == nullptr) { in GetStorageManager()
425 storageMgrProxy_ = iface_cast<StorageManager::IStorageManager>(storageObj); in GetStorageManager()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_storage_sqlite_single_ver_natural_executor_test.cpp1108 SQLiteStorageExecutor storageObj(nullptr, true, true);
1109 EXPECT_EQ(storageObj.Reset(), -E_INVALID_DB);
1111 EXPECT_EQ(storageObj.GetDbHandle(dbHandle), -E_NOT_FOUND);