/base/update/updateservice/interfaces/inner_api/feature/update/model/upgrade_info/src/ |
H A D | upgrade_info.cpp | 23 std::string output = "upgradeApp:" + upgradeApp; in ToString() local
|
/base/security/asset/frameworks/os_dependency/openssl/src/ |
H A D | openssl_wrapper.c | 28 void Sha256(const uint8_t *input, uint32_t intputLen, uint8_t *output) in Sha256() argument
|
/base/security/crypto_framework/interfaces/inner_api/algorithm_parameter/ |
H A D | detailed_hkdf_params.h | 29 HcfBlob output; member
|
H A D | detailed_pbkdf2_params.h | 29 HcfBlob output; member
|
/base/inputmethod/imf/frameworks/js/napi/common/ |
H A D | js_callback_handler.h | 49 Traverse(const std::vector<std::shared_ptr<JSCallbackObject>> &objects, const ArgContainer &argContainer, T &output) Traverse() argument
|
H A D | js_callback_handler.cpp | 21 Execute(const std::shared_ptr<JSCallbackObject> &object, const ArgContainer &argContainer, napi_value &output) Execute() argument
|
/base/global/i18n/frameworks/intl/src/ |
H A D | i18n_normalizer.cpp | 50 icu::UnicodeString output = normalizer->normalize(input, status); in Normalize() local
|
/base/hiviewdfx/faultloggerd/test/unittest/services/ |
H A D | faultlogger_config_test.cpp | 51 int output = config->GetLogFileMaxNumber(); in HWTEST_F() local 70 long output = config->GetLogFileMaxSize(); in HWTEST_F() local 89 std::string output = config->GetLogFilePath(); in HWTEST_F() local
|
/base/hiviewdfx/faultloggerd/interfaces/common/ |
H A D | dfx_frame.h | 89 std::string output = StringPrintf("0x%016" PRIx64 " : ", pc); in ToSymbolString() local
|
/base/security/crypto_framework/frameworks/cj/src/ |
H A D | mac_impl.cpp | 50 HcfResult MacImpl::MacDoFinal(HcfBlob *output) in MacDoFinal() argument
|
H A D | md_impl.cpp | 39 HcfResult MdImpl::MdDoFinal(HcfBlob *output) in MdDoFinal() argument
|
H A D | sm2_crypto_util_impl.cpp | 26 HcfBlob output = { 0 }; in GenCipherTextBySpec() local
|
/base/security/crypto_framework/frameworks/crypto_operation/ |
H A D | sm2_crypto_util.c | 93 HcfResult HcfGenCipherTextBySpec(Sm2CipherTextSpec *spec, const char *mode, HcfBlob *output) in HcfGenCipherTextBySpec() argument
|
/base/security/crypto_framework/test/unittest/src/ |
H A D | crypto_sm4_ecb_cipher_test.cpp | 395 HcfBlob output = { .data = nullptr, .len = 0 }; in HWTEST_F() local 435 HcfBlob output = { .data = nullptr, .len = 0 }; in HWTEST_F() local 475 HcfBlob output = { .data = nullptr, .len = 0 }; HWTEST_F() local 515 HcfBlob output = { .data = nullptr, .len = 0 }; HWTEST_F() local [all...] |
/base/startup/appspawn/service/hnp/pack/include/ |
H A D | hnp_pack.h | 37 char *output; // 打包后文件存放目录
member 45 char output[MAX_FILE_PATH_LEN]; // 打包后文件存放目录
member
|
/base/sensors/sensor/vibration_convert/core/algorithm/conversion/src/ |
H A D | conversion_filter.cpp | 138 double output = 0.0; in HandleResonant() local
|
/base/update/updater/test/unittest/script/script_instruction/ |
H A D | script_registercmd_unittest.cpp | 62 std::vector<UScriptValuePtr> output = context.GetOutVar(); in TestRegisterCmd01() local 76 std::vector<UScriptValuePtr> output = context.GetOutVar(); in TestRegisterCmd02() local 90 std::vector<UScriptValuePtr> output = context.GetOutVar(); in TestRegisterCmd03() local
|
H A D | script_loadscript_unittest.cpp | 61 std::vector<UScriptValuePtr> output = context.GetOutVar(); in TestLoadScript01() local 76 std::vector<UScriptValuePtr> output = context.GetOutVar(); in TestLoadScript02() local 91 std::vector<UScriptValuePtr> output = context.GetOutVar(); in TestLoadScript03() local
|
/base/theme/wallpaper_mgr/utils/dfx/hidumper_adapter/ |
H A D | dump_helper.cpp | 46 std::string output; in Dispatch() local
|
H A D | command.cpp | 28 bool Command::DoAction(const std::vector<std::string> &input, std::string &output) in DoAction() argument
|
/base/theme/screenlock_mgr/services/src/ |
H A D | dump_helper.cpp | 46 std::string output; in Dispatch() local
|
H A D | command.cpp | 34 bool Command::DoAction(const std::vector<std::string> &input, std::string &output) in DoAction() argument
|
/base/update/updater/test/unittest/flashd_test/ |
H A D | flashd_utils_unittest.cpp | 50 std::vector<std::string> output = Split(input, { "-f" }); in HWTEST_F() local
|
/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/ |
H A D | keyevent_consumer_proxy.cpp | 58 int32_t KeyEventConsumerProxy::SendRequest(int code, ParcelHandler input, ParcelHandler output, MessageOption option) in SendRequest() argument
|
H A D | system_cmd_channel_proxy.cpp | 45 int32_t SystemCmdChannelProxy::SendRequest(int code, ParcelHandler input, ParcelHandler output) in SendRequest() argument
|