Home
last modified time | relevance | path

Searched defs:filePtr (Results 1 - 21 of 21) sorted by relevance

/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/source/file/
H A Daudio_capturer_file_source.h63 FILE *filePtr = nullptr; member in OHOS::AudioStandard::AudioCapturerFileSource
/third_party/musl/libc-test/src/functionalext/supplement/mman/mman_gtest/
H A Dmman_mmap_test.cpp30 void CloseFileAndRemove(const char* path, FILE* filePtr, int fd) in CloseFileAndRemove() argument
/base/request/request/frameworks/js/napi/src/upload/
H A Dobtain_file.cpp61 FILE *filePtr = nullptr; in GetDataAbilityFile() local
133 FILE *filePtr = fopen(filePath.c_str(), "r"); in GetInternalFile() local
[all...]
/foundation/multimedia/media_foundation/src/osal/filesystem/
H A Dfile_system.cpp126 auto filePtr = fopen(fullPath.c_str(), "w+"); in ClearFileContent() local
/base/security/dlp_permission_service/interfaces/inner_api/dlp_fuse/src/
H A Ddlp_link_manager.cpp59 int32_t DlpLinkManager::AddDlpLinkFile(const std::shared_ptr<DlpFile>& filePtr, const std::string& dlpLinkName) in AddDlpLinkFile() argument
102 int32_t DlpLinkManager::StopDlpLinkFile(const std::shared_ptr<DlpFile>& filePtr) in StopDlpLinkFile() argument
127 int32_t DlpLinkManager::RestartDlpLinkFile(const std::shared_ptr<DlpFile>& filePtr) in RestartDlpLinkFile() argument
152 ReplaceDlpLinkFile(const std::shared_ptr<DlpFile>& filePtr, const std::string& dlpLinkName) ReplaceDlpLinkFile() argument
181 DeleteDlpLinkFile(const std::shared_ptr<DlpFile>& filePtr) DeleteDlpLinkFile() argument
230 DlpLinkFile* filePtr = iter->second; DumpDlpLinkFile() local
[all...]
/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/test/
H A Ddlp_file_kits_test.cpp99 std::shared_ptr<DlpFile> filePtr; in CreateDlpFileFd() local
H A Ddlp_file_manager_test.cpp80 std::shared_ptr<DlpFile> filePtr; in HWTEST_F() local
111 std::shared_ptr<DlpFile> filePtr = std::make_shared<DlpFile>(i, DLP_TEST_DIR, i, false); HWTEST_F() local
229 std::shared_ptr<DlpFile> filePtr = std::make_shared<DlpFile>(g_fdDlp, DLP_TEST_DIR, 0, false); HWTEST_F() local
272 std::shared_ptr<DlpFile> filePtr = std::make_shared<DlpFile>(g_fdDlp, DLP_TEST_DIR, 0, false); HWTEST_F() local
315 std::shared_ptr<DlpFile> filePtr = std::make_shared<DlpFile>(g_fdDlp, DLP_TEST_DIR, 0, false); HWTEST_F() local
365 std::shared_ptr<DlpFile> filePtr = std::make_shared<DlpFile>(g_fdDlp, DLP_TEST_DIR, 0, false); HWTEST_F() local
426 std::shared_ptr<DlpFile> filePtr = std::make_shared<DlpFile>(1000, DLP_TEST_DIR, 0, false); HWTEST_F() local
463 std::shared_ptr<DlpFile> filePtr = std::make_shared<DlpFile>(1000, DLP_TEST_DIR, 0, false); HWTEST_F() local
486 std::shared_ptr<DlpFile> filePtr = std::make_shared<DlpFile>(1000, DLP_TEST_DIR, 0, false); HWTEST_F() local
516 std::shared_ptr<DlpFile> filePtr = std::make_shared<DlpFile>(1000, DLP_TEST_DIR, 0, false); HWTEST_F() local
540 std::shared_ptr<DlpFile> filePtr = std::make_shared<DlpFile>(1000, DLP_TEST_DIR, 0, false); HWTEST_F() local
569 std::shared_ptr<DlpFile> filePtr; HWTEST_F() local
589 std::shared_ptr<DlpFile> filePtr; HWTEST_F() local
609 std::shared_ptr<DlpFile> filePtr; HWTEST_F() local
658 std::shared_ptr<DlpFile> filePtr = nullptr; HWTEST_F() local
[all...]
/foundation/multimedia/media_foundation/engine/foundation/osal/filesystem/
H A Dfile_system.cpp124 auto filePtr = fopen(fullPath.c_str(), "w+"); in ClearFileContent() local
/base/security/dlp_permission_service/interfaces/inner_api/dlp_fuse/test/unittest/src/
H A Dfuse_daemon_test.cpp618 std::shared_ptr<DlpFile> filePtr = std::make_shared<DlpFile>(-1, DLP_TEST_DIR, 0, false); in HWTEST_F() local
650 std::shared_ptr<DlpFile> filePtr = std::make_shared<DlpFile>(-1, DLP_TEST_DIR, 0, false); in HWTEST_F() local
H A Ddlp_fuse_test.cpp732 std::shared_ptr<DlpFile> filePtr = nullptr; in HWTEST_F() local
753 std::shared_ptr<DlpFile> filePtr = std::make_shared<DlpFile>(-1, DLP_TEST_DIR, 0, false); in HWTEST_F() local
776 std::shared_ptr<DlpFile> filePtr = nullptr; HWTEST_F() local
819 std::shared_ptr<DlpFile> filePtr = std::make_shared<DlpFile>(1000, DLP_TEST_DIR, 0, false); HWTEST_F() local
887 std::shared_ptr<DlpFile> filePtr = nullptr; HWTEST_F() local
901 std::shared_ptr<DlpFile> filePtr = nullptr; HWTEST_F() local
916 std::shared_ptr<DlpFile> filePtr = nullptr; HWTEST_F() local
932 std::shared_ptr<DlpFile> filePtr = nullptr; HWTEST_F() local
947 std::shared_ptr<DlpFile> filePtr = nullptr; HWTEST_F() local
969 std::shared_ptr<DlpFile> filePtr = nullptr; HWTEST_F() local
991 std::shared_ptr<DlpFile> filePtr = nullptr; HWTEST_F() local
1012 std::shared_ptr<DlpFile> filePtr = nullptr; HWTEST_F() local
1030 std::shared_ptr<DlpFile> filePtr = nullptr; HWTEST_F() local
1056 std::shared_ptr<DlpFile> filePtr = nullptr; HWTEST_F() local
1081 std::shared_ptr<DlpFile> filePtr = nullptr; HWTEST_F() local
[all...]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/stream/src/
H A Dfile_source_stream.cpp90 FILE *filePtr = fopen(realPath.c_str(), "rb"); in CreateSourceStream() local
118 FILE *filePtr = fdopen(dupFd, "rb"); in CreateSourceStream() local
154 FILE *filePtr = fdopen(dupFd, "rb"); CreateSourceStream() local
[all...]
/foundation/multimedia/media_library/frameworks/services/media_thumbnail/src/
H A Dthumbnail_source_loading.cpp130 FILE* filePtr = fopen(tmpPath, "rb"); in IsLocalSourceAvailable() local
/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/cloud_disk/
H A Dfile_operations_helper.cpp220 PutCloudDiskFile(struct CloudDiskFuseData *data, shared_ptr<CloudDiskFile> filePtr, int64_t key) PutCloudDiskFile() argument
H A Dfile_operations_cloud.cpp101 shared_ptr<CloudDiskFile> filePtr = FileOperationsHelper::FindCloudDiskFile(data, fi->fh); in InitFileAttr() local
329 auto filePtr = FileOperationsHelper::FindCloudDiskFile(data, fi->fh); in CloudOpen() local
402 auto filePtr = InitFileAttr(data, fi); Open() local
564 auto filePtr = InitFileAttr(data, fi); Create() local
1250 auto filePtr = FileOperationsHelper::FindCloudDiskFile(data, fi->fh); Read() local
1369 auto filePtr = FileOperationsHelper::FindCloudDiskFile(data, fi->fh); WriteBuf() local
1441 shared_ptr<CloudDiskFile> filePtr = FileOperationsHelper::FindCloudDiskFile(data, fi->fh); Release() local
1497 auto filePtr = FileOperationsHelper::FindCloudDiskFile(data, fi->fh); SetAttr() local
1536 shared_ptr<CloudDiskFile> filePtr = FileOperationsHelper::FindCloudDiskFile(data, fi->fh); Lseek() local
[all...]
/foundation/filemanagement/dfs_service/test/unittests/cloud_disk/mock/
H A Dfile_operations_helper_mock.cpp213 PutCloudDiskFile(struct CloudDiskFuseData *data, shared_ptr<CloudDiskFile> filePtr, int64_t key) PutCloudDiskFile() argument
H A Dfile_operations_cloud_mock.cpp78 shared_ptr<CloudDiskFile> filePtr = FileOperationsHelper::FindCloudDiskFile(data, fi->fh); in InitFileAttr() local
/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/src/
H A Ddlp_file_manager.cpp44 int32_t DlpFileManager::AddDlpFileNode(const std::shared_ptr<DlpFile>& filePtr) in AddDlpFileNode() argument
64 int32_t DlpFileManager::RemoveDlpFileNode(const std::shared_ptr<DlpFile>& filePtr) in RemoveDlpFileNode() argument
221 UpdateDlpFile(bool isNeedAdapter, uint32_t oldCertSize, const std::string& workDir, const std::vector<uint8_t>& cert, std::shared_ptr<DlpFile>& filePtr) UpdateDlpFile() argument
249 ParseDlpFileFormat(std::shared_ptr<DlpFile>& filePtr, const std::string& workDir, const std::string& appId) ParseDlpFileFormat() argument
323 SetDlpFileParams(std::shared_ptr<DlpFile>& filePtr, const DlpProperty& property) const SetDlpFileParams() argument
415 GenerateDlpFile( int32_t plainFileFd, int32_t dlpFileFd, const DlpProperty& property, std::shared_ptr<DlpFile>& filePtr, const std::string& workDir) GenerateDlpFile() argument
507 OpenDlpFile(int32_t dlpFileFd, std::shared_ptr<DlpFile>& filePtr, const std::string& workDir, const std::string& appId) OpenDlpFile() argument
558 RecoverDlpFile(std::shared_ptr<DlpFile>& filePtr, int32_t plainFd) const RecoverDlpFile() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/image/
H A Dimage_file_cache.cpp377 dirent* filePtr = readdir(dir.get()); in SetCacheFileInfo() local
/third_party/icu/icu4c/source/test/perf/ubrkperf/
H A Dubrkperfold.cpp319 UniChar* filePtr = text; in doForwardTest() local
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_util.cpp133 IFile* filePtr = nullptr; in LoadBuffer() local
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/
H A Dimage_source_test.cpp871 auto filePtr = ImageSource::CreateImageSource(fd, 0, fSize, opts, errorCode); in HWTEST_F() local
886 auto filePtr = ImageSource::CreateImageSource(fd, 0, 0, opts, errorCode); in HWTEST_F() local
904 auto filePtr = ImageSource::CreateImageSource(fd, offset, fSize, opts, errorCode); in HWTEST_F() local
920 auto filePtr = ImageSource::CreateImageSource(fd, 0, fSize, opts, errorCode); in HWTEST_F() local
935 auto filePtr = ImageSource::CreateImageSource(fd, 0, 100, opts, errorCode); in HWTEST_F() local
[all...]

Completed in 21 milliseconds