Home
last modified time | relevance | path

Searched defs:fileName (Results 1 - 25 of 484) sorted by relevance

12345678910>>...20

/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dutils.cpp21 bool RealPath(const std::string& fileName, char* realPath) in RealPath() argument
/foundation/arkui/ui_lite/test/uitest/test_render/
H A Dui_auto_test_render.cpp35 const char* fileName = "ui_test_render_001.bmp"; in UIKitRenderTestRender001() local
42 const char* fileName = "ui_test_render_measure_001.bmp"; in UIKitRenderTestRenderMeasure001() local
/foundation/filemanagement/user_file_service/interfaces/kits/native/trash/include/
H A Dfile_info.h24 std::string fileName; member
/foundation/communication/netstack/frameworks/js/napi/http/cache/lru_cache/src/
H A Ddisk_handler.cpp24 DiskHandler::DiskHandler(std::string fileName) : fileName_(std::move(fileName)) {} in DiskHandler() argument
/foundation/filemanagement/app_file_service/interfaces/inner_api/native/backup_kit_inner/impl/
H A Db_file_info.h30 std::string fileName; member
/foundation/ability/idl_tool/idl_tool_2/lexer/
H A Dtoken.cpp38 std::string fileName = in LocInfo() local
/foundation/arkui/ace_engine/adapter/ohos/capability/preference/
H A Dstorage_impl.h32 auto fileName = AceApplicationInfo::GetInstance().GetDataFileDirPath(); in StorageImpl() local
H A Dstorage_impl.cpp19 std::shared_ptr<NativePreferences::Preferences> StorageImpl::GetPreference(const std::string& fileName) in GetPreference() argument
/foundation/bundlemanager/bundle_framework/common/test/unittest/common_appexecfwk_log_test/
H A Dappexecfwk_log_test.cpp68 std::string fileName = "../foundation/appexecfwk/test.cpp"; in HWTEST_F() local
85 std::string fileName = "test.cpp"; in HWTEST_F() local
/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_utils.h75 static inline void CheckReturnValue(const std::string &fileName, const std::string &funcName, bool ret) in CheckReturnValue() argument
/foundation/communication/netstack/frameworks/native/tls_socket/src/
H A Dtls_utils.cpp33 bool CheckFilePath(const std::string &fileName, std::string &realPath) in CheckFilePath() argument
/foundation/ai/ai_engine/services/common/utils/file_operation/source/
H A Dfile_operation.cpp28 int GetFileSize(const char *fileName, long int &fileSize) in GetFileSize() argument
62 int ReadFile(const char *fileName, long long fileSize, long long countNumber, char *buffer) in ReadFile() argument
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/
H A Dextension_plugin_info_test.cpp133 std::string fileName = ""; in HWTEST_F() local
/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Dohos_js_env_logger.cpp32 void JsEnvLogger(JsEnv::JsEnvLogLevel level, const char* fileName, const char* functionName, int line, in JsEnvLogger() argument
/foundation/arkui/ace_engine/frameworks/base/resource/
H A Dasset_manager.h24 std::string fileName; member
/foundation/arkui/ace_engine/frameworks/core/common/rosen/
H A Drosen_asset_manager.cpp63 bool RSAssetManager::GetFileInfo(const std::string& fileName, MediaFileInfo& fileInfo) const in GetFileInfo() argument
/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Drs_dir_asset_provider.h60 std::string fileName = basePath_ + assetName; variable
104 std::string fileName = basePath_ + assetName; variable
/foundation/arkui/napi/test/fuzztest/executejsbin_fuzzer/
H A Dexecutejsbin_fuzzer.cpp37 void ExecuteJsBin(const std::string& fileName) in ExecuteJsBin() argument
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_stream_installer_host_impl/
H A Dbms_bundle_stream_installer_host_impl_test.cpp71 std::string fileName = "/data/entry-default-signed.hap"; in HWTEST_F() local
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dextractor_util.cpp41 bool ExtractorUtil::ExtractFileByName(const std::string &fileName, std::ostream &dest) const in ExtractFileByName() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/common/
H A Drs_common_tools.cpp50 std::string fileName = dst + localTime + "_w" + std::to_string(w) + "_h" + std::to_string(h) + in SavePixelmapToFile() local
/foundation/graphic/graphic_2d/graphic_test/graphic_test_framework/src/
H A Drs_graphic_test_utils.cpp69 bool WriteToPngWithPixelMap(const std::string& fileName, OHOS::Media::PixelMap& pixelMap) in WriteToPngWithPixelMap() argument
/foundation/filemanagement/user_file_service/test/unittest/
H A Dexternal_file_access_test_management.cpp330 std::string fileName = "a"; in HWTEST_F() local
589 std::string fileName = "a"; HWTEST_F() local
[all...]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dmock_directory_ex_test.cpp69 const string fileName = "a"; in HWTEST_F() local
/foundation/multimedia/media_foundation/src/osal/utils/
H A Ddump_buffer.cpp33 void DumpAVBufferToFile(const std::string& para, const std::string& fileName, const std::shared_ptr<AVBuffer>& buffer) in DumpAVBufferToFile() argument

Completed in 10 milliseconds

12345678910>>...20