| /drivers/peripheral/pin_auth/hdi_service/adaptor/src/ |
| D | file_operator.c | 24 static bool IsFileExist(const char *fileName) in IsFileExist() 38 static int32_t ReadFile(const char *fileName, uint8_t *buf, uint32_t len) in ReadFile() 59 static int32_t WriteFile(const char *fileName, const uint8_t *buf, uint32_t len) in WriteFile() 91 static int32_t GetFileLen(const char *fileName, uint32_t *len) in GetFileLen() 118 static int32_t DeleteFile(const char *fileName) in DeleteFile()
|
| /drivers/peripheral/user_auth/hdi_service/adaptor/src/ |
| D | file_operator.c | 31 IAM_STATIC bool IsFileExist(const char *fileName) in IsFileExist() 45 IAM_STATIC int32_t ReadFile(const char *fileName, uint8_t *buf, uint32_t len) in ReadFile() 67 IAM_STATIC int32_t WriteFile(const char *fileName, const uint8_t *buf, uint32_t len) in WriteFile() 99 IAM_STATIC int32_t GetFileLen(const char *fileName, uint32_t *len) in GetFileLen() 127 IAM_STATIC int32_t DeleteFile(const char *fileName) in DeleteFile()
|
| /drivers/peripheral/pin_auth/hdi_service/database/src/ |
| D | pin_db_ops_base.c | 62 char *fileName, uint32_t fileNameLen) in GenerateFileName() 114 char fileName[MAX_FILE_NAME_LEN] = {'\0'}; in ReadPinFile() local 142 char fileName[MAX_FILE_NAME_LEN] = {'\0'}; in WritePinFile() local
|
| D | pin_db.c | 83 static ResultCode CoverData(const char *fileName, const FileOperator *fileOp) in CoverData() 120 char fileName[MAX_FILE_NAME_LEN] = {'\0'}; in RemovePinFile() local
|
| /drivers/peripheral/display/test/unittest/lite/ |
| D | loadbmp_test.c | 63 int32_t GetBmpInfo(const int8_t *fileName, OsdBitMapFileHeader *bmpFileHeader, OsdBitMapInfo *bmpIn… in GetBmpInfo() 114 static FILE * OpenPicFile(const int8_t *fileName, OsdBitMapFileHeader *fileHeader, OsdBitMapInfo *i… in OpenPicFile() 133 static int32_t LoadPicToBuffer(const int8_t *fileName, OsdLogo *videoLogo, OsdColorFmt enFmt, in LoadPicToBuffer() 276 static int32_t LoadBMPEx(const int8_t *fileName, OsdLogo *videoLogo, OsdColorFmt enFmt) in LoadBMPEx() 304 static int32_t LoadImageEx(const int8_t *fileName, OsdLogo *videoLogo, OsdColorFmt enFmt) in LoadImageEx() 327 int32_t CreateSurfaceByBitMap(const int8_t *fileName, OsdSurface *pstSurface, uint8_t *virAddr, uin… in CreateSurfaceByBitMap()
|
| D | display_test.c | 25 static int32_t LoadBmp(const int8_t *fileName, BufferHandle **buffer) in LoadBmp()
|
| /drivers/hdf_core/framework/tools/hdi-gen/lexer/ |
| D | token.cpp | 31 std::string fileName = in LocInfo() local
|
| /drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/hcs/ |
| D | NapiLog.js | 41 NapiLog.init = function (level, fileName) { argument
|
| /drivers/peripheral/pin_auth/test/unittest/pin_auth/database/src/ |
| D | pin_db_ops_base_test.cpp | 115 char fileName[5] = "test"; variable
|
| /drivers/peripheral/audio/hdi_service/primary_impl/src/ |
| D | audio_common.c | 154 char fileName[FILE_NAME_LEN]; in AudioLogRecord() local
|
| /drivers/peripheral/audio/hal/hdi_passthrough/src/ |
| D | audio_common.c | 132 char fileName[FILE_NAME_LEN]; in AudioLogRecord() local
|
| /drivers/peripheral/camera/vdi_base/common/dump/src/ |
| D | camera_dump.cpp | 142 std::string fileName; in DumpBuffer() local 242 bool CameraDumper::SaveDataToFile(const char *fileName, const void *data, uint32_t size) in SaveDataToFile()
|
| /drivers/hdf_core/framework/tools/hdi-gen/codegen/ |
| D | code_emitter.cpp | 153 …std::string fileName = prefix + (StringHelper::StartWith(suffix, "I") ? suffix.substr(1) : suffix)… in InterfaceToFilePath() local
|
| D | c_code_emitter.cpp | 29 std::string fileName = PackageToFilePath(importAst->GetFullName()); in GetImportInclusions() local
|
| D | cpp_code_emitter.cpp | 61 std::string fileName = (importAst->GetASTFileType() == ASTFileType::AST_SEQUENCEABLE) ? in GetImportInclusions() local
|
| /drivers/hdf_core/framework/tools/hc-gen/src/ |
| D | decompile.cpp | 17 Decompile::Decompile(const std::string &fileName) : isAlign_(false), fileName_(fileName) {} in Decompile()
|
| /drivers/peripheral/display/composer/vdi_base/src/ |
| D | hdi_layer.cpp | 188 std::string fileName = GetFileName(buffer); in DumpLayerBuffer() local
|
| /drivers/peripheral/display/composer/test/common/ |
| D | display_test_utils.cpp | 65 void SaveFile(const char *fileName, uint8_t *data, int size) in SaveFile()
|
| /drivers/peripheral/distributed_audio/hdi_service/common/utils/src/ |
| D | daudio_utils.cpp | 225 void SaveFile(const std::string fileName, uint8_t *audioData, int32_t size) in SaveFile()
|
| /drivers/peripheral/thermal/interfaces/hdi_service/src/ |
| D | thermal_dfx.cpp | 145 std::string fileName(src); in CanonicalizeSpecPath() local
|
| /drivers/peripheral/input/udriver/src/ |
| D | input_device_manager.cpp | 299 …t InputDeviceManager::CreateInputDevListNode(InputDevListNode &inputDevNode, std::string &fileName) in CreateInputDevListNode()
|
| /drivers/interface/display/composer/v1_0/display_command/ |
| D | display_cmd_responser.h | 1052 std::string fileName = GetFileName(devId, layerId, buffer); in DumpLayerBuffer() local
|
| /drivers/peripheral/usb/ddk/device/src/ |
| D | adapter_if.c | 67 static void GetFilePath(const char *path, const char *fileName, char *filePath) in GetFilePath()
|