| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/ |
| H A D | relational_store_delegate_impl.cpp | 29 RelationalStoreDelegateImpl::RelationalStoreDelegateImpl(RelationalStoreConnection *conn, const std::string &path) in RelationalStoreDelegateImpl() argument
|
| /foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/test/ |
| H A D | single_store_impl_test.cpp | 1067 std::string path = baseDir; in ChangeOwnerToService() local [all...] |
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/operation/ |
| H A D | single_ver_database_oper.cpp | 31 int SingleVerDatabaseOper::SetSecOpt(const std::string &path, bool isDir) const in SetSecOpt() argument
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
| H A D | distributeddb_interfaces_index_unit_test.cpp | 219 FieldPath path = GenerateFieldPath(level, serial, fullLength); in PrepareCommonInfo() local 226 FieldPath path = GenerateFieldPath(level, serial, fullLength); in PrepareCommonInfo() local 558 FieldPath path = GenerateFieldPath(SchemaConstant::SCHEMA_FEILD_PATH_DEPTH_MAX, serial, true); in PrepareInfoForCreateIndex002() local
|
| /foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/ |
| H A D | backup_manager.cpp | 71 void BackupManager::Prepare(const std::string &path, const std::string &storeId) in Prepare() argument 158 std::string path = baseDir + BACKUP_TOP_PATH + "/" + storeId; in GetBackupFileInfo() local 224 std::string path = baseDir + BACKUP_TOP_PATH + "/" + storeId; in DeleteBackup() local
|
| H A D | security_manager.cpp | 99 bool SecurityManager::SaveDBPassword(const std::string &name, const std::string &path, in SaveDBPassword() argument 110 void SecurityManager::DelDBPassword(const std::string &name, const std::string &path) in DelDBPassword() argument 130 std::vector<uint8_t> SecurityManager::LoadKeyFromFile(const std::string &name, const std::string &path, in LoadKeyFromFile() argument 72 GetDBPassword(const std::string &name, const std::string &path, bool needCreate) GetDBPassword() argument 164 SaveKeyToFile(const std::string &name, const std::string &path, std::vector<uint8_t> &key) SaveKeyToFile() argument 379 KeyFiles(const std::string &name, const std::string &path, bool openFile) KeyFiles() argument [all...] |
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
| H A D | sqlite_single_ver_database_upgrader.cpp | 265 int SQLiteSingleVerDatabaseUpgrader::SetPathSecOptWithCheck(const std::string &path, const SecurityOption &secOption, in SetPathSecOptWithCheck() argument 297 int SQLiteSingleVerDatabaseUpgrader::SetSecOption(const std::string &path, const SecurityOption &secOption, in SetSecOption() argument
|
| /foundation/distributeddatamgr/preferences/frameworks/cj/src/ |
| H A D | preferences_impl.cpp | 40 std::string path; in GetInstancePath() local [all...] |
| /foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/src/ |
| H A D | napi_rdb_store_helper.cpp | 386 std::string path = JSUtils::Convert2String(env, arg); in ParsePath() local
|
| /foundation/distributeddatamgr/preferences/frameworks/js/napi/storage/src/ |
| H A D | napi_storage.cpp | 131 char *path = new (std::nothrow) char[PATH_MAX]; in New() local
|
| /foundation/distributeddatamgr/relational_store/frameworks/cj/include/ |
| H A D | relational_store_utils.h | 41 const char* path; member
|
| /foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
| H A D | sqlite_utils.cpp | 226 auto path = srcFile.substr(pre, end - pre); in Anonymous() local [all...] |
| H A D | rd_connection.cpp | 92 auto path = config.GetPath(); in Delete() local
|
| /foundation/distributedhardware/distributed_camera/common/src/utils/ |
| H A D | dcamera_utils_tools.cpp | 204 char path[PATH_MAX + 1] = {0x00}; in DumpBufferToFile() local 225 char path[PATH_MAX + 1] = {0x00}; in IsUnderDumpMaxSize() local 316 char path[PATH_MAX + 1] = {0x00}; in OpenDumpFileInner() local [all...] |
| /foundation/distributeddatamgr/relational_store/test/native/relational_store_test/unittest/ |
| H A D | relational_store_test.cpp | 612 std::string path = RDB_TEST_PATH + "test"; in HWTEST_F() local
|
| /foundation/distributedhardware/distributed_hardware_fwk/av_transport/common/src/ |
| H A D | av_trans_utils.cpp | 241 char path[PATH_MAX + 1] = {0x00};
in DumpBufferToFile() local
|
| /foundation/distributedhardware/distributed_input/services/sink/transport/src/ |
| H A D | distributed_input_sink_transport.cpp | 688 std::string path = event[INPUT_KEY_PATH]; in RecordEventLog() local
|
| /foundation/filemanagement/app_file_service/tools/backup_tool/src/ |
| H A D | tools_op_incremental_restore_async.cpp | 174 static map<string, tuple<string, struct stat, bool, bool>> ReadyExtManage(const string &path, in ReadyExtManage() argument 216 static void AdapteCloneOptimize(const string &path) in AdapteCloneOptimize() argument [all...] |
| H A D | tools_op_restore_async.cpp | 178 static map<string, tuple<string, struct stat, bool, bool>> ReadyExtManage(const string &path, in ReadyExtManage() argument 220 static void AdapteCloneOptimize(const string &path) in AdapteCloneOptimize() argument 257 string path in RestoreApp() local [all...] |
| /foundation/filemanagement/dfs_service/utils/cloud_disk/src/ |
| H A D | cloud_file_utils.cpp | 165 string CloudFileUtils::GetPathWithoutTmp(const string &path) in GetPathWithoutTmp() argument 184 string CloudFileUtils::GetCloudId(const string &path) in GetCloudId() argument
|
| /foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/ |
| H A D | untar_file.cpp | 61 static bool ForceCreateDirectoryWithMode(const string& path, mode_t mode) in ForceCreateDirectoryWithMode() argument 540 CreateDir(string &path, mode_t mode) CreateDir() argument 575 string path = filePath.substr(0, pos); CreateFile() local [all...] |
| /foundation/filemanagement/app_file_service/utils/src/b_jsonutil/ |
| H A D | b_jsonutil.cpp | 379 bool BJsonUtil::BuildOnProcessErrInfo(std::string &reportInfo, std::string path, int err) in BuildOnProcessErrInfo() argument
|
| /foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner/src/ |
| H A D | cloud_sync_service_proxy.cpp | 565 string path = uri; in StartDownloadFile() local 618 string path = uriVec[i]; in StartFileCache() local 672 string path = uri; StopDownloadFile() local [all...] |
| /foundation/filemanagement/file_api/interfaces/kits/cj/src/ |
| H A D | file_impl.cpp | 54 static int OpenFileByPath(const std::string &path, unsigned int mode) in OpenFileByPath() argument 70 static int OpenFileByDatashare(const std::string &path, int64_t flags) in OpenFileByDatashare() argument 127 static std::tuple<int, std::string> CheckDataShareUri(const std::string &path, uint32_t mode) in CheckDataShareUri() argument 140 static std::tuple<int, std::string> OpenFileByUri(const std::string &path, uint32_t mode) in OpenFileByUri() argument 196 Open(const char* path, int64_t mode) Open() argument 258 string path = "/proc/self/fd/" + to_string(dstFd); Dup() local 329 string path = FileEntity::GetPath(id); GetName() local [all...] |
| /foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/class_randomaccessfile/ |
| H A D | randomaccessfile_n_exporter.cpp | 432 string path = "/proc/self/fd/" + to_string(dstFd); in CreateStream() local
|