Home
last modified time | relevance | path

Searched refs:ParamType (Results 1 – 6 of 6) sorted by relevance

/base/security/huks/test/unittest/huks_standard_test/three_stage_test/include/
Dhks_attest_key_test_common.h27 enum ParamType { enum
63 ParamType type);
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/
Dhiappevent_c.h33 enum ParamType { enum
91 enum ParamType type;
/base/update/updater/services/include/script/
Dscript_instruction.h61 enum ParamType { enum
85 virtual ParamType GetParamType(int32_t index) = 0;
/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/
Dhks_attest_key_test_common.cpp171 static int32_t ValidataAndCompareCertInfo(ParamType type, const struct HksCertChain *certChain, in ValidataAndCompareCertInfo()
204 const struct HksParam tmpParam[], ParamType type) in ValidateCertChainTest()
/base/update/updater/services/script/script_interpreter/
Dscript_context.h209 ParamType GetParamType(int32_t index) override;
Dscript_context.cpp92 UScriptContext::ParamType UScriptInstructionContext::GetParamType(int32_t index) in GetParamType()
97 return (UScriptContext::ParamType)type; in GetParamType()