Home
last modified time | relevance | path

Searched defs:paramTypes (Results 1 - 15 of 15) sorted by relevance

/base/tee/tee_client/interfaces/kits/c/include/
H A Dtee_client_type.h199 uint32_t paramTypes; member
/base/startup/init/services/param/adapter/
H A Dparam_dac.c72 } paramTypes[] = { in GetParamDacData() local
/base/tee/tee_client/frameworks/include/
H A Dtc_ns_client.h69 unsigned int paramTypes; member
/kernel/linux/common_modules/tzdriver/
H A Dteek_client_type.h132 uint32_t paramTypes; member
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DSymbolEnv.cpp335 getFunctionOverload(const Name &name, const TType &returnType, size_t paramCount, const TType **paramTypes, size_t templateArgCount, const TemplateArg *templateArgs) getFunctionOverload() argument
/base/security/huks/services/huks_standard/huks_service/main/os_dependency/ca/
H A Dhks_teec.c67 uint32_t paramTypes; member
242 static int32_t HksTeeCommand(uint32_t paramTypes, const struct HksParam params[MAX_TEE_PARAMS_NUMS], in HksTeeCommand() argument
273 uint32_t paramTypes = TEEC_PARAM_TYPES(TEEC_MEMREF_TEMP_INOUT, TEEC_MEMREF_TEMP_INOUT, in HksTeeProvision() local
296 uint32_t paramTypes = TEEC_PARAM_TYPES(TEEC_MEMREF_TEMP_OUTPUT, TEEC_MEMREF_TEMP_INOUT, HksTeeProvisionVerify() local
319 uint32_t paramTypes = TEEC_PARAM_TYPES(TEEC_MEMREF_TEMP_INPUT, TEEC_MEMREF_TEMP_INPUT, HksTeeGenerateKey() local
338 uint32_t paramTypes = TEEC_PARAM_TYPES(TEEC_MEMREF_TEMP_INPUT, TEEC_MEMREF_TEMP_INPUT, TEEC_NONE, TEEC_NONE); HksTeeCheckKeyLegality() local
352 uint32_t paramTypes = TEEC_PARAM_TYPES(TEEC_MEMREF_TEMP_INPUT, TEEC_MEMREF_TEMP_OUTPUT, TEEC_NONE, TEEC_NONE); HksTeeGenerateRandom() local
366 uint32_t paramTypes = TEEC_PARAM_TYPES(TEEC_MEMREF_TEMP_INPUT, TEEC_MEMREF_TEMP_INPUT, HksTeeImportKey() local
385 uint32_t paramTypes = TEEC_PARAM_TYPES(TEEC_MEMREF_TEMP_INPUT, TEEC_MEMREF_TEMP_INPUT, HksTeeExportPublicKey() local
404 uint32_t paramTypes = TEEC_PARAM_TYPES(TEEC_MEMREF_TEMP_INPUT, TEEC_MEMREF_TEMP_INPUT, HksTeeAgreeKey() local
423 uint32_t paramTypes = TEEC_PARAM_TYPES(TEEC_MEMREF_TEMP_INPUT, TEEC_MEMREF_TEMP_INPUT, HksTeeDeriveKey() local
442 uint32_t paramTypes = TEEC_PARAM_TYPES(TEEC_MEMREF_TEMP_INPUT, TEEC_MEMREF_TEMP_INPUT, HksTeeAttestKey() local
466 uint32_t paramTypes = TEEC_PARAM_TYPES(TEEC_MEMREF_TEMP_INPUT, TEEC_MEMREF_TEMP_INPUT, ProcessInit() local
484 uint32_t paramTypes = TEEC_PARAM_TYPES(TEEC_VALUE_INPUT, TEEC_MEMREF_TEMP_INPUT, ProcessUpdate() local
506 uint32_t paramTypes = TEEC_PARAM_TYPES(TEEC_VALUE_INPUT, TEEC_MEMREF_TEMP_INPUT, ProcessFinal() local
527 uint32_t paramTypes = TEEC_PARAM_TYPES(TEEC_MEMREF_TEMP_INPUT, TEEC_MEMREF_TEMP_INPUT, TEEC_MEMREF_TEMP_INPUT, ProcessOnce() local
592 uint32_t paramTypes = TEEC_PARAM_TYPES(TEEC_MEMREF_TEMP_OUTPUT, TEEC_NONE, TEEC_NONE, TEEC_NONE); HksTeeExportTrustCerts() local
606 uint32_t paramTypes = TEEC_PARAM_TYPES(TEEC_MEMREF_TEMP_INPUT, TEEC_NONE, TEEC_NONE, TEEC_NONE); HksTeeImportTrustCerts() local
620 uint32_t paramTypes = TEEC_PARAM_TYPES(TEEC_NONE, TEEC_NONE, TEEC_NONE, TEEC_NONE); HcmTeeIsDeviceKeyExist() local
[all...]
/base/telephony/core_service/utils/vcard/src/
H A Dvcard_utils.cpp297 std::vector<std::string> paramTypes = {}; in GetTypeFromPhoneLabelId() local
[all...]
H A Dvcard_constructor.cpp525 std::vector<std::string> paramTypes; in AddPostalLine() local
758 auto paramTypes = VCardUtils::GetTypeFromPhoneLabelId(labelId); in AddTelLine() local
813 std::vector<std::string> paramTypes; AddEmailLine() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DSubzeroReactor.cpp64 Ice::Cfg *createFunction(Ice::GlobalContext *context, Ice::Type returnType, const std::vector<Ice::Type> &paramTypes) in createFunction() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
H A Dlmir_builder.cpp173 std::vector<Type *> paramTypes; in LiteCGGetFuncParamTypes() local
/test/testfwk/arkxtest/uitest/core/
H A Dfrontend_api_handler.cpp163 auto paramTypes = vector<string>(); in ParseFrontendMethodsSignature() local
173 auto paramTypes = vector<string>(); in ParseExtensionMethodsSignature() local
/third_party/glslang/SPIRV/
H A DSpvBuilder.cpp617 Id Builder::makeFunctionType(Id returnType, const std::vector<Id>& paramTypes) in makeFunctionType() argument
668 Id Builder::makeDebugFunctionType(Id returnType, const std::vector<Id>& paramTypes) in makeDebugFunctionType() argument
2094 makeFunctionEntry(Decoration precision, Id returnType, const char* name, LinkageType linkType, const std::vector<Id>& paramTypes, const std::vector<std::vector<Decoration>>& decorations, Block** entry) makeFunctionEntry() argument
2133 setupDebugFunctionEntry(Function* function, const char* name, int line, const std::vector<Id>& paramTypes, const std::vector<char const*>& paramNames) setupDebugFunctionEntry() argument
[all...]
H A DGlslangToSpv.cpp5464 std::vector<spv::Id> paramTypes; in makeFunctions() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
H A Dlitecg_ir_builder.cpp1556 std::vector<LiteCGType *> paramTypes = lmirBuilder_->LiteCGGetFuncParamTypes(calleeFuncType); in VisitCall() local
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-charset-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/ibm/ com/ibm/icu/ ...

Completed in 40 milliseconds