Home
last modified time | relevance | path

Searched defs:sourceFile (Results 1 – 25 of 37) sorted by relevance

12

/ohos5.0/foundation/filemanagement/user_file_service/test/unittest/
H A Dfile_access_ext_stub_impl_test.cpp223 Uri sourceFile(""); variable
248 Uri sourceFile(""); variable
271 Uri sourceFile(""); variable
298 Uri sourceFile(""); variable
323 Uri sourceFile(""); variable
350 Uri sourceFile(""); variable
375 Uri sourceFile(""); variable
403 Uri sourceFile(""); variable
429 Uri sourceFile(""); variable
456 Uri sourceFile(""); variable
[all …]
H A Djs_file_access_ext_ability_other_test.cpp30 Uri sourceFile(""); variable
61 Uri sourceFile(""); variable
115 Uri sourceFile(""); variable
164 Uri sourceFile(""); variable
215 Uri sourceFile(""); variable
246 Uri sourceFile(""); variable
301 Uri sourceFile(""); variable
H A Djs_file_access_ext_ability_test.cpp864 Uri sourceFile(""); variable
892 Uri sourceFile(""); variable
941 Uri sourceFile(""); variable
982 Uri sourceFile(""); variable
1012 Uri sourceFile(""); variable
1054 Uri sourceFile(""); variable
1103 Uri sourceFile(""); variable
1828 Uri sourceFile(""); variable
1858 Uri sourceFile(""); variable
1900 Uri sourceFile(""); variable
[all …]
H A Dabnormal_file_access_test.cpp227 Uri sourceFile(""); variable
278 Uri sourceFile(""); variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dpackage_file.cpp152 static int FileContentCopy(ifstream &sourceFile, ofstream &targetFile, uint64_t fileLen) in FileContentCopy()
228 static int UnpackFileHeader(ifstream &sourceFile, const string &sourceFileName, FileInfo &fileInfo,… in UnpackFileHeader()
307 static int UnpackFileContext(ifstream &sourceFile, FileContext &fileContext) in UnpackFileContext()
356 static int UnpackFileContent(ifstream &sourceFile, const string &targetPath, const FileContext &fil… in UnpackFileContent()
413 static int CopyFilePermissions(const string &sourceFile, const string &targetFile) in CopyFilePermissions()
439 int PackageFile::GetPackageVersion(const std::string &sourceFile, uint32_t &version) in GetPackageVersion()
528 int PackageFile::UnpackFile(const string &sourceFile, const string &targetPath, FileInfo &fileInfo) in UnpackFile()
/ohos5.0/foundation/filemanagement/user_file_service/test/fuzztest/fileaccessextstub_fuzzer/
H A Dfileaccessextabilitymock.h36 int Delete(const Uri &sourceFile) override { return 0; }; in Delete()
37 int Move(const Uri &sourceFile, const Uri &targetParent, Uri &newFile) override { return 0; }; in Move()
42 …int Rename(const Uri &sourceFile, const std::string &displayName, Uri &newFile) override { return … in Rename()
57 …int MoveFile(const Uri &sourceFile, const Uri &targetParent, std::string &fileName, Uri &newFile) … in MoveFile()
/ohos5.0/foundation/filemanagement/user_file_service/interfaces/inner_api/file_access/src/
H A Dfile_access_ext_stub_impl.cpp72 int FileAccessExtStubImpl::Delete(const Uri &sourceFile) in Delete()
85 int FileAccessExtStubImpl::Move(const Uri &sourceFile, const Uri &targetParent, Uri &newFile) in Move()
124 int FileAccessExtStubImpl::Rename(const Uri &sourceFile, const std::string &displayName, Uri &newFi… in Rename()
286 int FileAccessExtStubImpl::MoveItem(const Uri &sourceFile, const Uri &targetParent, std::vector<Res… in MoveItem()
299 int FileAccessExtStubImpl::MoveFile(const Uri &sourceFile, const Uri &targetParent, std::string &fi… in MoveFile()
H A Dfile_access_ext_ability.cpp82 int FileAccessExtAbility::Delete(const Uri &sourceFile) in Delete()
88 int FileAccessExtAbility::Move(const Uri &sourceFile, const Uri &targetParent, Uri &newFile) in Move()
107 int FileAccessExtAbility::Rename(const Uri &sourceFile, const std::string &displayName, Uri &newFil… in Rename()
H A Dfile_access_helper.cpp496 int FileAccessHelper::Move(Uri &sourceFile, Uri &targetParent, Uri &newFile) in Move()
698 int FileAccessHelper::Rename(Uri &sourceFile, const std::string &displayName, Uri &newFile) in Rename()
737 Uri sourceFile(fileInfo.uri); in ListFile() local
768 Uri sourceFile(fileInfo.uri); in ScanFile() local
1119 int FileAccessHelper::MoveItem(Uri &sourceFile, Uri &targetParent, std::vector<Result> &moveResult,… in MoveItem()
1155 int FileAccessHelper::MoveFile(Uri &sourceFile, Uri &targetParent, std::string &fileName, Uri &newF… in MoveFile()
H A Dfile_access_ext_stub.cpp227 std::shared_ptr<Uri> sourceFile(data.ReadParcelable<Uri>()); in CmdMove() local
341 std::shared_ptr<Uri> sourceFile(data.ReadParcelable<Uri>()); in CmdRename() local
723 std::string sourceFile; in CmdMoveItem() local
769 std::string sourceFile; in CmdMoveFile() local
H A Dfile_access_ext_proxy.cpp189 int FileAccessExtProxy::Delete(const Uri &sourceFile) in Delete()
226 int FileAccessExtProxy::Move(const Uri &sourceFile, const Uri &targetParent, Uri &newFile) in Move()
436 int FileAccessExtProxy::Rename(const Uri &sourceFile, const std::string &displayName, Uri &newFile) in Rename()
1025 int FileAccessExtProxy::MoveItem(const Uri &sourceFile, const Uri &targetParent, std::vector<Result… in MoveItem()
1070 int FileAccessExtProxy::MoveFile(const Uri &sourceFile, const Uri &targetParent, std::string &fileN… in MoveFile()
/ohos5.0/base/theme/wallpaper_mgr/utils/src/
H A Dfile_deal.cpp59 bool FileDeal::CopyFile(const std::string &sourceFile, const std::string &newFile) in CopyFile()
74 bool FileDeal::DeleteFile(const std::string &sourceFile) in DeleteFile()
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/util/
H A Doptions.cpp158 void Options::AddSources(const std::string &sourceFile) in AddSources()
178 std::string Options::CheckOutPutFile(const std::string &sourceFile) in CheckOutPutFile()
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/preprocessor/
H A Dpreprocessor.cpp78 for (const auto &sourceFile : sourceFiles) { in UnitPreprocess() local
128 bool Preprocessor::ParseFileDetail(const std::string &sourceFile, FileDetail &info) in ParseFileDetail()
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/preprocessor/
H A Dpreprocessor.cpp71 for (const auto &sourceFile : sourceFiles) { in UnitPreprocess() local
121 bool Preprocessor::ParseFileDetail(const std::string &sourceFile, FileDetail &info) in ParseFileDetail()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/photo_editor_extension_ability/
H A Dphoto_editor_extension_context.cpp121 std::ifstream sourceFile; in CopyImageToPanel() local
/ohos5.0/base/hiviewdfx/hiview/utility/smart_parser/feature_analysis/
H A Dlog_util.cpp124 bool LogUtil::IsTestModel(const string& sourceFile, const string& name, in IsTestModel()
/ohos5.0/foundation/ability/idl_tool/parser/
H A Dparser.cpp34 bool Parser::Parse(const String& sourceFile) in Parse()
760 String sourceFile = lexer_.GetSourceFile()->GetPath(); in LogError() local
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/
H A Dhdi_code_generator.cpp125 std::set<std::string> sourceFile = Options::GetInstance().GetSourceFiles(); in DoGenerate() local
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/codegen/
H A Dcode_generator.cpp118 std::set<std::string> sourceFile = Options::GetInstance().GetSourceFiles(); in Generate() local
/ohos5.0/base/hiviewdfx/hiview/adapter/service/server/src/
H A Dhiview_service_ability.cpp225 std::string sourceFile = configInfoPtr->path + logName; in CopyOrMoveFile() local
250 std::string sourceFile = configInfoPtr->path + logName; in Remove() local
/ohos5.0/base/hiviewdfx/hiview/utility/smart_parser/rule/
H A Dextract_rule.cpp157 bool ExtractRule::IsMatchPath(const string& sourceFile, const string& name, const string& pattern, in IsMatchPath()
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/parser/
H A Dparser.cpp72 bool Parser::ParseOne(const std::string &sourceFile) in ParseOne()
90 bool Parser::Reset(const std::string &sourceFile) in Reset()
2031 std::set<std::string> sourceFile = Options::GetInstance().GetSourceFiles(); in GetGenVersion() local
2053 std::set<std::string> sourceFile = Options::GetInstance().GetSourceFiles(); in GetGenNamespace() local
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/parser/
H A Dparser.cpp63 bool Parser::ParseOne(const std::string &sourceFile) in ParseOne()
80 bool Parser::Reset(const std::string &sourceFile) in Reset()
1919 std::set<std::string> sourceFile = Options::GetInstance().GetSourceFiles(); in GetGenVersion() local
1940 std::set<std::string> sourceFile = Options::GetInstance().GetSourceFiles(); in GetGenNamespace() local
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/util/
H A Doptions.cpp250 void Options::AddSources(const std::string &sourceFile) in AddSources()

12