Home
last modified time | relevance | path

Searched refs:listLength (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/security/dataclassification/frameworks/datatransmitmgr/
H A Ddev_slinfo_list.c113 int32_t listLength = 0; in GetListLength() local
115 listLength++; in GetListLength()
119 return listLength; in GetListLength()
/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/connection/async_context/src/
H A Dsetcustomdnsrule_context.cpp57 uint32_t listLength = NapiUtils::GetArrayLength(GetEnv(), params[ARG_INDEX_1]); in ParseParams() local
58 for (uint32_t i = 0; i < listLength; ++i) { in ParseParams()
H A Dsetglobalhttpproxy_context.cpp64 uint32_t listLength = NapiUtils::GetArrayLength(GetEnv(), exclusionValue); in ParseParams() local
65 for (uint32_t i = 0; i < listLength; ++i) { in ParseParams()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/
H A Dpan_bnep.cpp1052 uint16_t listLength = be16toh(*reinterpret_cast<uint16_t *>(data + offset)); in ProcessBnepFilterNetTypeSet() local
1054 ret = offset + listLength; in ProcessBnepFilterNetTypeSet()
1055 if ((dataLength - offset) < listLength) { in ProcessBnepFilterNetTypeSet()
1059 if ((listLength % BNEP_PROTOCOL_FILTER_RANGE_LENGTH) != 0) { in ProcessBnepFilterNetTypeSet()
1063 filterNum = listLength / BNEP_PROTOCOL_FILTER_RANGE_LENGTH; in ProcessBnepFilterNetTypeSet()
1114 uint16_t listLength = be16toh(*reinterpret_cast<uint16_t *>(data + offset)); in ProcessBnepFilterMultiAddrSet() local
1116 ret = offset + listLength; in ProcessBnepFilterMultiAddrSet()
1117 if ((dataLength - offset) < listLength) { in ProcessBnepFilterMultiAddrSet()
1121 filterNum = listLength / BNEP_MULTYCAST_FILTER_RANGE_LENGTH; in ProcessBnepFilterMultiAddrSet()
1122 if ((listLength % BNEP_MULTYCAST_FILTER_RANGE_LENGTH) != 0) { in ProcessBnepFilterMultiAddrSet()
/ohos5.0/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/src/
H A Dfast_audio_render.cpp304 int32_t FastRenderGetExtraParams(AudioHandle handle, char *keyValueList, int32_t listLength) in FastRenderGetExtraParams() argument
309 (void)listLength; in FastRenderGetExtraParams()
/ohos5.0/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/include/
H A Dfast_audio_render.h52 int32_t FastRenderGetExtraParams(AudioHandle handle, char *keyValueList, int32_t listLength);
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/websocket/async_context/src/
H A Dconnect_context.cpp239 uint32_t listLength = NapiUtils::GetArrayLength(GetEnv(), exclusionListValue); in ParseProxy() local
240 for (uint32_t index = 0; index < listLength; ++index) { in ParseProxy()
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/async_context/src/
H A Drequest_context.cpp343 uint32_t listLength = NapiUtils::GetArrayLength(GetEnv(), exclusionListValue); in ParseUsingHttpProxy() local
344 for (uint32_t index = 0; index < listLength; ++index) { in ParseUsingHttpProxy()