/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/importfile_fuzzer/ |
H A D | importfile_fuzzer.cpp | 71 std::string dataDir; in LLVMFuzzerTestOneInput() local
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/metadata/ |
H A D | store_meta_data_local.h | 40 std::string dataDir = ""; member
|
H A D | store_meta_data.h | 54 std::string dataDir = ""; member
|
/foundation/filemanagement/storage_service/services/storage_manager/include/storage/ |
H A D | storage_status_service.h | 47 const std::vector<std::string> dataDir = {"app", "local", "distributed", "database", "cache"};
member in OHOS::StorageManager::StorageStatusService
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/ |
H A D | multi_ver_kvdata_storage.h | 46 std::string dataDir; member
|
H A D | multi_ver_natural_store_commit_storage.cpp | 169 std::string dataDir = property.path + ("/" + property.identifierName + "/" + DBConstant::MULTI_SUB_DIR + "/"); in Remove() local
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aging/ |
H A D | recently_unused_bundle_aging_handler.cpp | 172 std::string dataDir = in GetCachePath() local
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/operation/ |
H A D | multi_ver_database_oper.cpp | 178 std::string dataDir = multiVerNaturalStore_->GetDbProperties().GetStringProp(KvDBProperties::DATA_DIR, ""); in BackupCurrentDatabase() local 267 std::string dataDir = multiVerNaturalStore_->GetDbProperties().GetStringProp(KvDBProperties::DATA_DIR, ""); in ImportDatabase() local
|
H A D | single_ver_database_oper.cpp | 490 const std::string dataDir = properties.GetStringProp(KvDBProperties::DATA_DIR, ""); in InitDataBaseOption() local
|
H A D | database_oper.cpp | 378 std::string dataDir = property.GetStringProp(KvDBProperties::DATA_DIR, ""); in GetWorkDir() local 420 std::string dataDir = property.GetStringProp(KvDBProperties::DATA_DIR, ""); in InitImportFileInfo() local
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/ |
H A D | single_ver_utils.cpp | 53 std::string dataDir = kvDBProp.GetStringProp(KvDBProperties::DATA_DIR, ""); in GetSubDirPath() local
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/include/ |
H A D | auto_launch_export.h | 32 std::string dataDir; member
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/ |
H A D | bundle_mgr_client.cpp | 205 GetDirByBundleNameAndAppIndex(const std::string &bundleName, const int32_t appIndex, std::string &dataDir) GetDirByBundleNameAndAppIndex() argument
|
H A D | bundle_mgr_client_impl.cpp | 533 GetDirByBundleNameAndAppIndex(const std::string &bundleName, const int32_t appIndex, std::string &dataDir) GetDirByBundleNameAndAppIndex() argument
|
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/bundle_daemon/src/ |
H A D | bundle_daemon_handler.cpp | 137 std::string dataDir = std::string(dataPath); in CreateDataDirectory() local
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/ |
H A D | param_check_utils.cpp | 27 bool ParamCheckUtils::CheckDataDir(const std::string &dataDir, std::string &canonicalDir) in CheckDataDir() argument
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
H A D | object_manager_test.cpp | 405 std::string dataDir = "/data/app/el2/100/database"; in HWTEST_F() local
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/kv/ |
H A D | sqlite_local_kvdb.cpp | 70 std::string dataDir = kvDBProp.GetStringProp(KvDBProperties::DATA_DIR, ""); in Open() local 296 std::string dataDir = kvDBProp.GetStringProp(KvDBProperties::DATA_DIR, ""); in InitDataBaseOption() local
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/ |
H A D | kv_store_delegate_manager.cpp | 482 std::string dataDir = GetKvStorePath(); in GetKvStoreDiskSize() local 543 bool KvStoreDelegateManager::IsDataDirSafe(const std::string &dataDir, std::string &canonicalDir) const in IsDataDirSafe() argument
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/ |
H A D | generic_kvdb.cpp | 385 std::string dataDir = properties.GetStringProp(KvDBProperties::DATA_DIR, ""); in GetStoreDirectory() local
|
/foundation/filemanagement/app_file_service/services/backup_sa/src/module_external/ |
H A D | bms_adapter.cpp | 51 const vector<string> dataDir = {"app", "local", "distributed", "database", "cache"}; member
|
/foundation/ability/ability_runtime/frameworks/simulator/common/include/ |
H A D | application_info.h | 129 std::string dataDir; member
|
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_client_system_test/ |
H A D | bundle_mgr_client_system_test.cpp | 2445 std::string dataDir; in HWTEST_F() local 2459 std::string dataDir; in HWTEST_F() local 2474 std::string dataDir; in HWTEST_F() local
|
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_install_system_test/ |
H A D | bms_install_extension_system_test.cpp | 240 std::string dataDir = "/data/app/" + in GetBundleDataDir() local
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/udmf/store/ |
H A D | runtime_store.cpp | 520 void RuntimeStore::SetDelegateManager(const std::string &dataDir, const std::string &appId, const std::string &userId,
in SetDelegateManager() argument
|