| /base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/test/ |
| D | dlp_file_manager_test.cpp | 82 std::shared_ptr<DlpFile> filePtr; variable 113 std::shared_ptr<DlpFile> filePtr = std::make_shared<DlpZipFile>(i, DLP_TEST_DIR, i, "txt"); variable 249 std::shared_ptr<DlpFile> filePtr = std::make_shared<DlpRawFile>(g_fdDlp, "txt"); variable 289 std::shared_ptr<DlpFile> filePtr = std::make_shared<DlpRawFile>(g_fdDlp, "txt"); variable 343 std::shared_ptr<DlpFile> filePtr = std::make_shared<DlpRawFile>(g_fdDlp, "txt"); variable 392 std::shared_ptr<DlpFile> filePtr = std::make_shared<DlpRawFile>(g_fdDlp, "txt"); variable 453 std::shared_ptr<DlpFile> filePtr = std::make_shared<DlpZipFile>(1000, DLP_TEST_DIR, 0, "txt"); variable 490 std::shared_ptr<DlpFile> filePtr = std::make_shared<DlpZipFile>(1000, DLP_TEST_DIR, 0, "txt"); variable 513 std::shared_ptr<DlpFile> filePtr = std::make_shared<DlpZipFile>(1000, DLP_TEST_DIR, 0, "txt"); variable 543 std::shared_ptr<DlpFile> filePtr = std::make_shared<DlpZipFile>(1000, DLP_TEST_DIR, 0, "txt"); variable [all …]
|
| D | dlp_raw_file_test.cpp | 63 std::shared_ptr<DlpRawFile> filePtr = std::make_shared<DlpRawFile>(-1, "mp4"); variable 77 std::shared_ptr<DlpRawFile> filePtr = std::make_shared<DlpRawFile>(-1, "mp4"); variable 127 std::shared_ptr<DlpRawFile> filePtr = std::make_shared<DlpRawFile>(-1, "mp4"); variable 177 std::shared_ptr<DlpRawFile> filePtr = std::make_shared<DlpRawFile>(-1, "mp4"); variable 227 std::shared_ptr<DlpRawFile> filePtr = std::make_shared<DlpRawFile>(-1, "mp4"); variable 277 std::shared_ptr<DlpRawFile> filePtr = std::make_shared<DlpRawFile>(-1, "mp4"); variable 325 std::shared_ptr<DlpRawFile> filePtr = std::make_shared<DlpRawFile>(-1, "mp4"); variable 338 std::shared_ptr<DlpRawFile> filePtr = std::make_shared<DlpRawFile>(-1, "mp4"); variable 352 std::shared_ptr<DlpRawFile> filePtr = std::make_shared<DlpRawFile>(-1, "mp4"); variable
|
| D | dlp_zip_file_test.cpp | 63 std::shared_ptr<DlpZipFile> filePtr = std::make_shared<DlpZipFile>(-1, DLP_TEST_DIR, 0, "txt"); variable 76 std::shared_ptr<DlpZipFile> filePtr = std::make_shared<DlpZipFile>(-1, DLP_TEST_DIR, 0, "txt"); variable
|
| D | dlp_file_kits_test.cpp | 109 std::shared_ptr<DlpFile> filePtr; in CreateDlpFileFd() local
|
| D | dlp_file_operator_test.cpp | 379 std::shared_ptr<DlpFile> filePtr = nullptr; variable
|
| /base/security/dlp_permission_service/interfaces/inner_api/dlp_fuse/test/unittest/src/ |
| D | dlp_fuse_test.cpp | 763 std::shared_ptr<DlpFile> filePtr = nullptr; variable 785 std::shared_ptr<DlpFile> filePtr = std::make_shared<DlpZipFile>(-1, DLP_TEST_DIR, 0, "txt"); variable 809 std::shared_ptr<DlpFile> filePtr = nullptr; variable 854 std::shared_ptr<DlpFile> filePtr = std::make_shared<DlpZipFile>(1000, DLP_TEST_DIR, 0, "txt"); variable 922 std::shared_ptr<DlpFile> filePtr = nullptr; variable 936 std::shared_ptr<DlpFile> filePtr = nullptr; variable 951 std::shared_ptr<DlpFile> filePtr = nullptr; variable 967 std::shared_ptr<DlpFile> filePtr = nullptr; variable 982 std::shared_ptr<DlpFile> filePtr = nullptr; variable 1004 std::shared_ptr<DlpFile> filePtr = nullptr; variable [all …]
|
| D | fuse_daemon_test.cpp | 643 std::shared_ptr<DlpFile> filePtr = std::make_shared<DlpZipFile>(-1, DLP_TEST_DIR, 0, "txt"); variable 675 std::shared_ptr<DlpFile> filePtr = std::make_shared<DlpZipFile>(-1, DLP_TEST_DIR, 0, "txt"); variable
|
| /base/security/dlp_permission_service/interfaces/inner_api/dlp_fuse/src/ |
| D | dlp_link_manager.cpp | 55 int32_t DlpLinkManager::AddDlpLinkFile(const std::shared_ptr<DlpFile>& filePtr, const std::string& … in AddDlpLinkFile() 98 int32_t DlpLinkManager::StopDlpLinkFile(const std::shared_ptr<DlpFile>& filePtr) in StopDlpLinkFile() 123 int32_t DlpLinkManager::RestartDlpLinkFile(const std::shared_ptr<DlpFile>& filePtr) in RestartDlpLinkFile() 148 int32_t DlpLinkManager::ReplaceDlpLinkFile(const std::shared_ptr<DlpFile>& filePtr, const std::stri… in ReplaceDlpLinkFile() 177 int32_t DlpLinkManager::DeleteDlpLinkFile(const std::shared_ptr<DlpFile>& filePtr) in DeleteDlpLinkFile() 226 DlpLinkFile* filePtr = iter->second; in DumpDlpLinkFile() local
|
| /base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/src/ |
| D | dlp_file_manager.cpp | 49 int32_t DlpFileManager::AddDlpFileNode(const std::shared_ptr<DlpFile>& filePtr) in AddDlpFileNode() 69 int32_t DlpFileManager::RemoveDlpFileNode(const std::shared_ptr<DlpFile>& filePtr) in RemoveDlpFileNode() 226 … DlpFileManager::UpdateDlpFile(const std::vector<uint8_t>& cert, std::shared_ptr<DlpFile>& filePtr) in UpdateDlpFile() 271 int32_t DlpFileManager::SetDlpFileParams(std::shared_ptr<DlpFile>& filePtr, const DlpProperty& prop… in SetDlpFileParams() 401 std::shared_ptr<DlpFile>& filePtr) in GenRawDlpFile() 419 std::shared_ptr<DlpFile>& filePtr, const std::string& workDir) in GenZipDlpFile() 450 …2_t plainFileFd, int32_t dlpFileFd, const DlpProperty& property, std::shared_ptr<DlpFile>& filePtr, in GenerateDlpFile() 540 int32_t DlpFileManager::DlpRawHmacCheckAndUpdata(std::shared_ptr<DlpFile>& filePtr, in DlpRawHmacCheckAndUpdata() 554 int32_t DlpFileManager::OpenRawDlpFile(int32_t dlpFileFd, std::shared_ptr<DlpFile>& filePtr, const … in OpenRawDlpFile() 601 int32_t DlpFileManager::ParseZipDlpFileAndAddNode(std::shared_ptr<DlpFile>& filePtr, const std::str… in ParseZipDlpFileAndAddNode() [all …]
|
| D | dlp_file_operator.cpp | 178 …rpriseSpaceDlpPermissionKit::EnterpriseSpaceParseDlpFileProperty(std::shared_ptr<DlpFile>& filePtr, in EnterpriseSpaceParseDlpFileProperty() 216 std::shared_ptr<DlpFile>& filePtr, std::string& workDir) in EnterpriseSpacePrepareWorkDir() 266 …terpriseSpaceDlpPermissionKit::EnterpriseSpaceParseDlpFileFormat(std::shared_ptr<DlpFile>& filePtr, in EnterpriseSpaceParseDlpFileFormat() 299 std::shared_ptr<DlpFile> filePtr = nullptr; in EncryptDlpFile() local 330 std::shared_ptr<DlpFile> filePtr = nullptr; in DecryptDlpFile() local 359 std::shared_ptr<DlpFile> filePtr = nullptr; in QueryDlpFileProperty() local
|
| /base/request/request/frameworks/js/napi/request/src/upload/ |
| D | obtain_file.cpp | 61 FILE *filePtr = nullptr; in GetDataAbilityFile() local 133 FILE *filePtr = fopen(filePath.c_str(), "r"); in GetInternalFile() local
|
| /base/hiviewdfx/hiview/framework/native/unified_collection/collector/impl/io/ |
| D | io_collector_impl.cpp | 312 FILE *filePtr = fopen(fileName.c_str(), "w"); in ExportDiskStats() local 443 FILE *filePtr = fopen(fileName.c_str(), "w"); in ExportEMMCInfo() local 580 FILE *filePtr = fopen(fileName.c_str(), "w"); in ExportAllProcIoStats() local 631 FILE *filePtr = fopen(fileName.c_str(), "w"); in ExportSysIoStats() local
|