Home
last modified time | relevance | path

Searched refs:DATABASE (Results 1 - 20 of 20) sorted by relevance

/foundation/filemanagement/storage_service/services/storage_manager/include/storage/
H A Dstorage_status_service.h50 enum BUNDLE_STATS {APP = 0, LOCAL, DISTRIBUTED, DATABASE, CACHE}; enumerator
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/verify/
H A Dverify_manager_host_impl.cpp85 baseType = ServiceConstants::DATABASE; in GetDataDir()
99 baseType = ServiceConstants::DATABASE; in GetDataDir()
113 baseType = ServiceConstants::DATABASE; in GetDataDir()
127 baseType = ServiceConstants::DATABASE; in GetDataDir()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Del5_filekey_callback.cpp88 ServiceConstants::PATH_SEPARATOR + std::to_string(info.userId) + ServiceConstants::DATABASE + info.bundleName; in CheckEl5Dir()
H A Duser_unlocked_event_subscriber.cpp111 ServiceConstants::PATH_SEPARATOR + std::to_string(userId) + ServiceConstants::DATABASE + bundleInfo.name; in CreateBundleDataDir()
245 std::string baseDataDir = baseBundleDataDir + ServiceConstants::DATABASE + bundleInfo.name; in ProcessUpdateAppDataDir()
H A Dbase_bundle_installer.cpp2721 std::string databaseDataDir = baseBundleDataDir + ServiceConstants::DATABASE + info.GetBundleName(); in SetDirApl()
2911 ServiceConstants::DATABASE + info.GetBundleName(); in CreateBundleDataDir()
2986 std::to_string(userId_) + ServiceConstants::DATABASE + bundleName); in GenerateScreenLockProtectionDir()
3040 if (dir.find(ServiceConstants::DATABASE) != std::string::npos) { in CreateScreenLockProtectionExistDirs()
H A Dbundle_mgr_service_event_handler.cpp807 + ServiceConstants::DATABASE + bundleName; in SaveInstallInfoToCache()
3432 std::string databaseDataDir = baseBundleDataDir + ServiceConstants::DATABASE + bundleName; in UpdateAppDataSelinuxLabel()
H A Dbundle_data_mgr.cpp7831 dirs.emplace_back(parentDir + ServiceConstants::DATABASE + el5Param.bundleName); in InnerCreateEl5Dir()
7835 if (dir.find(ServiceConstants::DATABASE) != std::string::npos) { in InnerCreateEl5Dir()
/foundation/filemanagement/dfs_service/interfaces/inner_api/native/cloud_file_kit_inner/big_data_statistics/
H A Dcloud_file_fault_event.h88 DATABASE = 50000000, member in OHOS::FileManagement::CloudFile::FaultScenarioCode::FaultOperation::FaultType
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_service_constants.h69 constexpr const char* DATABASE = "/database/"; member
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/sandbox_app/
H A Dbundle_sandbox_exception_handler.cpp134 std::to_string(userId) + ServiceConstants::DATABASE + innerBundleName; in KeepSandboxDirs()
H A Dbundle_sandbox_installer.cpp263 ServiceConstants::DATABASE + innerDataDir; in CreateSandboxDataDir()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_host_impl.cpp409 std::string databaseParentDir = GetBundleDataDir(el, userId) + ServiceConstants::DATABASE; in AddUserDirDeleteDfx()
491 std::string databaseParentDir = GetBundleDataDir(el, createDirParam.userId) + ServiceConstants::DATABASE; in CreateBundleDataDir()
749 std::string databaseDir = dataDir + ServiceConstants::DATABASE + suffixName; in CleanBundleDataForEl2()
889 std::string databaseDir = GetBundleDataDir(el, userid) + ServiceConstants::DATABASE + suffixName; in CleanBundleDataDirByName()
1591 std::string databaseDir = bundleDataDir + ServiceConstants::DATABASE + extensionBundleDir; in RemoveExtensionDir()
1626 std::string databaseDir = bundleDataDir + ServiceConstants::DATABASE + extensionBundleDir; in IsExistExtensionDir()
1683 std::string databaseParentDir = GetBundleDataDir(el, createDirParam.userId) + ServiceConstants::DATABASE; in CreateExtensionDataDir()
1827 std::string databaseDir = GetBundleDataDir(el, userId) + ServiceConstants::DATABASE + bundleName; in InnerRemoveBundleDataDir()
H A Dinstalld_operator.cpp2031 std::to_string(userId) + ServiceConstants::DATABASE + bundleName); in GenerateKeyIdAndSetPolicy()
/foundation/filemanagement/app_file_service/services/backup_sa/src/module_external/
H A Dbms_adapter.cpp45 enum { APP = 0, LOCAL, DISTRIBUTED, DATABASE, CACHE }; enumerator
110 int64_t dataSize = bundleStats[LOCAL] + bundleStats[DISTRIBUTED] + bundleStats[DATABASE]; in GetBundleStats()
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_install_system_test/
H A Dbms_install_extension_system_test.cpp66 const std::string DATABASE = "/database/"; member
259 std::string databaseParentDir = GetBundleDataDir(el) + DATABASE; in CheckFileNotExist()
285 std::string databaseParentDir = GetBundleDataDir(el) + DATABASE; in CheckFileExist()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/c_adapter/
H A Dbasic_rust_types.rs37 DATABASE,
99 OhCloudExtRustType::DATABASE => VectorCffi::Database(vec![]),
134 VectorCffi::Database(_) => OhCloudExtRustType::DATABASE,
/foundation/distributeddatamgr/udmf/interfaces/innerkits/common/
H A Dunified_meta.h149 DATABASE,
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/common/
H A Dunified_meta.cpp107 { DATABASE, "DATABASE", "general.database" },
/foundation/filemanagement/storage_service/services/storage_manager/storage/src/
H A Dstorage_status_service.cpp332 pkgStats.dataSize_ = bundleStats[LOCAL] + bundleStats[DISTRIBUTED] + bundleStats[DATABASE]; in GetBundleStats()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dbundle_mgr_service_event_handler.cpp321 ServiceConstants::DATABASE + bundleName; in SaveInstallInfoToCache()

Completed in 48 milliseconds