Home
last modified time | relevance | path

Searched refs:GetFile (Results 1 – 25 of 28) sorted by relevance

12

/ohos5.0/foundation/distributeddatamgr/udmf/framework/jskitsimpl/data/
H A Dfile_napi.cpp70 FileNapi *FileNapi::GetFile(napi_env env, napi_callback_info info, std::shared_ptr<ContextBase> ctx… in GetFile() function in OHOS::UDMF::FileNapi
82 auto file = GetFile(env, info, ctxt); in GetDetails()
115 auto file = GetFile(env, info, ctxt); in GetUri()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/src/utils/
H A Dlogger.cpp180 logger << IF_COLOR("\033[34m") << logger.GetFile() << " "; in AppendFileLine()
189 logger << IF_COLOR("\033[34m") << logger.GetFile() << " "; in AppendFileFuncLine()
281 const std::string &Logger::GetFile() const in GetFile() function in OHOS::Rosen::TextEngine::Logger
/ohos5.0/foundation/filemanagement/app_file_service/tests/unittests/backup_utils/b_filesystem/
H A Db_dir_test.cpp377 auto [errCode, subFiles, subSmallFiles] = GetFile(path);
379 auto [errCode1, subFiles1, subSmallFiles1] = GetFile(pathData, PATH_MAX_LEN);
380 auto [errCode2, subFiles2, subSmallFiles2] = GetFile(pathData);
/ohos5.0/foundation/distributeddatamgr/udmf/interfaces/jskits/data/
H A Dfile_napi.h42 …static FileNapi *GetFile(napi_env env, napi_callback_info info, std::shared_ptr<ContextBase> ctxt);
/ohos5.0/base/request/request/frameworks/js/napi/include/upload/
H A Dobtain_file.h36 uint32_t GetFile(FILE **file, const std::string &fileUri, uint32_t &fileSize,
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialib_statistic_test/src/
H A Dmedia_space_statistics_test.cpp48 std::unique_ptr<FileAsset> GetFile(int mediaTypeId);
170 g_oneImageSize = GetFile(MEDIA_TYPE_IMAGE)->GetSize(); in SetUpTestCase()
171 g_oneVideoSize = GetFile(MEDIA_TYPE_VIDEO)->GetSize(); in SetUpTestCase()
172 g_oneAudioSize = GetFile(MEDIA_TYPE_AUDIO)->GetSize(); in SetUpTestCase()
221 std::unique_ptr<FileAsset> GetFile(int mediaTypeId) in GetFile() function
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/test/unittest/common/
H A Devent_logger_test.cpp262 int result = eventLogger->GetFile(sysEvent, logFile, true);
265 result = eventLogger->GetFile(sysEvent, logFile, false);
271 result = eventLogger->GetFile(sysEvent, logFile, false);
274 result = eventLogger->GetFile(sysEvent, logFile, true);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_engine/unittest/rosen_text/skia_test/
H A Dtexgine_test.cpp56 std::string str = logger1.GetFile();
/ohos5.0/base/theme/wallpaper_mgr/frameworks/native/include/
H A Di_wallpaper_service.h68 virtual ErrorCode GetFile(int32_t wallpaperType, int32_t &wallpaperFd) = 0;
H A Dwallpaper_manager.h86 ErrorCode GetFile(int32_t wallpaperType, int32_t &wallpaperFd);
H A Dwallpaper_service_proxy.h40 ErrorCode GetFile(int32_t wallpaperType, int32_t &wallpaperFd) override;
/ohos5.0/base/theme/wallpaper_mgr/test/unittest/
H A Dwallpaper_permission_test.cpp133 OHOS::WallpaperMgrService::WallpaperManager::GetInstance().GetFile(LOCKSCREEN, wallpaperFd);
H A Dwallpaper_test.cpp627 ErrorCode wallpaperErrorCode = WallpaperManager::GetInstance().GetFile(SYSTYEM, wallpaperFd);
641 ErrorCode wallpaperErrorCode = WallpaperManager::GetInstance().GetFile(LOCKSCREEN, wallpaperFd);
655 …ErrorCode wallpaperErrorCode = WallpaperManager::GetInstance().GetFile(INVALID_WALLPAPER_TYPE, wal…
670 ErrorCode wallpaperErrorCode = WallpaperManager::GetInstance().GetFile(SYSTYEM, wallpaperFd);
/ohos5.0/base/request/request/frameworks/js/napi/src/upload/
H A Dobtain_file.cpp32 uint32_t ObtainFile::GetFile(FILE **file, const std::string &fileUri, unsigned int &fileSize, in GetFile() function in OHOS::Request::Upload::ObtainFile
H A Dupload_task.cpp107 uint32_t ret = obtainFile.GetFile(&file, f.uri, fileSize, context_); in InitFileArray()
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/include/
H A Devent_logger.h123 int GetFile(std::shared_ptr<SysEvent> event, std::string& logFile, bool isFfrt);
/ohos5.0/foundation/filemanagement/app_file_service/utils/src/b_filesystem/
H A Db_dir.cpp64 static tuple<ErrCode, map<string, struct stat>, map<string, size_t>> GetFile(const string &path, of… in GetFile() function
114 return GetFile(path, size); in GetDirFilesDetail()
/ohos5.0/base/theme/wallpaper_mgr/test/fuzztest/wallpapermanager_fuzzer/
H A Dwallpaper_manager_fuzzer.cpp166 WallpaperMgrService::WallpaperManager::GetInstance().GetFile(wallpaperType, wallpaperFd); in GetFileFuzzTest()
/ohos5.0/base/theme/wallpaper_mgr/frameworks/native/src/
H A Dwallpaper_manager.cpp178 ErrorCode WallpaperManager::GetFile(int32_t wallpaperType, int32_t &wallpaperFd) in GetFile() function in OHOS::WallpaperMgrService::WallpaperManager
191 ErrorCode wallpaperErrorCode = wallpaperServerProxy->GetFile(wallpaperType, wallpaperFd); in GetFile()
H A Dwallpaper_service_proxy.cpp66 ErrorCode WallpaperServiceProxy::GetFile(int32_t wallpaperType, int32_t &wallpaperFd) in GetFile() function in OHOS::WallpaperMgrService::WallpaperServiceProxy
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/
H A Devent_logger.cpp162 int EventLogger::GetFile(std::shared_ptr<SysEvent> event, std::string& logFile, bool isFfrt) in GetFile() function in OHOS::HiviewDFX::EventLogger
206 int ffrtFd = GetFile(event, ffrtFile, true); in StartFfrtDump()
321 int fd = GetFile(event, logFile, false); in StartLogCollect()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/export/texgine/utils/
H A Dlogger.h66 const std::string &GetFile() const;
/ohos5.0/base/theme/wallpaper_mgr/services/include/
H A Dwallpaper_service.h70 ErrorCode GetFile(int32_t wallpaperType, int32_t &wallpaperFd) override;
/ohos5.0/base/theme/wallpaper_mgr/services/src/
H A Dwallpaper_service_stub.cpp310 ErrorCode wallpaperErrorCode = GetFile(wallpaperType, wallpaperFd); in OnGetFile()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/media_library_asset_manager_test/src/
H A Dmedia_library_asset_manager_test.cpp51 std::unique_ptr<FileAsset> GetFile(int mediaTypeId);

12