Home
last modified time | relevance | path

Searched defs:formatName (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/base/security/crypto_framework/test/unittest/src/
H A Dcrypto_ed25519_asy_key_generator_test.cpp283 const char *formatName = keyPair->pubKey->base.getFormat(&(keyPair->pubKey->base)); variable
340 const char *formatName = keyPair->priKey->base.getFormat(&(keyPair->priKey->base)); variable
468 const char *formatName = keyPair->pubKey->base.getFormat(&(keyPair->pubKey->base)); variable
528 const char *formatName = keyPair->priKey->base.getFormat(&(keyPair->priKey->base)); variable
867 const char *formatName = keyPair->pubKey->base.getFormat(nullptr); variable
959 const char *formatName = formatName = keyPair->priKey->base.getFormat(nullptr); variable
1081 const char *formatName = formatName = keyPair->pubKey->base.getFormat(nullptr); variable
1145 const char *formatName = formatName = keyPair->priKey->base.getFormat(nullptr); variable
H A Dcrypto_x25519_asy_key_generator_test.cpp222 const char *formatName = keyPair->pubKey->base.getFormat(&(keyPair->pubKey->base)); variable
273 const char *formatName = keyPair->priKey->base.getFormat(&(keyPair->priKey->base)); variable
392 const char *formatName = keyPair->pubKey->base.getFormat(&(keyPair->pubKey->base)); variable
447 const char *formatName = keyPair->priKey->base.getFormat(&(keyPair->priKey->base)); variable
H A Dcrypto_dh_asy_key_generator_test.cpp526 …const char *formatName = g_dh1536KeyPair->pubKey->base.getFormat(&(g_dh1536KeyPair->pubKey->base)); variable
560 …const char *formatName = g_dh1536KeyPair->priKey->base.getFormat(&(g_dh1536KeyPair->priKey->base)); variable
650 …const char *formatName = g_dh1536KeyPair->pubKey->base.getFormat(&(g_dh1536KeyPair->pubKey->base)); variable
685 …const char *formatName = g_dh1536KeyPair->priKey->base.getFormat(&(g_dh1536KeyPair->priKey->base)); variable
978 const char *formatName = g_dh1536KeyPair->pubKey->base.getFormat(nullptr); variable
1022 const char *formatName = formatName = keyPair->priKey->base.getFormat(nullptr); variable
H A Dcrypto_dh_asy_key_generator_by_spec_test.cpp659 const char *formatName = g_dhKeyPair->pubKey->base.getFormat(&(g_dhKeyPair->pubKey->base)); variable
693 const char *formatName = g_dhKeyPair->priKey->base.getFormat(&(g_dhKeyPair->priKey->base)); variable
978 const char *formatName = g_dhKeyPair->pubKey->base.getFormat(nullptr); variable
1014 const char *formatName = g_dhKeyPair->priKey->base.getFormat(nullptr); variable
H A Dcrypto_x25519_asy_key_generator_by_spec_test.cpp252 const char *formatName = keyPair->pubKey->base.getFormat(&(keyPair->pubKey->base)); variable
324 const char *formatName = keyPair->priKey->base.getFormat(&(keyPair->priKey->base)); variable
H A Dcrypto_ed25519_asy_key_generator_by_spec_test.cpp269 const char *formatName = keyPair->pubKey->base.getFormat(&(keyPair->pubKey->base)); variable
342 const char *formatName = keyPair->priKey->base.getFormat(&(keyPair->priKey->base)); variable
/ohos5.0/base/security/crypto_framework/common/src/
H A Dparams_parser.c293 HcfResult GetFormatValueByFormatName(const char *formatName, HcfFormatValue *formatValue) in GetFormatValueByFormatName()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dimage_format_convert_test.cpp199 …std::string formatName = GetNamedPixelFormat(srcFormat) + "To" + GetNamedPixelFormat(destFormat) +… in RgbConvertToYuv() local
233 …std::string formatName = GetNamedPixelFormat(srcFormat) + "To" + GetNamedPixelFormat(destFormat) +… in YuvConvertToRgb() local
296 …std::string formatName = GetNamedPixelFormat(srcFormat) + "To" + GetNamedPixelFormat(destFormat) +… in YuvP010ConvertToRgb() local
336 …std::string formatName = GetNamedPixelFormat(srcFormat) + "To" + GetNamedPixelFormat(destFormat) +… in Rgba1010102ConvertToYuvP010() local
399 …std::string formatName = GetNamedPixelFormat(srcFormat) + "To" + GetNamedPixelFormat(destFormat) +… in RgbConvertToYuvByPixelMap() local
441 …std::string formatName = GetNamedPixelFormat(srcFormat) + "To" + GetNamedPixelFormat(destFormat) +… in RgbConvertToYuvP010ByPixelMap() local
478 …std::string formatName = GetNamedPixelFormat(srcFormat) + "To" + GetNamedPixelFormat(destFormat) +… in RgbConvertToYuvP010() local
539 …std::string formatName = GetNamedPixelFormat(srcFormat) + "To" + GetNamedPixelFormat(destFormat) +… in PixelMapFormatConvert() local
565 …std::string formatName = GetNamedPixelFormat(srcFormat) + "To" + GetNamedPixelFormat(destFormat) +… in PixelMap10bitConvert() local
/ohos5.0/foundation/multimedia/media_lite/services/player_lite/impl/player_control/include/
H A Dhi_demuxer.h72 char *formatName; /**< File format name, in the unit of byte. */ member
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/handler/src/
H A Ddcamera_handler.cpp332 std::string formatName = std::to_string(dformat); in ProcessProfile() local
/ohos5.0/foundation/multimedia/media_foundation/services/media_monitor/server/src/
H A Dffmpeg_api_wrap.cpp176 const AVOutputFormat *oformat, const char *formatName, const char *filename) in FormatAllocOutputContext()
/ohos5.0/base/telephony/core_service/utils/vcard/src/
H A Dvcard_contact.cpp597 void VCardContact::AddPhotoBytes(std::string formatName, std::string photoBytes, bool isPrimary) in AddPhotoBytes()
1071 std::string formatName; in AddPhotoDatas() local
/ohos5.0/base/security/crypto_framework/common/inc/
H A Dparams_parser.h196 const char *formatName; member
/ohos5.0/drivers/peripheral/format/interfaces/include/
H A Dformat_type.h348 char *formatName; /**< Pointer to the name of the movie file container format */ member