Home
last modified time | relevance | path

Searched defs:path (Results 3176 - 3200 of 4592) sorted by relevance

1...<<121122123124125126127128129130>>...184

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
H A Drelational_store_delegate_impl.cpp29 RelationalStoreDelegateImpl::RelationalStoreDelegateImpl(RelationalStoreConnection *conn, const std::string &path) in RelationalStoreDelegateImpl() argument
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/test/
H A Dsingle_store_impl_test.cpp1067 std::string path = baseDir; in ChangeOwnerToService() local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/operation/
H A Dsingle_ver_database_oper.cpp31 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 Ddistributeddb_interfaces_index_unit_test.cpp219 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 Dbackup_manager.cpp71 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 Dsecurity_manager.cpp99 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 Dsqlite_single_ver_database_upgrader.cpp265 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 Dpreferences_impl.cpp40 std::string path; in GetInstancePath() local
[all...]
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/src/
H A Dnapi_rdb_store_helper.cpp386 std::string path = JSUtils::Convert2String(env, arg); in ParsePath() local
/foundation/distributeddatamgr/preferences/frameworks/js/napi/storage/src/
H A Dnapi_storage.cpp131 char *path = new (std::nothrow) char[PATH_MAX]; in New() local
/foundation/distributeddatamgr/relational_store/frameworks/cj/include/
H A Drelational_store_utils.h41 const char* path; member
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dsqlite_utils.cpp226 auto path = srcFile.substr(pre, end - pre); in Anonymous() local
[all...]
H A Drd_connection.cpp92 auto path = config.GetPath(); in Delete() local
/foundation/distributedhardware/distributed_camera/common/src/utils/
H A Ddcamera_utils_tools.cpp204 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 Drelational_store_test.cpp612 std::string path = RDB_TEST_PATH + "test"; in HWTEST_F() local
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/common/src/
H A Dav_trans_utils.cpp241 char path[PATH_MAX + 1] = {0x00}; in DumpBufferToFile() local
/foundation/distributedhardware/distributed_input/services/sink/transport/src/
H A Ddistributed_input_sink_transport.cpp688 std::string path = event[INPUT_KEY_PATH]; in RecordEventLog() local
/foundation/filemanagement/app_file_service/tools/backup_tool/src/
H A Dtools_op_incremental_restore_async.cpp174 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 Dtools_op_restore_async.cpp178 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 Dcloud_file_utils.cpp165 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 Duntar_file.cpp61 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 Db_jsonutil.cpp379 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 Dcloud_sync_service_proxy.cpp565 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 Dfile_impl.cpp54 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 Drandomaccessfile_n_exporter.cpp432 string path = "/proc/self/fd/" + to_string(dstFd); in CreateStream() local

Completed in 26 milliseconds

1...<<121122123124125126127128129130>>...184