Home
last modified time | relevance | path

Searched defs:output (Results 1 - 25 of 139) sorted by relevance

123456

/base/update/updateservice/interfaces/inner_api/feature/update/model/upgrade_info/src/
H A Dupgrade_info.cpp23 std::string output = "upgradeApp:" + upgradeApp; in ToString() local
/base/security/asset/frameworks/os_dependency/openssl/src/
H A Dopenssl_wrapper.c28 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 Ddetailed_hkdf_params.h29 HcfBlob output; member
H A Ddetailed_pbkdf2_params.h29 HcfBlob output; member
/base/inputmethod/imf/frameworks/js/napi/common/
H A Djs_callback_handler.h49 Traverse(const std::vector<std::shared_ptr<JSCallbackObject>> &objects, const ArgContainer &argContainer, T &output) Traverse() argument
H A Djs_callback_handler.cpp21 Execute(const std::shared_ptr<JSCallbackObject> &object, const ArgContainer &argContainer, napi_value &output) Execute() argument
/base/global/i18n/frameworks/intl/src/
H A Di18n_normalizer.cpp50 icu::UnicodeString output = normalizer->normalize(input, status); in Normalize() local
/base/hiviewdfx/faultloggerd/test/unittest/services/
H A Dfaultlogger_config_test.cpp51 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 Ddfx_frame.h89 std::string output = StringPrintf("0x%016" PRIx64 " : ", pc); in ToSymbolString() local
/base/security/crypto_framework/frameworks/cj/src/
H A Dmac_impl.cpp50 HcfResult MacImpl::MacDoFinal(HcfBlob *output) in MacDoFinal() argument
H A Dmd_impl.cpp39 HcfResult MdImpl::MdDoFinal(HcfBlob *output) in MdDoFinal() argument
H A Dsm2_crypto_util_impl.cpp26 HcfBlob output = { 0 }; in GenCipherTextBySpec() local
/base/security/crypto_framework/frameworks/crypto_operation/
H A Dsm2_crypto_util.c93 HcfResult HcfGenCipherTextBySpec(Sm2CipherTextSpec *spec, const char *mode, HcfBlob *output) in HcfGenCipherTextBySpec() argument
/base/security/crypto_framework/test/unittest/src/
H A Dcrypto_sm4_ecb_cipher_test.cpp395 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 Dhnp_pack.h37 char *output; // 打包后文件存放目录 member
45 char output[MAX_FILE_PATH_LEN]; // 打包后文件存放目录 member
/base/sensors/sensor/vibration_convert/core/algorithm/conversion/src/
H A Dconversion_filter.cpp138 double output = 0.0; in HandleResonant() local
/base/update/updater/test/unittest/script/script_instruction/
H A Dscript_registercmd_unittest.cpp62 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 Dscript_loadscript_unittest.cpp61 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 Ddump_helper.cpp46 std::string output; in Dispatch() local
H A Dcommand.cpp28 bool Command::DoAction(const std::vector<std::string> &input, std::string &output) in DoAction() argument
/base/theme/screenlock_mgr/services/src/
H A Ddump_helper.cpp46 std::string output; in Dispatch() local
H A Dcommand.cpp34 bool Command::DoAction(const std::vector<std::string> &input, std::string &output) in DoAction() argument
/base/update/updater/test/unittest/flashd_test/
H A Dflashd_utils_unittest.cpp50 std::vector<std::string> output = Split(input, { "-f" }); in HWTEST_F() local
/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
H A Dkeyevent_consumer_proxy.cpp58 int32_t KeyEventConsumerProxy::SendRequest(int code, ParcelHandler input, ParcelHandler output, MessageOption option) in SendRequest() argument
H A Dsystem_cmd_channel_proxy.cpp45 int32_t SystemCmdChannelProxy::SendRequest(int code, ParcelHandler input, ParcelHandler output) in SendRequest() argument

Completed in 9 milliseconds

123456