Home
last modified time | relevance | path

Searched refs:paramTypes (Results 1 - 11 of 11) sorted by relevance

/base/security/huks/services/huks_standard/huks_service/main/os_dependency/ca/
H A Dhks_teec.c67 uint32_t paramTypes; member
120 operation.paramTypes = TEEC_PARAM_TYPES(TEEC_VALUE_OUTPUT, TEEC_NONE, in OpenSession()
202 operation->paramTypes = teecOperation->paramTypes; in TeecRequestCmdInner()
242 static int32_t HksTeeCommand(uint32_t paramTypes, const struct HksParam params[MAX_TEE_PARAMS_NUMS], in HksTeeCommand() argument
248 opParams[i].paramType = TEEC_PARAM_TYPE_GET(paramTypes, i); in HksTeeCommand()
257 .paramTypes = paramTypes, in HksTeeCommand()
273 uint32_t paramTypes = TEEC_PARAM_TYPES(TEEC_MEMREF_TEMP_INOUT, TEEC_MEMREF_TEMP_INOUT, in HksTeeProvision() local
282 int32_t ret = HksTeeCommand(paramTypes, param in HksTeeProvision()
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
299 return paramTypes; in GetTypeFromPhoneLabelId()
305 paramTypes.push_back(it->second); in GetTypeFromPhoneLabelId()
306 return paramTypes; in GetTypeFromPhoneLabelId()
310 paramTypes.push_back(VCARD_PARAM_TYPE_HOME); in GetTypeFromPhoneLabelId()
311 paramTypes.push_back(VCARD_PARAM_TYPE_FAX); in GetTypeFromPhoneLabelId()
312 return paramTypes; in GetTypeFromPhoneLabelId()
315 paramTypes.push_back(VCARD_PARAM_TYPE_WORK); in GetTypeFromPhoneLabelId()
316 paramTypes.push_back(VCARD_PARAM_TYPE_FAX); in GetTypeFromPhoneLabelId()
317 return paramTypes; in GetTypeFromPhoneLabelId()
[all...]
H A Dvcard_constructor.cpp525 std::vector<std::string> paramTypes; in AddPostalLine() local
540 paramTypes.push_back(postalTypeStr); in AddPostalLine()
543 if (!paramTypes.empty()) { in AddPostalLine()
545 AddParamTypes(paramTypes); in AddPostalLine()
758 auto paramTypes = VCardUtils::GetTypeFromPhoneLabelId(labelId); in AddTelLine() local
759 if (!paramTypes.empty()) { in AddTelLine()
760 AddParamTypes(paramTypes); in AddTelLine()
764 paramTypes.push_back("X-" + labelName); in AddTelLine()
765 AddParamTypes(paramTypes); in AddTelLine()
768 paramTypes in AddTelLine()
813 std::vector<std::string> paramTypes; AddEmailLine() local
[all...]
/base/tee/tee_client/interfaces/kits/c/include/
H A Dtee_client_api.h60 * @brief Defines the value of the parameter specified by <b>paramTypes</b> and <b>index</b>.
65 #define TEEC_PARAM_TYPE_GET(paramTypes, index) \
66 (((paramTypes) >> (4*(index))) & 0x0F)
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
101 for (size_t i = 0; (type != NULL) && (i < ARRAY_LENGTH(paramTypes)); i++) { in GetParamDacData()
102 if (strcmp(paramTypes[i].name, type) == 0) { in GetParamDacData()
103 dacData->paramType = paramTypes[i].value; in GetParamDacData()
/base/tee/tee_client/frameworks/include/
H A Dtc_ns_client.h69 unsigned int paramTypes; member
/base/tee/tee_client/interfaces/kits/c/src/
H A Dtee_client.cpp185 uint32_t paramType = TEEC_PARAM_TYPE_GET(operation->paramTypes, i); in TEEC_CheckOperation()
455 operation->paramTypes = TEEC_PARAM_TYPES(TEEC_PARAM_TYPE_GET(operation->paramTypes, 0), in OpenSession()
456 TEEC_PARAM_TYPE_GET(operation->paramTypes, 1), TEEC_NONE, TEEC_NONE); in OpenSession()
511 tloge("write operation->paramTypes = %{public}d\n", operation->paramTypes); in WriteOperation()
646 paramType[paramCnt] = TEEC_PARAM_TYPE_GET(operation->paramTypes, paramCnt); in TeecOptDecode()
907 paramType[paramCnt] = TEEC_PARAM_TYPE_GET(operation->paramTypes, paramCnt); in TeecOptEncode()
966 paramType[paramCnt] = TEEC_PARAM_TYPE_GET(operation->paramTypes, paramCnt); in GetPartialMemSize()
1004 paramType[paramCnt] = TEEC_PARAM_TYPE_GET(operation->paramTypes, paramCn in GetOptMemSize()
[all...]
/base/tee/tee_client/frameworks/libteec_vendor/
H A Dtee_client_api.c571 paramType[paramCnt] = TEEC_PARAM_TYPE_GET(operation->paramTypes, paramCnt); in TEEC_EncodeParam()
597 cliContext->paramTypes = TEEC_PARAM_TYPES(paramType[0], paramType[1], paramType[2], paramType[3]); in TEEC_EncodeParam()
598 tlogd("cli param type %x\n", cliContext->paramTypes); in TEEC_EncodeParam()
625 if ((operation == NULL) || (!operation->paramTypes)) { in TEEC_Encode()
977 operation->paramTypes = TEEC_PARAM_TYPES(TEEC_PARAM_TYPE_GET(operation->paramTypes, 0), in TEEC_OpenSessionInner()
978 TEEC_PARAM_TYPE_GET(operation->paramTypes, 1), TEEC_NONE, TEEC_NONE); in TEEC_OpenSessionInner()
1640 paramType[paramCnt] = TEEC_PARAM_TYPE_GET(operation->paramTypes, paramCnt); in TEEC_CheckOperation()
/base/tee/tee_client/services/cadaemon/src/ca_daemon/
H A Dcadaemon_stub.cpp235 paramType[paramCnt] = TEEC_PARAM_TYPE_GET(operation->paramTypes, paramCnt); in GetOperationFromData()
H A Dcadaemon_service.cpp574 uint32_t type = TEEC_PARAM_TYPE_GET(retOperation.paramTypes, i); in WriteOperation()
707 paramType[paramCnt] = TEEC_PARAM_TYPE_GET(operation->paramTypes, paramCnt); in GetTeecOptMem()

Completed in 13 milliseconds