Home
last modified time | relevance | path

Searched defs:fileName (Results 201 – 225 of 999) sorted by relevance

12345678910>>...40

/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Dohos_js_env_logger.cpp37 void JsEnvLogger(JsEnv::JsEnvLogLevel level, const char* fileName, const char* functionName, int li… in JsEnvLogger()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/src/listener/
H A Ddcamera_photo_surface_listener.cpp71 std::string fileName = DUMP_PHOTO_PATH + std::to_string(photoCount_++) + SINK_PHOTO; in OnBufferAvailable() local
/ohos5.0/base/hiviewdfx/hitrace/test/unittest/hitrace_meter/
H A Dhitrace_ndk_test.cpp217 static bool WriteStrToFileInner(const string& fileName, const string& str) in WriteStrToFileInner()
433 string fileName; variable
471 string fileName; variable
636 string fileName; variable
1366 string fileName; variable
1396 string fileName; variable
1434 string fileName; variable
1455 string fileName; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_verifymanager_test/
H A Dbms_bundle_verifymanager_test.cpp136 std::string fileName = BUNDLE_NAME; variable
153 std::string fileName = BUNDLE_NAME; variable
193 std::string fileName = BUNDLE_NAME; variable
/ohos5.0/foundation/resourceschedule/qos_manager/services/src/
H A Dqos_interface.cpp31 char fileName[] = "/proc/self/sched_rtg_ctrl"; in TrivalOpenRtgNode() local
42 char fileName[] = "/dev/auth_ctrl"; in TrivalOpenAuthCtrlNode() local
53 char fileName[] = "/proc/thread-self/sched_qos_ctrl"; in TrivalOpenQosCtrlNode() local
/ohos5.0/foundation/bundlemanager/bundle_framework/common/utils/src/
H A Dbundle_file_util.cpp118 bool BundleFileUtil::CheckFileType(const std::string &fileName, const std::string &extensionName) in CheckFileType()
135 bool BundleFileUtil::CheckFileName(const std::string &fileName) in CheckFileName()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/
H A Drender_service_client_ui_capture_demo.cpp65 bool WriteToPng(const string &fileName, const WriteToPngParam &param) in WriteToPng()
176 bool WriteToPngWithPixelMap(const string &fileName, Media::PixelMap &pixelMap) in WriteToPngWithPixelMap()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/heif_hw_decode/common/
H A Dmock_heif_hw_decode_flow.cpp110 string fileName(dp->d_name); in FindXpsAndIFrameFile() local
138 string fileName = filesystem::path(filePath).filename().string(); in ExtractIFrameNum() local
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/
H A DIconEvent.java9 public IconEvent(long bssid, String fileName, int size, byte[] data) { in IconEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/resource/
H A Dasset_manager.h24 std::string fileName; member
/ohos5.0/base/startup/init/test/unittest/modules/
H A Dmodules_unittest.cpp61 const char *fileName = "ModulesTest"; variable
/ohos5.0/foundation/graphic/graphic_2d/graphic_test/graphic_test_framework/src/
H A Drs_graphic_test_utils.cpp67 bool WriteToPngWithPixelMap(const std::string& fileName, OHOS::Media::PixelMap& pixelMap) in WriteToPngWithPixelMap()
/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/hks_storage/src/
H A Dhks_storage.c42 static HksStorageFileLock *CreateStorageFileLock(const char *path, const char *fileName) in CreateStorageFileLock()
61 const char *path, const char *fileName, uint32_t offset, const uint8_t *buf, uint32_t len) in HksStorageWriteFile()
76 const char *path, const char *fileName, uint32_t offset, struct HksBlob *blob, uint32_t *size) in HksStorageReadFile()
91 static int32_t CleanFile(const char *path, const char *fileName) in CleanFile()
131 static int32_t HksStorageRemoveFile(const char *path, const char *fileName) in HksStorageRemoveFile()
189 static int32_t GetKeyBlobFromFile(const char *path, const char *fileName, struct HksBlob *keyBlob) in GetKeyBlobFromFile()
/ohos5.0/base/hiviewdfx/hiview/base/event_store/store/
H A Dsys_event_database.cpp69 std::string GetEventTypeFromFileName(const std::string& fileName) in GetEventTypeFromFileName()
163 std::string fileName(FileUtil::ExtractFileName(eventFile)); in Backup() local
284 std::string fileName = file.substr(file.rfind(FILE_DELIMIT_STR) + 1); // 1 for skipping '/' in UpdateClearMap() local
376 std::string fileName = file.substr(file.rfind(FILE_DELIMIT_STR) + 1); // 1 for next char in IsContainQueryArg() local
/ohos5.0/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/
H A Dtar_file.cpp191 bool TarFile::I2OcsConvert(const struct stat &st, TarHeader &hdr, string &fileName) in I2OcsConvert()
246 static bool ReadyHeader(TarHeader &hdr, const string &fileName) in ReadyHeader()
275 bool TarFile::AddFile(string &fileName, const struct stat &st, int &err) in AddFile()
319 bool TarFile::WriteFileContent(const string &fileName, off_t size, int &err) in WriteFileContent()
/aosp12/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
H A Dfile_utils.cpp108 const char *const fileName) { in getFilePathBufSize()
112 /* static */ void FileUtils::getFilePath(const char *const dirPath, const char *const fileName, in getFilePath()
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
H A DBiometricUserState.java120 public BiometricUserState(Context context, int userId, @NonNull String fileName) { in BiometricUserState()
204 private File getFileForUser(int userId, @NonNull String fileName) { in getFileForUser()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/quick_fix/
H A Dquick_fix_manager_proxy.cpp169 ErrCode QuickFixManagerProxy::CreateFd(const std::string &fileName, int32_t &fd, std::string &path) in CreateFd()
229 std::string fileName = sourcePath.substr(pos + 1); in CopyFiles() local
/ohos5.0/base/update/updateservice/services/core/ability/utils/src/
H A Dfile_utils.cpp37 int64_t FileUtils::GetFileSize(const std::string &fileName) in GetFileSize()
48 bool FileUtils::IsFileExist(const std::string &fileName) in IsFileExist()
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/service/
H A Dfaultlogger.h39 std::string fileName; member
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/cycle_task/tasks/
H A Ddatabase_backup_task.cpp48 auto fileName = directoryName + "/clouddisk_backup.db"; in RunTaskForBundle() local
/ohos5.0/foundation/multimedia/media_foundation/engine/include/foundation/utils/
H A Ddump_buffer.h44 #define DUMP_BUFFER2FILE(fileName, buffer) OHOS::Media::Pipeline::DumpBufferToFile(fileName, buffer) argument
/ohos5.0/foundation/filemanagement/dfs_service/services/clouddisk_database/src/
H A Dclouddisk_rdbstore.cpp187 const std::string &fileName, CloudDiskFileInfo &info) in LookUp()
291 static int32_t GetFileExtension(const std::string &fileName, std::string &extension) in GetFileExtension()
302 static void FillFileType(const std::string &fileName, ValuesBucket &fileInfo) in FillFileType()
317 static int32_t CheckNameForSpace(const std::string& fileName, const int32_t isDir) in CheckNameForSpace()
335 static int32_t CheckName(const std::string &fileName) in CheckName()
380 const std::string &fileName, const std::string &parentCloudId) in CreateDentry()
412 const std::string &fileName, const std::string &bundleName) in HandleCreateValue()
423 const std::string &fileName) in Create()
546 const std::string &fileName, const std::string &parentCloudId) in WriteUpdateDentry()
1304 std::string &fileName) in GetParentNode()
[all …]
/ohos5.0/foundation/filemanagement/user_file_service/test/unittest/
H A Djs_file_access_ext_ability_test.cpp1474 string fileName; variable
1506 string fileName; variable
1560 string fileName; variable
1608 string fileName; variable
1658 string fileName; variable
1712 string fileName; variable
1750 string fileName; variable
1795 string fileName; variable
/aosp12/frameworks/base/core/jni/
H A Dcom_android_internal_content_NativeLibraryHelper.cpp174 …ileIfChanged(JNIEnv *env, void* arg, ZipFileRO* zipFile, ZipEntryRO zipEntry, const char* fileName) in copyFileIfChanged()
381 char fileName[PATH_MAX]; member in android::NativeLibrariesIterator
410 const char* fileName = it->currentEntry(); in iterateOverNativeFiles() local
462 const char* fileName = it->currentEntry(); in findSupportedAbi() local
529 char fileName[PATH_MAX]; in com_android_internal_content_NativeLibraryHelper_hasRenderscriptBitcode() local

12345678910>>...40