Home
last modified time | relevance | path

Searched refs:GenerateFileName (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/drivers/peripheral/pin_auth/test/unittest/pin_auth/database/src/
H A Dpin_db_ops_base_test.cpp117 ResultCode result = GenerateFileName(templateId, nullptr, suffix, fileName, fileNameLen);
120 result = GenerateFileName(templateId, prefix, nullptr, fileName, fileNameLen);
123 result = GenerateFileName(templateId, prefix, suffix, nullptr, fileNameLen);
126 result = GenerateFileName(templateId, prefix, suffix, fileName, fileNameLen);
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/database/src/
H A Dpin_db_ops_base.c61 ResultCode GenerateFileName(uint64_t templateId, const char *prefix, const char *suffix, in GenerateFileName() function
115 …ResultCode ret = GenerateFileName(templateId, DEFAULT_FILE_HEAD, suffix, fileName, MAX_FILE_NAME_L… in ReadPinFile()
143 …ResultCode ret = GenerateFileName(templateId, DEFAULT_FILE_HEAD, suffix, fileName, MAX_FILE_NAME_L… in WritePinFile()
H A Dpin_db.c121 …ResultCode ret = GenerateFileName(templateId, DEFAULT_FILE_HEAD, suffix, fileName, MAX_FILE_NAME_L… in RemovePinFile()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/
H A Dsnapshot_surface.cpp54 string GenerateFileName() in GenerateFileName() function
154 string filename = GenerateFileName(); in main()
/ohos5.0/foundation/window/window_manager/snapshot/test/unittest/
H A Dsnapshot_display_test.cpp117 imgPath[i] = SnapShotUtils::GenerateFileName(i);
146 imgPath[i] = SnapShotUtils::GenerateFileName(i);
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/database/inc/
H A Dpin_db_ops_base.h37 ResultCode GenerateFileName(uint64_t templateId, const char *prefix, const char *suffix,
/ohos5.0/foundation/window/window_manager/snapshot/include/
H A Dsnapshot_utils.h53 static std::string GenerateFileName(int offset = 0);
/ohos5.0/foundation/window/window_manager/snapshot/src/
H A Dsnapshot_utils.cpp88 std::string SnapShotUtils::GenerateFileName(int offset) in GenerateFileName() function in OHOS::SnapShotUtils
474 cmdArgments.fileName = GenerateFileName(); in ProcessArgs()