Home
last modified time | relevance | path

Searched refs:INDEX_3 (Results 1 - 5 of 5) sorted by relevance

/base/security/huks/interfaces/kits/napi/src/v9/
H A Dhuks_napi_attest_key_item.cpp35 constexpr int INDEX_3 = 3; member
118 certChain->certs[INDEX_3].size = HKS_CERT_ROOT_SIZE; in InitCertChain()
119 certChain->certs[INDEX_3].data = static_cast<uint8_t *>(HksMalloc(certChain->certs[INDEX_3].size)); in InitCertChain()
120 HKS_IF_NULL_LOGE_BREAK(certChain->certs[INDEX_3].data, "malloc certChain->certs[INDEX_3].data error!"); in InitCertChain()
/base/print/print_fwk/utils/include/
H A Dprint_ipp_over_usb_util.h81 data[INDEX_3] == HTTP_RESPONSE_P && in IsStartWithHttpHeader()
93 data[INDEX_2] == HTTP_RESPONSE_T && data[INDEX_3] == HTTP_RESPONSE_T && in IsEndWithHttpResponse()
142 while (index < length - INDEX_3) { in ConstructHttpResponse()
145 bufTmp[index + INDEX_3] == HTTP_SPLIT_N_CODE); in ConstructHttpResponse()
H A Dprint_ipp_over_usb_constant.h130 const int INDEX_3 = 3; member
/base/print/print_fwk/services/print_service/src/
H A Dprint_http_request_process.cpp52 readTempBuffer[INDEX_3] == HTTP_RESPONSE_P && in NeedOffset()
135 readTempBuffer[index + INDEX_3] == HTTP_SPLIT_N_CODE) { in CheckLineEnd()
351 size_t operationId = (uint8_t)(*(data + INDEX_2)) * HTTP_COMMON_CONST_VALUE_10 + (uint8_t)(*(data + INDEX_3)); in CalcReqIdOperaId()
/base/usb/usb_manager/interfaces/kits/js/napi/src/
H A Dusb_info.cpp47 static constexpr int32_t INDEX_3 = 3; variable
1542 napi_typeof(env, argv[INDEX_3], &type); in GetBulkTransferParams()
1544 napi_get_value_int32(env, argv[INDEX_3], &timeOut); in GetBulkTransferParams()

Completed in 10 milliseconds