| /base/security/huks/test/unittest/huks_standard_test/module_test/service_test/huks_service/core/src/ |
| D | hks_storage_test.cpp | 65 const char input = '#'; variable 79 const char input = '$'; variable 93 const char input = '%'; variable 107 const char input = '&'; variable 121 const char input = '('; variable 135 const char input = ')'; variable
|
| /base/sensors/sensor/vibration_convert/core/algorithm/conversion/src/ |
| D | conversion_filter.cpp | 33 double ConversionFilter::FilterLowPass(double input, double cutoff) in FilterLowPass() 41 double ConversionFilter::FilterHighPass(double input, double cutoff) in FilterHighPass() 49 double ConversionFilter::FilterLowResonant(double input, double cutoff, double resonance) in FilterLowResonant() 80 double ConversionFilter::FilterHighResonant(double input, double cutoff, double resonance) in FilterHighResonant() 111 double ConversionFilter::FilterBandPass(double input, double cutoff, double resonance) in FilterBandPass() 135 double ConversionFilter::HandleResonant(double input, double cutoff, double resonance, FilterMethod… in HandleResonant() 159 double ConversionFilter::HandleHighPassOrLowPass(double input, double cutoff, bool isHighPass) in HandleHighPassOrLowPass()
|
| /base/inputmethod/imf/frameworks/native/inputmethod_controller/src/ |
| D | itypes_util.cpp | 35 bool ITypesUtil::Marshalling(bool input, MessageParcel &data) in Marshalling() 45 bool ITypesUtil::Marshalling(uint32_t input, MessageParcel &data) in Marshalling() 55 bool ITypesUtil::Marshalling(int32_t input, MessageParcel &data) in Marshalling() 65 bool ITypesUtil::Marshalling(uint64_t input, MessageParcel &data) in Marshalling() 75 bool ITypesUtil::Marshalling(double input, MessageParcel &data) in Marshalling() 85 bool ITypesUtil::Marshalling(const std::string &input, MessageParcel &data) in Marshalling() 95 bool ITypesUtil::Marshalling(const std::u16string &input, MessageParcel &data) in Marshalling() 105 bool ITypesUtil::Marshalling(const std::vector<uint8_t> &input, MessageParcel &data) in Marshalling() 115 bool ITypesUtil::Marshalling(const sptr<IRemoteObject> &input, MessageParcel &data) in Marshalling() 125 bool ITypesUtil::Marshalling(const Property &input, MessageParcel &data) in Marshalling() [all …]
|
| /base/hiviewdfx/faultloggerd/test/unittest/services/ |
| D | faultlogger_config_test.cpp | 48 int input = 100; variable 67 long input = 100; variable 86 std::string input = "/data/log.txt"; variable 105 std::string input = "/data/debug/log.txt"; variable
|
| /base/hiviewdfx/faultloggerd/test/unittest/unwind/ |
| D | signal_test.cpp | 85 int32_t input = 1; variable 107 int32_t input = SIGINT; variable 135 int32_t input = -100; // -100 is an unexpected signal variable 150 int32_t input = SIGSEGV; variable 164 int32_t input = 100; // 100 is an unexpected signal variable 179 int32_t input = SI_USER; variable 195 int32_t input = 1; variable
|
| /base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/test/ |
| D | dlp_crypt_test.cpp | 110 uint8_t input[16] = "aaaaaaaaaaaaaaa"; variable 130 uint8_t input[16] = "aaaaaaaaaaaaaaa"; variable 174 uint8_t input[16] = "aaaaaaaaaaaaaaa"; variable 195 uint8_t input[16] = "aaaaaaaaaaaaaaa"; variable 215 uint8_t input[16] = "aaaaaaaaaaaaaaa"; variable 259 uint8_t input[16] = "aaaaaaaaaaaaaaa"; variable 433 uint8_t input[16] = "aaaaaaaaaaaaaaa"; variable 458 uint8_t input[16] = "aaaaaaaaaaaaaaa"; variable 525 uint8_t input[16] = "aaaaaaaaaaaaaaa"; variable 563 uint8_t input[16] = "aaaaaaaaaaaaaaa"; variable [all …]
|
| /base/hiviewdfx/faultloggerd/test/unittest/unwinder/ |
| D | signal_test.cpp | 83 int32_t input = 1; variable 98 int32_t input = -100; variable 112 int32_t input = 100; variable 128 int32_t input = 1; variable
|
| /base/time/time_service/services/ |
| D | time_system_ability.cpp | 102 [this](int fd, const std::vector<std::string> &input) { DumpAllTimeInfo(fd, input); }); in InitDumpCmd() 106 …"dump all timer info", [this](int fd, const std::vector<std::string> &input) { DumpTimerInfo(fd, i… in InitDumpCmd() 111 [this](int fd, const std::vector<std::string> &input) { DumpTimerInfoById(fd, input); }); in InitDumpCmd() 116 [this](int fd, const std::vector<std::string> &input) { DumpTimerTriggerById(fd, input); }); in InitDumpCmd() 121 [this](int fd, const std::vector<std::string> &input) { DumpIdleTimerInfo(fd, input); }); in InitDumpCmd() 126 [this](int fd, const std::vector<std::string> &input) { DumpProxyTimerInfo(fd, input); }); in InitDumpCmd() 131 [this](int fd, const std::vector<std::string> &input) { DumpUidTimerMapInfo(fd, input); }); in InitDumpCmd() 137 [this](int fd, const std::vector<std::string> &input) { SetProxyDelayTime(fd, input); }); in InitDumpCmd() 142 [this](int fd, const std::vector<std::string> &input) { DumpProxyDelayTime(fd, input); }); in InitDumpCmd() 454 void TimeSystemAbility::DumpAllTimeInfo(int fd, const std::vector<std::string> &input) in DumpAllTimeInfo() [all …]
|
| /base/security/crypto_framework/test/unittest/src/ |
| D | sm4_common.cpp | 72 int32_t Sm4EncryptWithInput(HcfCipher *cipher, HcfSymKey *key, HcfBlob *input, in Sm4EncryptWithInput() 118 HcfBlob input = { .data = cipherText, .len = cipherTextLen }; in Sm4DecryptEmptyMsg() local 145 HcfBlob input = {.data = reinterpret_cast<uint8_t *>(plainText), .len = 13}; in Sm4Encrypt() local 188 HcfBlob input = {.data = reinterpret_cast<uint8_t *>(cipherText), .len = cipherTextLen}; in Sm4Decrypt() local 235 HcfBlob input = {.data = reinterpret_cast<uint8_t *>(plainText), .len = 13}; in Sm4NoUpdateEncrypt() local 265 HcfBlob input = {.data = reinterpret_cast<uint8_t *>(cipherText), .len = cipherTextLen}; in Sm4NoUpdateDecrypt() local
|
| D | crypto_rsa_sign_test.cpp | 382 HcfBlob input = {.data = plan, .len = strlen((char *)plan)}; variable 399 HcfBlob input = {.data = plan, .len = strlen((char *)plan)}; variable 444 HcfBlob input = {.data = plan, .len = strlen((char *)plan)}; variable 464 HcfBlob input; variable 521 HcfBlob input = {.data = plan, .len = strlen((char *)plan)}; variable 546 HcfBlob input = {.data = plan, .len = strlen((char *)plan)}; variable 571 HcfBlob input = {.data = plan, .len = strlen((char *)plan)}; variable 596 HcfBlob input = {.data = plan, .len = strlen((char *)plan)}; variable 621 HcfBlob input = {.data = plan, .len = strlen((char *)plan)}; variable 646 HcfBlob input = {.data = plan, .len = strlen((char *)plan)}; variable [all …]
|
| D | crypto_sm4_ecb_cipher_test.cpp | 393 HcfBlob input = { .data = plainText, .len = PLAINTEXT_LEN }; variable 433 HcfBlob input = { .data = plainText, .len = PLAINTEXT_LEN }; variable 473 HcfBlob input = { .data = plainText, .len = PLAINTEXT_LEN }; variable 513 HcfBlob input = { .data = plainText, .len = PLAINTEXT_LEN }; variable 576 HcfBlob input = { .data = plainText, .len = 0 }; variable 613 HcfBlob input = { .data = nullptr, .len = 0 }; variable 687 HcfBlob input = { .data = plainText, .len = PLAINTEXT_LEN }; variable
|
| D | crypto_rsa_verify_test.cpp | 238 HcfBlob input = {.data = plan, .len = strlen((char *)plan)}; variable 258 HcfBlob input = {.data = plan, .len = strlen((char *)plan)}; variable 275 HcfBlob input = {.data = plan, .len = strlen((char *)plan)}; variable 291 HcfBlob input = {.data = plan, .len = strlen((char *)plan)}; variable 383 HcfBlob input = {.data = plan, .len = strlen((char *)plan)}; variable 421 HcfBlob input = {.data = plan, .len = strlen((char *)plan)}; variable 459 HcfBlob input = {.data = plan, .len = strlen((char *)plan)}; variable 497 HcfBlob input = {.data = plan, .len = strlen((char *)plan)}; variable 536 HcfBlob input = {.data = plan, .len = strlen((char *)plan)}; variable 576 HcfBlob input = {.data = plan, .len = strlen((char *)plan)}; variable [all …]
|
| D | crypto_sm2_sign_test.cpp | 375 HcfBlob input = { variable 398 HcfBlob input = { variable 515 HcfBlob input = { variable 539 HcfBlob input = { variable 587 HcfBlob input = { variable 648 HcfBlob input = { variable 679 HcfBlob input = { variable 706 HcfBlob input = { variable 773 HcfBlob input = { variable 818 static void MemoryMallocTestFunc(uint32_t mallocCount, HcfBlob *input) in MemoryMallocTestFunc() [all …]
|
| D | crypto_brainpool_no_length_sign_test.cpp | 410 HcfBlob input = { variable 439 HcfBlob input = { variable 602 HcfBlob input = { variable 634 HcfBlob input = { variable 705 HcfBlob input = { variable 722 HcfBlob input = { variable 751 HcfBlob input = { variable
|
| /base/telephony/sms_mms/test/unittest/ |
| D | gsm_sms_sender_test.cpp | 238 std::string input; in TestAddSimMessage() local 265 std::string input; in TestDelSimMessage() local 291 std::string input; in TestUpdateSimMessage() local 357 std::string input; in TestEnableCBRangeConfig() local 382 std::string input; in TestDisableCBRangeConfig() local 409 std::string input; in TestEnableCBConfig() local 433 std::string input; in TestDisableCBConfig() local 449 std::string input; in TestSetDefaultSmsSlotId() local 476 std::string input; in TestSplitMessage() local 493 std::string input; in TestGetSmsSegmentsInfo() local [all …]
|
| /base/security/crypto_framework/test/unittest/src/aes_cipher/ |
| D | aes_common.cpp | 159 HcfBlob input = {.data = reinterpret_cast<uint8_t *>(buffer), .len = FILE_BLOCK_SIZE}; in AesMultiBlockEncrypt() local 213 HcfBlob input = {.data = reinterpret_cast<uint8_t *>(buffer), .len = FILE_BLOCK_SIZE}; in AesMultiBlockDecrypt() local 257 int32_t AesEncryptWithInput(HcfCipher *cipher, HcfSymKey *key, HcfBlob *input, in AesEncryptWithInput() 304 HcfBlob input = {.data = reinterpret_cast<uint8_t *>(plainText), .len = 13}; in AesEncrypt() local 349 HcfBlob input = {.data = reinterpret_cast<uint8_t *>(cipherText), .len = cipherTextLen}; in AesDecrypt() local 393 int32_t AesNoUpdateEncWithInput(HcfCipher *cipher, HcfSymKey *key, HcfBlob *input, in AesNoUpdateEncWithInput() 427 HcfBlob input = { .data = cipherText, .len = cipherTextLen }; in AesDecryptEmptyMsg() local 453 HcfBlob input = {.data = reinterpret_cast<uint8_t *>(plainText), .len = 13}; in AesNoUpdateEncrypt() local 485 HcfBlob input = {.data = reinterpret_cast<uint8_t *>(cipherText), .len = cipherTextLen}; in AesNoUpdateDecrypt() local
|
| /base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/cipher/src/ |
| D | cipher_aes_openssl.c | 492 static HcfResult CommonUpdate(CipherData *data, HcfBlob *input, HcfBlob *output) in CommonUpdate() 504 static HcfResult AeadUpdate(CipherData *data, HcfAlgParaValue mode, HcfBlob *input, HcfBlob *output) in AeadUpdate() 529 static HcfResult AllocateOutput(HcfBlob *input, HcfBlob *output, bool *isUpdateInput) in AllocateOutput() 545 static HcfResult EngineUpdate(HcfCipherGeneratorSpi *self, HcfBlob *input, HcfBlob *output) in EngineUpdate() 583 static HcfResult CommonDoFinal(CipherData *data, HcfBlob *input, HcfBlob *output) in CommonDoFinal() 611 static HcfResult AllocateCcmOutput(CipherData *data, HcfBlob *input, HcfBlob *output, bool *isUpdat… in AllocateCcmOutput() 656 static HcfResult CcmDoFinal(CipherData *data, HcfBlob *input, HcfBlob *output) in CcmDoFinal() 682 static HcfResult GcmDecryptDoFinal(CipherData *data, HcfBlob *input, HcfBlob *output, uint32_t len) in GcmDecryptDoFinal() 704 static HcfResult GcmEncryptDoFinal(CipherData *data, HcfBlob *input, HcfBlob *output, uint32_t len) in GcmEncryptDoFinal() 724 static HcfResult AllocateGcmOutput(CipherData *data, HcfBlob *input, HcfBlob *output, bool *isUpdat… in AllocateGcmOutput() [all …]
|
| D | cipher_sm2_openssl.c | 150 static HcfResult EngineUpdate(HcfCipherGeneratorSpi *self, HcfBlob *input, HcfBlob *output) in EngineUpdate() 159 static size_t GetTextLen(HcfCipherSm2GeneratorSpiImpl *impl, HcfBlob *input, int32_t mode) in GetTextLen() 180 static HcfResult DoSm2EncryptAndDecrypt(HcfCipherSm2GeneratorSpiImpl *impl, HcfBlob *input, HcfBlob… in DoSm2EncryptAndDecrypt() 209 static HcfResult DoSm2Crypt(HcfCipherSm2GeneratorSpiImpl *impl, HcfBlob *input, HcfBlob *output, in… in DoSm2Crypt() 222 static HcfResult EngineDoFinal(HcfCipherGeneratorSpi *self, HcfBlob *input, HcfBlob *output) in EngineDoFinal()
|
| D | cipher_3des_openssl.c | 146 static HcfResult AllocateOutput(HcfBlob *input, HcfBlob *output) in AllocateOutput() 161 static HcfResult EngineUpdate(HcfCipherGeneratorSpi *self, HcfBlob *input, HcfBlob *output) in EngineUpdate() 203 static HcfResult DesDoFinal(CipherData *data, HcfBlob *input, HcfBlob *output) in DesDoFinal() 228 static HcfResult EngineDoFinal(HcfCipherGeneratorSpi *self, HcfBlob *input, HcfBlob *output) in EngineDoFinal()
|
| /base/telephony/sms_mms/frameworks/native/mms/src/utils/ |
| D | mms_quoted_printable.cpp | 29 std::string MmsQuotedPrintable::Encode(const std::string &input) in Encode() 65 const char *input = src.data(); in Decode() local
|
| /base/security/crypto_framework/test/unittest/src/ecc/ |
| D | crypto_ecc_sign_sub_test.cpp | 811 HcfBlob input = { variable 835 HcfBlob input = { variable 883 HcfBlob input = { variable 944 HcfBlob input = { variable 987 HcfBlob input = { variable 1026 HcfBlob input = { variable 1120 HcfBlob input = { variable 1145 HcfBlob input = { variable 1190 HcfBlob input = { variable 1239 static void MemoryMallocTestFunc(uint32_t mallocCount, HcfBlob *input) in MemoryMallocTestFunc() [all …]
|
| D | crypto_ecc_no_length_sign_sub_test.cpp | 999 HcfBlob input = { variable 1023 HcfBlob input = { variable 1071 HcfBlob input = { variable 1132 HcfBlob input = { variable 1175 HcfBlob input = { variable 1214 HcfBlob input = { variable 1282 HcfBlob input = { variable 1301 HcfBlob input = { variable 1334 HcfBlob input = { variable 1371 static void MemoryMallocTestFunc(uint32_t mallocCount, HcfBlob *input) in MemoryMallocTestFunc() [all …]
|
| /base/security/device_security_level/baselib/utils/src/ |
| D | utils_datetime.c | 55 bool GetDateTimeByMillisecondSince1970(uint64_t input, DateTime *datetime) in GetDateTimeByMillisecondSince1970() 74 bool GetDateTimeByMillisecondSinceBoot(uint64_t input, DateTime *datetime) in GetDateTimeByMillisecondSinceBoot()
|
| /base/hiviewdfx/hiview/base/utility/ |
| D | string_util.cpp | 207 string GetLeftSubstr(const string& input, const string& split) in GetLeftSubstr() 216 string GetRightSubstr(const string& input, const string& split) in GetRightSubstr() 225 string GetRleftSubstr(const string& input, const string& split) in GetRleftSubstr() 234 string GetRrightSubstr(const string& input, const string& split) in GetRrightSubstr() 243 string EraseString(const string& input, const string& toErase) in EraseString() 254 string GetMidSubstr(const string& input, const string& begin, const string& end) in GetMidSubstr() 294 double StringToDouble(const string& input) in StringToDouble()
|
| /base/security/crypto_framework/test/fuzztest/crypto_operation/hcfciphercreate_fuzzer/ |
| D | hcfciphercreate_fuzzer.cpp | 37 HcfBlob input = {.data = reinterpret_cast<uint8_t *>(plainText), .len = 13}; in AesEncrypt() local 76 HcfBlob input = {.data = cipherText, .len = cipherTextLen}; in AesDecrypt() local 162 HcfBlob input = { .data = plan, .len = strlen(reinterpret_cast<char *>(plan)) }; in TestRsaCipher() local
|