Home
last modified time | relevance | path

Searched defs:filePtr (Results 1 – 7 of 7) sorted by relevance

/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/test/
Ddlp_file_manager_test.cpp62 std::shared_ptr<DlpFile> filePtr = std::make_shared<DlpFile>(1); variable
88 std::shared_ptr<DlpFile> filePtr = std::make_shared<DlpFile>(i); variable
196 std::shared_ptr<DlpFile> filePtr = std::make_shared<DlpFile>(g_fdDlp); variable
237 std::shared_ptr<DlpFile> filePtr = std::make_shared<DlpFile>(g_fdDlp); variable
279 std::shared_ptr<DlpFile> filePtr = std::make_shared<DlpFile>(g_fdDlp); variable
328 std::shared_ptr<DlpFile> filePtr = std::make_shared<DlpFile>(g_fdDlp); variable
383 std::shared_ptr<DlpFile> filePtr = std::make_shared<DlpFile>(1000); variable
420 std::shared_ptr<DlpFile> filePtr = std::make_shared<DlpFile>(1000); variable
443 std::shared_ptr<DlpFile> filePtr = std::make_shared<DlpFile>(1000); variable
473 std::shared_ptr<DlpFile> filePtr = std::make_shared<DlpFile>(1000); variable
[all …]
Ddlp_file_kits_test.cpp66 std::shared_ptr<DlpFile> filePtr; in CreateDlpFileFd() local
/base/security/dlp_permission_service/interfaces/inner_api/dlp_fuse/src/
Ddlp_link_manager.cpp42 int32_t DlpLinkManager::AddDlpLinkFile(std::shared_ptr<DlpFile>& filePtr, const std::string& dlpLin… in AddDlpLinkFile()
84 int32_t DlpLinkManager::StopDlpLinkFile(std::shared_ptr<DlpFile> &filePtr) in StopDlpLinkFile()
109 int32_t DlpLinkManager::RestartDlpLinkFile(std::shared_ptr<DlpFile> &filePtr) in RestartDlpLinkFile()
134 int32_t DlpLinkManager::ReplaceDlpLinkFile(std::shared_ptr<DlpFile> &filePtr, const std::string &dl… in ReplaceDlpLinkFile()
163 int32_t DlpLinkManager::DeleteDlpLinkFile(std::shared_ptr<DlpFile>& filePtr) in DeleteDlpLinkFile()
212 DlpLinkFile* filePtr = iter->second; in DumpDlpLinkFile() local
/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/src/
Ddlp_file_manager.cpp33 int32_t DlpFileManager::AddDlpFileNode(const std::shared_ptr<DlpFile>& filePtr) in AddDlpFileNode()
48 int32_t DlpFileManager::RemoveDlpFileNode(const std::shared_ptr<DlpFile>& filePtr) in RemoveDlpFileNode()
161 int32_t DlpFileManager::ParseDlpFileFormat(std::shared_ptr<DlpFile>& filePtr, const std::string& wo… in ParseDlpFileFormat()
241 int32_t DlpFileManager::SetDlpFileParams(std::shared_ptr<DlpFile>& filePtr, const DlpProperty& prop… in SetDlpFileParams()
286 …2_t plainFileFd, int32_t dlpFileFd, const DlpProperty& property, std::shared_ptr<DlpFile>& filePtr) in GenerateDlpFile()
315 int32_t DlpFileManager::OpenDlpFile(int32_t dlpFileFd, std::shared_ptr<DlpFile>& filePtr, const std… in OpenDlpFile()
347 std::shared_ptr<DlpFile> filePtr = GetDlpFile(dlpFileFd); in IsDlpFile() local
375 int32_t DlpFileManager::RecoverDlpFile(std::shared_ptr<DlpFile>& filePtr, int32_t plainFd) const in RecoverDlpFile()
/base/security/dlp_permission_service/interfaces/inner_api/dlp_fuse/test/unittest/src/
Ddlp_fuse_test.cpp909 std::shared_ptr<DlpFile> filePtr = nullptr; variable
930 std::shared_ptr<DlpFile> filePtr = std::make_shared<DlpFile>(-1); variable
953 std::shared_ptr<DlpFile> filePtr = nullptr; variable
996 std::shared_ptr<DlpFile> filePtr = std::make_shared<DlpFile>(1000); variable
1063 std::shared_ptr<DlpFile> filePtr = nullptr; variable
1077 std::shared_ptr<DlpFile> filePtr = nullptr; variable
1092 std::shared_ptr<DlpFile> filePtr = nullptr; variable
1108 std::shared_ptr<DlpFile> filePtr = nullptr; variable
1123 std::shared_ptr<DlpFile> filePtr = nullptr; variable
1145 std::shared_ptr<DlpFile> filePtr = nullptr; variable
[all …]
Dfuse_daemon_test.cpp585 std::shared_ptr<DlpFile> filePtr = std::make_shared<DlpFile>(-1); variable
617 std::shared_ptr<DlpFile> filePtr = std::make_shared<DlpFile>(-1); variable
/base/request/request/frameworks/js/napi/src/upload/
Dobtain_file.cpp61 FILE *filePtr = nullptr; in GetDataAbilityFile() local
133 FILE *filePtr = fopen(filePath.c_str(), "r"); in GetInternalFile() local