Searched refs:INDEX_2 (Results 1 - 9 of 9) sorted by relevance
/base/print/print_fwk/utils/include/ |
H A D | print_ipp_over_usb_util.h | 80 data[INDEX_1] == HTTP_RESPONSE_T && data[INDEX_2] == HTTP_RESPONSE_T && in IsStartWithHttpHeader() 93 data[INDEX_2] == HTTP_RESPONSE_T && data[INDEX_3] == HTTP_RESPONSE_T && in IsEndWithHttpResponse() 144 bufTmp[index + INDEX_2] == HTTP_SPLIT_R_CODE && in ConstructHttpResponse() 149 bool isLineBegin = (index > INDEX_2 && bufTmp[index - INDEX_2] == HTTP_SPLIT_R_CODE && in ConstructHttpResponse() 156 bufTmp[endline + INDEX_2] == HTTP_SPLIT_N_CODE)) { in ConstructHttpResponse()
|
H A D | print_ipp_over_usb_constant.h | 129 const int INDEX_2 = 2; member
|
/base/security/huks/interfaces/kits/napi/src/v9/ |
H A D | huks_napi_attest_key_item.cpp | 34 constexpr int INDEX_2 = 2; member 114 certChain->certs[INDEX_2].size = HKS_CERT_CA_SIZE; in InitCertChain() 115 certChain->certs[INDEX_2].data = static_cast<uint8_t *>(HksMalloc(certChain->certs[INDEX_2].size)); in InitCertChain() 116 HKS_IF_NULL_LOGE_BREAK(certChain->certs[INDEX_2].data, "malloc certChain->certs[INDEX_2].data error!"); in InitCertChain() 125 HKS_FREE(certChain->certs[INDEX_2].data); in InitCertChain()
|
/base/powermgr/power_manager/frameworks/napi/runninglock/ |
H A D | runninglock_napi.cpp | 36 constexpr int32_t INDEX_2 = 2; member 141 bool isFunc = NapiUtils::CheckValueType(env, argv[INDEX_2], napi_function); in CreateAsyncCallback() 149 asyncInfo->CreateCallback(env, argv[INDEX_2]); in CreateAsyncCallback()
|
H A D | runninglock_interface.cpp | 36 constexpr int32_t INDEX_2 = 2; member 71 napi_typeof(env, argv[INDEX_2], &valueType); in CreateRunningLock() 73 napi_create_reference(env, argv[INDEX_2], 1, &asyncInfo->callbackRef); in CreateRunningLock()
|
/base/print/print_fwk/services/print_service/src/ |
H A D | print_http_request_process.cpp | 51 readTempBuffer[INDEX_1] == HTTP_RESPONSE_T && readTempBuffer[INDEX_2] == HTTP_RESPONSE_T && in NeedOffset() 134 readTempBuffer[index + INDEX_1] == HTTP_SPLIT_N_CODE && readTempBuffer[index + INDEX_2] == HTTP_SPLIT_R_CODE && in CheckLineEnd() 351 size_t operationId = (uint8_t)(*(data + INDEX_2)) * HTTP_COMMON_CONST_VALUE_10 + (uint8_t)(*(data + INDEX_3)); in CalcReqIdOperaId()
|
H A D | print_usb_manager.cpp | 160 for (int i = INDEX_2; i < bufferData[INDEX_0];) { in QueryPrinterInfoFromStringDescriptor()
|
/base/usb/usb_manager/interfaces/kits/js/napi/src/ |
H A D | usb_info.cpp | 46 static constexpr int32_t INDEX_2 = 2; variable 910 NAPI_CHECK(env, napi_typeof(env, args[INDEX_2], &type), "Get args 3 type failed"); in PortSetPortRole() 918 napi_get_value_int32(env, args[INDEX_2], &dataRole); in PortSetPortRole() 969 napi_typeof(env, argv[INDEX_2], &type); in PipeClaimInterface() 971 napi_get_value_bool(env, argv[INDEX_2], &isForce); in PipeClaimInterface() 1209 napi_typeof(env, argv[INDEX_2], &type); in GetControlTransferParam() 1211 napi_get_value_int32(env, argv[INDEX_2], &timeOut); in GetControlTransferParam() 1369 napi_typeof(env, argv[INDEX_2], &type); in GetUsbControlTransferParam() 1371 napi_get_value_int32(env, argv[INDEX_2], &timeOut); in GetUsbControlTransferParam() 1550 if (!GetDescriptorOnBulkTransferParam(env, argv[INDEX_2], asyncContex in GetBulkTransferParams() [all...] |
/base/powermgr/battery_manager/frameworks/napi/src/ |
H A D | battery_info.cpp | 33 constexpr int32_t INDEX_2 = 2;
variable 187 size_t argc = INDEX_2;
in SetBatteryConfig() 192 if (argc != INDEX_2 || !NapiUtils::CheckValueType(env, argv[INDEX_0], napi_string)
in SetBatteryConfig()
|
Completed in 12 milliseconds