Home
last modified time | relevance | path

Searched defs:path (Results 3051 - 3075 of 4008) sorted by relevance

1...<<121122123124125126127128129130>>...161

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/src/
H A Djson_common.cpp249 JsonFieldPath SplitePath(const JsonFieldPath &path, bool &isCollapse) in SplitePath() argument
269 JsonFieldPath ExpendPathForField(const JsonFieldPath &path, bool &isCollapse) in ExpendPathForField() argument
292 JsonObjectIterator(const JsonObject &obj, const JsonFieldPath &path, std::function<bool(const JsonFieldPath &path, const JsonObject &father, const JsonObject &item)> AppendFoo) JsonObjectIterator() argument
306 JsonObjectIterator(const JsonObject &obj, JsonFieldPath path, std::function<bool(JsonFieldPath &path, const JsonObject &item)> matchFoo) JsonObjectIterator() argument
503 JsonNodeAppend(const JsonObject &src, const JsonFieldPath &path, const JsonObject &father, const JsonObject &item, int &externErrCode) JsonNodeAppend() argument
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/include/
H A Ddistributeddb_nb_test_tools.h256 const std::string path = ""; member
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/test/unittest/api/
H A Ddocumentdb_find_test.cpp1472 std::string path = "./dataShare.db"; in HWTEST_F() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Dcloud_db_sync_utils_test.cpp43 void CloudDBSyncUtilsTest::SetStorePath(const std::string &path) in SetStorePath() argument
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/store/
H A Dgeneral_value.h86 std::string path; member
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/
H A Dextension_util.cpp396 unsigned char *path = nullptr; in ConvertAssetLeft() local
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dsingle_store_impl.cpp40 std::string path = options.GetDatabaseDir(); in SingleStoreImpl() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/oh_adapter/src/
H A Drd_json_object.cpp623 int JsonObject::DeleteItemDeeplyOnTarget(const JsonFieldPath &path) in DeleteItemDeeplyOnTarget() argument
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_utils_extend.cpp134 auto path = reinterpret_cast<const char *>(sqlite3_value_text(argv[1])); in JsonExtractByPath() local
210 auto path = reinterpret_cast<const char *>(sqlite3_value_text(argv[1])); in FlatBufferExtractByPath() local
[all...]
/foundation/distributeddatamgr/pasteboard/framework/test/src/
H A Dpaste_data_test.cpp112 std::string path = "/data/local/tmp/pasteboardtest/"; in HWTEST_F() local
139 std::string path = "/data/local/tmp/pasteboardTest/"; in HWTEST_F() local
[all...]
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_sqlite_shared_result_set_test.cpp933 std::string path = RdbSqliteSharedResultSetTest::store->GetPath(); in HWTEST_F() local
964 std::string path = RdbSqliteSharedResultSetTest::store->GetPath(); in HWTEST_F() local
1000 std::string path = RdbSqliteSharedResultSetTest::store->GetPath(); in HWTEST_F() local
/foundation/distributedhardware/distributed_audio/common/src/
H A Ddaudio_util.cpp527 char path[PATH_MAX + 1] = {0x00}; in SaveFile() local
/foundation/distributeddatamgr/relational_store/test/native/relational_store_test/unittest/
H A Drdb_store_test.cpp1545 std::string path = RdbTest::store->GetPath(); in HWTEST_F() local
1576 std::string path = RdbTest::store->GetPath(); in HWTEST_F() local
1612 std::string path = RdbTest::store->GetPath(); in HWTEST_F() local
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentloader/
H A Dcomponent_loader.cpp501 char path[PATH_MAX + 1] = {0x00}; in ParseConfig() local
/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/ipc/
H A Dcloud_sync_service.cpp551 int32_t CloudSyncService::StartDownloadFile(const std::string &path) in StartDownloadFile() argument
565 int32_t CloudSyncService::StopDownloadFile(const std::string &path, bool needClean) in StopDownloadFile() argument
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/ipc/
H A Ddaemon.cpp174 auto path = ConnectionDetector::ParseHmdfsPath(); in OpenP2PConnection() local
213 auto path = ConnectionDetector::ParseHmdfsPath(); in ConnectionCount() local
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dkey_backup.cpp508 void KeyBackup::CleanFile(const std::string &path) in CleanFile() argument
663 bool KeyBackup::GetRealPath(const std::string &path, st argument
746 GetAttr(const std::string &path, struct FileAttr &attr) GetAttr() argument
759 SetAttr(const std::string &path, struct FileAttr &attr) SetAttr() argument
[all...]
H A Dfbex.cpp104 std::string path = FBEX_UFS_INLINE_SUPPORT_PREFIX + baseAddr + FBEX_UFS_INLINE_SUPPORT_END; in IsFBEXSupported() local
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/
H A Dsoftbus_handler_asset.cpp502 int32_t SoftBusHandlerAsset::MkDir(const std::string &path, mode_t mode) in MkDir() argument
507 bool SoftBusHandlerAsset::MkDirRecurse(const std::string& path, mode_t mode) in MkDirRecurse() argument
533 IsDir(const std::string &path) IsDir() argument
590 RemoveFile(const std::string &path, bool isRemove) RemoveFile() argument
[all...]
/foundation/filemanagement/app_file_service/interfaces/common/src/
H A Dsandbox_helper.cpp196 static int32_t GetPathSuffix(const std::string &path, string &pathSuffix) in GetPathSuffix() argument
269 string path = sandboxPath; in ParseMediaSandboxPath() local
272 ss << path; ParseMediaSandboxPath() local
413 IsValidPath(const std::string &path) IsValidPath() argument
[all...]
/foundation/filemanagement/app_file_service/interfaces/innerkits/native/remote_file_share/src/
H A Dremote_file_share.cpp132 static int CreateShareDir(const std::string &path) in CreateShareDir() argument
[all...]
/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A Dcopy.cpp140 std::string CopyImpl::GetRealPath(const std::string& path) in GetRealPath() argument
156 bool CopyImpl::IsFile(const std::string &path) in IsFile() argument
167 std::tuple<int, uint64_t> CopyImpl::GetFileSize(const std::string &path) in GetFileSize() argument
217 int CopyImpl::MakeDir(const std::string &path) in MakeDir() argument
294 IsDirectory(const std::string &path) IsDirectory() argument
321 GetDirSize(std::shared_ptr<FileInfos> infos, std::string path) GetDirSize() argument
[all...]
H A Dfile_fs_ffi.cpp123 RetDataI64 FfiOHOSFileFsCreateStream(const char* path, const char* mode) in FfiOHOSFileFsCreateStream() argument
155 RetDataI64 FfiOHOSFileFsLstat(const char* path) in FfiOHOSFileFsLstat() argument
337 int32_t FfiOHOSFileFsMkdir(const char* path, bool recursion, bool isTwoArgs) in FfiOHOSFileFsMkdir() argument
345 int32_t FfiOHOSFileFsRmdir(const char* path) in FfiOHOSFileFsRmdir() argument
369 int32_t FfiOHOSFileFsUnlink(const char* path) in FfiOHOSFileFsUnlink() argument
454 FfiOHOSFileFsAccess(const char* path) FfiOHOSFileFsAccess() argument
486 FfiOHOSFileFsReadLines(char* path, char* encoding) FfiOHOSFileFsReadLines() argument
519 FfiOHOSFileListFile(const char* path, CListFileOptions options) FfiOHOSFileListFile() argument
575 FfiOHOSFileFsReadText(char* path, int64_t offset, bool hasLen, int64_t len, char* encoding) FfiOHOSFileFsReadText() argument
586 FfiOHOSFileFsUtimes(char* path, double mtime) FfiOHOSFileFsUtimes() argument
594 FfiOHOSFileFsCreateWatcher(char* path, uint32_t events, void (*callback)(CWatchEvent)) FfiOHOSFileFsCreateWatcher() argument
[all...]
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
H A Dprop_n_exporter.cpp100 string path; member
105 static int UvAccess(const string &path, int mode) in UvAccess() argument
117 static bool IsCloudOrDistributedFilePath(const string &path) in IsCloudOrDistributedFilePath() argument
162 static int HandleLocalCheck(const string &path, int mode) in HandleLocalCheck() argument
193 AccessCore(const string &path, int mode, int flag = DEFAULT_FLAG) AccessCore() argument
401 MkdirCore(const string &path) MkdirCore() argument
412 MkdirExec(const string &path, bool recursion, bool hasOption) MkdirExec() argument
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_client.cpp448 int ObexClient::SetPath(uint8_t flag, const std::u16string &path) in SetPath() argument

Completed in 34 milliseconds

1...<<121122123124125126127128129130>>...161