/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
H A D | wpa_helpers.c | 168 char *pos, *end; in get_wpa_status() local 198 end = strchr(pos, '\n'); in get_wpa_status() 199 if (end == NULL) in get_wpa_status() 201 *end++ = '\0'; in get_wpa_status() 202 if (end - pos > (int) obuf_size) in get_wpa_status() 204 memcpy(obuf, pos, end - pos); in get_wpa_status()
|
/third_party/zlib/ |
H A D | inffast.c | 18 available, an end-of-block is encountered, or a data error is encountered. 34 TYPE -- reached end of block code, inflate() to interpret next block 56 unsigned char FAR *end; /* while out < end, enough space available */ in inflate_fast() local 83 end = out + (strm->avail_out - 257); in inflate_fast() 98 /* decode literals and length/distances until end-of-block or not enough in inflate_fast() 210 if (op < len) { /* some from end of window */ in inflate_fast() 277 else if (op & 32) { /* end-of-block */ in inflate_fast() 278 Tracevv((stderr, "inflate: end of block\n")); in inflate_fast() 287 } while (in < last && out < end); in inflate_fast() [all...] |
/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | event_manager.cpp | 55 for (auto entry = hitTestResult.begin(); entry != hitTestResult.end(); ++entry) { in TouchTest() 62 hitTestResult.splice(hitTestResult.end(), prevHitTestResult); in TouchTest() 95 hitTestResult.splice(hitTestResult.end(), prevHitTestResult); in TouchTest() 233 reHitTestResult.splice(reHitTestResult.end(), savePrevHitTestResult); in CheckRefereeStateAndReTouchTest() 237 if (reTouchTestResult != touchTestResults_.end()) { in CheckRefereeStateAndReTouchTest() 504 (touchTestResults_.find(touchPoint.id) != touchTestResults_.end() || !currMouseTestResults_.empty())) { in HandleGlobalEventNG() 553 for (auto iter = rectCallbackList.begin(); iter != rectCallbackList.end();) { in HandleOutOfRectCallback() 563 rectList.begin(), rectList.end(), [point](const Rect& rect) { return rect.IsInRegion(point); })) { in HandleOutOfRectCallback() 606 for (auto iter = touchEvents.begin(); iter != touchEvents.end(); ++iter) { in FlushTouchEventsBegin() 608 if (result != touchTestResults_.end()) { in FlushTouchEventsBegin() [all...] |
/foundation/systemabilitymgr/samgr/services/common/test/unittest/ |
H A D | parse_util_test.cpp | 930 auto iter = std::find(saProfile.extension.begin(), saProfile.extension.end(), EXTENSIOON_BACKUP); in HWTEST_F() 931 EXPECT_NE(iter, saProfile.extension.end()); in HWTEST_F() 932 iter = std::find(saProfile.extension.begin(), saProfile.extension.end(), EXTENSIOON_RESTORE); in HWTEST_F() 933 EXPECT_NE(iter, saProfile.extension.end()); in HWTEST_F() 1002 for (auto it = strMap.begin(); it != strMap.end(); it++) { in HWTEST_F() 1022 for (auto it = strMap.begin(); it != strMap.end(); it++) { in HWTEST_F() 1042 for (auto it = strMap.begin(); it != strMap.end(); it++) { in HWTEST_F() 1062 for (auto it = strMap.begin(); it != strMap.end(); it++) { in HWTEST_F() 1081 for (auto it = strMap.begin(); it != strMap.end(); it++) { in HWTEST_F() 1100 for (auto it = strMap.begin(); it != strMap.end(); i in HWTEST_F() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | LoopRerollPass.cpp | 246 iterator end() { return Instructions.end(); } in end() function 247 const_iterator end() const { return Instructions.end(); } in end() function 300 if (J1I != PossibleRedIdx.end()) { in isPairInSame() 302 if (J2I != PossibleRedIdx.end() && J1I->second == J2I->second) in isPairInSame() 485 } // end anonymous namespace 812 if (Roots.find(V) != Roots.end()) in collectPossibleRoots() 827 if (Roots.find(0) != Roots.end()) { in collectPossibleRoots() 927 if (V.find(0) == V.end()) in findRootsBase() [all...] |
H A D | GVNSink.cpp | 96 } // end namespace GVNExpression 97 } // end namespace llvm 160 for (auto II = Insts.begin(); II != Insts.end();) { in restrictToBlocks() 161 if (std::find(Blocks.begin(), Blocks.end(), (*II)->getParent()) == in restrictToBlocks() 162 Blocks.end()) { in restrictToBlocks() 278 while (BI != Blocks.end()) { in restrictToBlocks() 279 assert(VI != Values.end()); in restrictToBlocks() 280 if (std::find(NewBlocks.begin(), NewBlocks.end(), *BI) == in restrictToBlocks() 281 NewBlocks.end()) { in restrictToBlocks() 309 return (unsigned)hash_combine_range(Values.begin(), Values.end()); [all...] |
/third_party/protobuf/src/google/protobuf/ |
H A D | map.h | 317 insert(other.begin(), other.end()); in Map() 511 if (++tree_it == tree->end()) { in operator ++() 568 iterator end() { return iterator(); } in end() function in google::protobuf::Map::InnerMap 570 const_iterator end() const { return const_iterator(); } in end() function in google::protobuf::Map::InnerMap 594 } while (tree_it != tree->end()); in clear() 704 if (tree_it != tree->end()) { in FindHelper() 709 return std::make_pair(end(), b); in FindHelper() 724 GOOGLE_DCHECK(find(node->kv.first) == end()); in InsertUnique() 862 } while (++tree_it != tree->end()); in TransferTree() 1022 }; // end o 1104 iterator end() { return iterator(elements_->end()); } end() function in google::protobuf::Map 1108 const_iterator end() const { end() function in google::protobuf::Map [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | ui_node.cpp | 119 auto it = std::find(children_.begin(), children_.end(), child); in AddChild() 120 if (it != children_.end()) { in AddChild() 154 if (preIter == children_.end()) { in CanAddChildWhenTopNodeIsModalUec() 177 auto it = std::find(children_.begin(), children_.end(), child); in AddChildAfter() 178 if (it != children_.end()) { in AddChildAfter() 186 auto siblingNodeIter = std::find(children_.begin(), children_.end(), siblingNode); in AddChildAfter() 187 if (siblingNodeIter != children_.end()) { in AddChildAfter() 200 auto it = std::find(children_.begin(), children_.end(), child); in AddChildBefore() 201 if (it != children_.end()) { in AddChildBefore() 209 auto siblingNodeIter = std::find(children_.begin(), children_.end(), siblingNod in AddChildBefore() 1573 DoSetActiveChildRange(int32_t start, int32_t end, int32_t cacheStart, int32_t cacheEnd) DoSetActiveChildRange() argument [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/ |
H A D | layout_property.cpp | 68 if (iter != uMap.end()) { in StringToVisibleType() 99 if (iter != uMap.end()) { in StringToTextDirection() 228 res->Put("end", "PixelRoundCalcPolicy.FORCE_CEIL"); in PixelRoundToJsonValue() 230 res->Put("end", "PixelRoundCalcPolicy.FORCE_FLOOR"); in PixelRoundToJsonValue() 232 res->Put("end", "PixelRoundCalcPolicy.NO_FORCE_ROUND"); in PixelRoundToJsonValue() 1382 if (!positionEdges.start.has_value() && !positionEdges.end.has_value()) { in CheckPositionLocalizedEdges() 1399 if (positionEdges.end.has_value()) { in CheckPositionLocalizedEdges() 1400 edges.end = positionEdges.end.value(); in CheckPositionLocalizedEdges() 1402 edges.SetLeft(positionEdges.end in CheckPositionLocalizedEdges() [all...] |
/foundation/arkui/ui_lite/test/unittest/components/ |
H A D | ui_canvas_unit_test.cpp | 346 Point end = canvas_->GetEndPos(); in HWTEST_F() local 347 EXPECT_EQ(end.x, START1_X); in HWTEST_F() 348 EXPECT_EQ(end.y, START1_Y); in HWTEST_F() 369 Point end = canvas_->GetEndPos(); in HWTEST_F() local 370 EXPECT_EQ(end.x, LINE1_X); in HWTEST_F() 371 EXPECT_EQ(end.y, LINE1_Y); in HWTEST_F() 393 Point end = canvas_->GetEndPos(); in HWTEST_F() local 394 EXPECT_EQ(end.x, LINE1_X); in HWTEST_F() 395 EXPECT_EQ(end.y, LINE1_Y); in HWTEST_F() 398 end in HWTEST_F() 428 Point end = canvas_->GetEndPos(); HWTEST_F() local 458 Point end = canvas_->GetEndPos(); HWTEST_F() local 485 Point end = canvas_->GetEndPos(); HWTEST_F() local 511 Point end = canvas_->GetEndPos(); HWTEST_F() local 537 Point end = canvas_->GetEndPos(); HWTEST_F() local 564 Point end = canvas_->GetEndPos(); HWTEST_F() local 597 Point end = canvas_->GetEndPos(); HWTEST_F() local [all...] |
/foundation/multimedia/ringtone_library/test/unittest/ringtone_test/src/ |
H A D | ringtone_unittest.cpp | 81 RINGTONE_INFO_LOG("TearDownTestCase end"); in TearDownTestCase() 126 int64_t end = UTCTimeSeconds(); in HWTEST_F() local 128 GTEST_LOG_(INFO) << "DataShareQueryColumn Cost: " << ((double) (end - start) / NUMBER_OF_TIMES) << "ms"; in HWTEST_F() 145 int64_t end = UTCTimeSeconds(); in HWTEST_F() local 147 GTEST_LOG_(INFO) << "DataShareQuery Cost: " << ((double) (end - start) / NUMBER_OF_TIMES) << "ms"; in HWTEST_F() 167 int64_t end = UTCTimeSeconds(); in HWTEST_F() local 169 GTEST_LOG_(INFO) << "DataShareQuery1-3Column Cost: " << ((double) (end - start) / NUMBER_OF_TIMES) << "ms"; in HWTEST_F() 195 int64_t end = UTCTimeSeconds(); in HWTEST_F() local 197 GTEST_LOG_(INFO) << "DataShareQuery Cost: " << ((double) (end - start) / NUMBER_OF_TIMES) << "ms"; in HWTEST_F() 226 int64_t end in HWTEST_F() local 249 int64_t end = UTCTimeSeconds(); HWTEST_F() local 268 int64_t end = UTCTimeSeconds(); HWTEST_F() local 290 int64_t end = UTCTimeSeconds(); HWTEST_F() local 313 int64_t end = UTCTimeSeconds(); HWTEST_F() local 334 int64_t end = UTCTimeSeconds(); HWTEST_F() local 363 int64_t end = UTCTimeSeconds(); HWTEST_F() local 388 int64_t end = UTCTimeSeconds(); HWTEST_F() local 407 int64_t end = UTCTimeSeconds(); HWTEST_F() local 438 int64_t end = UTCTimeSeconds(); HWTEST_F() local 469 int64_t end = UTCTimeSeconds(); HWTEST_F() local 1013 int64_t end = UTCTimeSeconds(); HWTEST_F() local 1044 int64_t end = UTCTimeSeconds(); HWTEST_F() local 1087 int64_t end = UTCTimeSeconds(); HWTEST_F() local [all...] |
/third_party/node/deps/openssl/openssl/ssl/record/ |
H A D | ssl3_record.c | 320 * end. in ssl3_get_record() 592 goto end; in ssl3_get_record() 611 goto end; in ssl3_get_record() 619 goto end; in ssl3_get_record() 624 goto end; in ssl3_get_record() 655 goto end; in ssl3_get_record() 666 goto end; in ssl3_get_record() 679 goto end; in ssl3_get_record() 684 goto end; in ssl3_get_record() 691 size_t end; in ssl3_get_record() local [all...] |
/third_party/openssl/ssl/record/ |
H A D | ssl3_record.c | 320 * end. in ssl3_get_record() 592 goto end; in ssl3_get_record() 611 goto end; in ssl3_get_record() 619 goto end; in ssl3_get_record() 624 goto end; in ssl3_get_record() 655 goto end; in ssl3_get_record() 666 goto end; in ssl3_get_record() 679 goto end; in ssl3_get_record() 684 goto end; in ssl3_get_record() 691 size_t end; in ssl3_get_record() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | driver_nl80211_capa.c | 1844 int end) in nl80211_set_ht40_mode() 1850 if (chan->freq - 10 >= start && chan->freq + 10 <= end) in nl80211_set_ht40_mode() 1857 int end) in nl80211_set_ht40_mode_sec() 1865 if (chan->freq - 30 >= start && chan->freq - 10 <= end) in nl80211_set_ht40_mode_sec() 1867 if (chan->freq + 10 >= start && chan->freq + 30 <= end) in nl80211_set_ht40_mode_sec() 1873 static void nl80211_reg_rule_max_eirp(u32 start, u32 end, u32 max_eirp, in nl80211_reg_rule_max_eirp() argument 1885 (u32) chan->freq + 10 <= end) in nl80211_reg_rule_max_eirp() 1892 static void nl80211_reg_rule_ht40(u32 start, u32 end, in nl80211_reg_rule_ht40() argument 1901 nl80211_set_ht40_mode(&results->modes[m], start, end); in nl80211_reg_rule_ht40() 1909 u32 start, end, max_b in nl80211_reg_rule_sec() local 1843 nl80211_set_ht40_mode(struct hostapd_hw_modes *mode, int start, int end) nl80211_set_ht40_mode() argument 1856 nl80211_set_ht40_mode_sec(struct hostapd_hw_modes *mode, int start, int end) nl80211_set_ht40_mode_sec() argument 1933 nl80211_set_vht_mode(struct hostapd_hw_modes *mode, int start, int end, int max_bw) nl80211_set_vht_mode() argument 1984 u32 start, end, max_bw; nl80211_reg_rule_vht() local 2083 u32 start, end, max_eirp = 0, max_bw = 0, flags = 0; nl80211_get_reg() local 2184 char *end = pos + sizeof(str); nl80211_dump_chan_list() local [all...] |
/third_party/mbedtls/library/ |
H A D | ssl_tls12_server.c | 1592 * (At the end because we need information from the EC-based extensions in ssl_parse_client_hello() 1694 const unsigned char *end = ssl->out_msg + MBEDTLS_SSL_OUT_CONTENT_LEN; in ssl_write_cid_ext() local 1706 if (end < p || (size_t) (end - p) < (unsigned) (ssl->own_cid_len + 5)) { in ssl_write_cid_ext() 1929 const unsigned char *end = ssl->out_msg + MBEDTLS_SSL_OUT_CONTENT_LEN; in ssl_write_ecjpake_kkpp_ext() local 1942 if (end - p < 4) { in ssl_write_ecjpake_kkpp_ext() 1952 p + 2, (size_t) (end - p - 2), &kkpp_len, in ssl_write_ecjpake_kkpp_ext() 1962 p + 2, (size_t) (end - p - 2), &kkpp_len, in ssl_write_ecjpake_kkpp_ext() 1984 const unsigned char *end = ssl->out_msg + MBEDTLS_SSL_OUT_CONTENT_LEN; in ssl_write_use_srtp_ext() local 2007 if ((size_t) (end in ssl_write_use_srtp_ext() 2361 unsigned char *end = buf + MBEDTLS_SSL_OUT_CONTENT_LEN - 4; ssl_write_server_hello() local 2422 const unsigned char * const end = ssl->out_msg + MBEDTLS_SSL_OUT_CONTENT_LEN; ssl_write_certificate_request() local 3375 ssl_parse_client_dh_public(mbedtls_ssl_context *ssl, unsigned char **p, const unsigned char *end) ssl_parse_client_dh_public() argument 3433 ssl_decrypt_encrypted_pms(mbedtls_ssl_context *ssl, const unsigned char *p, const unsigned char *end, unsigned char *peer_pms, size_t *peer_pmslen, size_t peer_pmssize) ssl_decrypt_encrypted_pms() argument 3519 ssl_parse_encrypted_pms(mbedtls_ssl_context *ssl, const unsigned char *p, const unsigned char *end, size_t pms_offset) ssl_parse_encrypted_pms() argument 3603 ssl_parse_client_psk_identity(mbedtls_ssl_context *ssl, unsigned char **p, const unsigned char *end) ssl_parse_client_psk_identity() argument 3661 unsigned char *p, *end; ssl_parse_client_key_exchange() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/sliding_window/ |
H A D | water_flow_layout_info_sw.cpp | 109 return std::all_of(lanes_.back().begin(), lanes_.back().end(), [this](const Lane& lane) { in OutOfBounds() 139 res.end = std::min(0.0f, disToBot + delta); in GetOverScrolledDelta() 143 res.end = std::min(0.0f, disToBot + delta); in GetOverScrolledDelta() 145 res.end = delta; in GetOverScrolledDelta() 147 res.end = std::min(delta, -disToBot); in GetOverScrolledDelta() 172 std::all_of(section.begin(), section.end(), [](const auto& lane) { return lane.items_.empty(); }); in SectionEmpty() 176 return std::max_element(section.begin(), section.end(), [](const Lane& left, const Lane& right) { in SectionEndPos() 183 return std::min_element(section.begin(), section.end(), [](const Lane& left, const Lane& right) { 253 std::max_element(section.begin(), section.end(), [](const Lane& left, const Lane& right) { 271 lane.items_.begin(), lane.items_.end(), [id [all...] |
/foundation/multimedia/media_foundation/src/meta/ |
H A D | meta.cpp | 159 if (iter == g_metadataGetterSetterMap.end()) { in SetMetaData() 160 if (std::find(g_metadataBoolVector.begin(), g_metadataBoolVector.end(), tag) != g_metadataBoolVector.end()) { in SetMetaData() 173 if (iter == g_metadataGetterSetterMap.end()) { in GetMetaData() 174 if (std::find(g_metadataBoolVector.begin(), g_metadataBoolVector.end(), tag) != g_metadataBoolVector.end()) { in GetMetaData() 188 if (iter == g_metadataGetterSetterInt64Map.end()) { in SetMetaData() 198 if (iter == g_metadataGetterSetterInt64Map.end()) { in GetMetaData() 206 return (g_metadataGetterSetterMap.find(tag) != g_metadataGetterSetterMap.end()); in IsIntEnum() 211 return g_metadataGetterSetterInt64Map.find(tag) != g_metadataGetterSetterInt64Map.end(); in IsLongEnum() [all...] |
/foundation/multimodalinput/input/service/device_manager/src/ |
H A D | input_device_manager.cpp | 90 if (virtualInputDevices_.find(deviceId) != virtualInputDevices_.end()) { in GetInputDevice() 98 if (iter == inputDevice_.end()) { in GetInputDevice() 178 if (iter == inputDevice_.end()) { in SupportKeys() 210 if (auto iter = inputDevice_.find(deviceId); iter == inputDevice_.end()) { in GetDeviceConfig() 216 if (it == deviceConfig.end()) { in GetDeviceConfig() 278 if (item != virtualInputDevices_.end()) { in GetKeyboardType() 290 if (iter == inputDevice_.end()) { in GetKeyboardType() 327 for (auto it = inputDevice_.begin(); it != inputDevice_.end(); ++it) { in HasPointerDevice() 339 for (auto it = inputDevice_.begin(); it != inputDevice_.end(); ++it) { in HasTouchDevice() 473 for (auto it = inputDevice_.begin(); it != inputDevice_.end(); in OnInputDeviceRemoved() [all...] |
/foundation/resourceschedule/soc_perf/test/unittest/ |
H A D | socperf_server_test.cpp | 214 EXPECT_TRUE(iter != socPerfServer_->socPerf.recordDeviceMode_.end()); in HWTEST_F() 218 EXPECT_TRUE(iter2 == socPerfServer_->socPerf.recordDeviceMode_.end()); in HWTEST_F() 223 EXPECT_TRUE(iter3 == socPerfServer_->socPerf.recordDeviceMode_.end()); in HWTEST_F() 228 EXPECT_TRUE(iter4 == socPerfServer_->socPerf.recordDeviceMode_.end()); in HWTEST_F() 243 EXPECT_TRUE(iter != socPerfServer_->socPerf.recordDeviceMode_.end()); in HWTEST_F() 245 if (it_actions == socPerfServer_->socPerf.socPerfConfig_.perfActionsInfo_.end()) { in HWTEST_F() 257 if (iter_match != actions->modeMap.end()) { in HWTEST_F() 266 if (iter_invaild != socPerfServer_->socPerf.socPerfConfig_.perfActionsInfo_.end()) { in HWTEST_F() 270 if (iter_mode == actions->modeMap.end()) { in HWTEST_F() 300 if (it_actions == socPerfServer_->socPerf.socPerfConfig_.perfActionsInfo_.end()) { in HWTEST_F() [all...] |
/foundation/resourceschedule/qos_manager/services/src/ |
H A D | concurrent_task_controller.cpp | 200 list<int>::iterator iter = find(rsThreads_.begin(), rsThreads_.end(), queryTid); in QueryRenderService() 201 if (iter != rsThreads_.end()) { in QueryRenderService() 436 if (iter == msgType_.end()) { 500 for (auto iter = foregroundApp_.begin(); iter != foregroundApp_.end(); iter++) { 511 auto it = find(authApps_.begin(), authApps_.end(), pid); in NewForeground() 512 if (it == authApps_.end()) { in NewForeground() 534 for (auto iter = foregroundApp_.begin(); iter != foregroundApp_.end(); iter++) { in NewForeground() 566 auto it = find(authApps_.begin(), authApps_.end(), pid); in NewBackground() 567 if (it == authApps_.end()) { in NewBackground() 581 for (auto iter = foregroundApp_.begin(); iter != foregroundApp_.end(); ite in NewBackground() [all...] |
/foundation/communication/bluetooth_service/services/bluetooth/service/src/transport/ |
H A D | transport_l2cap.cpp | 79 for (it = this->transportMap_.begin(); it != this->transportMap_.end(); ++it) { in RemoveServer() 97 if (this->handleMap_.find(addr) != this->handleMap_.end()) { in AcceptConnection() 129 if (this->handleMap_.find(addr) != this->handleMap_.end()) { in RejectConnection() 202 if (g_clientTransportMap.find(lcid) != g_clientTransportMap.end()) { in FindClientTransport() 218 if (transport->transportMap_.find(lcid) != transport->transportMap_.end()) { in FindAcceptTransport() 263 for (it = g_clientTransportMap.begin(); it != g_clientTransportMap.end(); ++it) { in TransportL2cConnectReqCallback() 556 for (it = transport->handleMap_.begin(); it != transport->handleMap_.end(); ++it) { in TransportRecvConfigRspCallbackNative() 590 if (transport->transportMap_.find(lcid) != transport->transportMap_.end()) { in TransportRecvDisconnectionReqCallbackNative() 592 for (it = transport->handleMap_.begin(); it != transport->handleMap_.end(); ++it) { in TransportRecvDisconnectionReqCallbackNative() 606 for (it = transport->handleMap_.begin(); it != transport->handleMap_.end(); in TransportRecvDisconnectionReqCallbackNative() [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
H A D | numbers.cc | 133 // Returns a pointer to the end of the string (i.e. the null character 641 const char* end = start + text->size(); in safe_parse_sign_and_base() local 645 while (start < end && absl::ascii_isspace(start[0])) { in safe_parse_sign_and_base() 648 while (start < end && absl::ascii_isspace(end[-1])) { in safe_parse_sign_and_base() 649 --end; in safe_parse_sign_and_base() 651 if (start >= end) { in safe_parse_sign_and_base() 659 if (start >= end) { in safe_parse_sign_and_base() 669 if (end - start >= 2 && start[0] == '0' && in safe_parse_sign_and_base() 673 if (start >= end) { in safe_parse_sign_and_base() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
H A D | hlr_auc_gw.c | 500 char *end = buf + sizeof(buf); in update_milenage_file() local 538 pos += snprintf(pos, end - pos, "%s ", m->imsi); in update_milenage_file() 539 pos += wpa_snprintf_hex(pos, end - pos, m->ki, 16); in update_milenage_file() 541 pos += wpa_snprintf_hex(pos, end - pos, m->opc, 16); in update_milenage_file() 543 pos += wpa_snprintf_hex(pos, end - pos, m->amf, 2); in update_milenage_file() 545 pos += wpa_snprintf_hex(pos, end - pos, m->sqn, 6); in update_milenage_file() 737 char *pos, *end; in aka_req_auth() local 785 end = resp + resp_len; in aka_req_auth() 786 ret = snprintf(pos, end - pos, "AKA-RESP-AUTH %s ", imsi); in aka_req_auth() 787 if (ret < 0 || ret >= end in aka_req_auth() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
H A D | hlr_auc_gw.c | 500 char *end = buf + sizeof(buf); in update_milenage_file() local 538 pos += snprintf(pos, end - pos, "%s ", m->imsi); in update_milenage_file() 539 pos += wpa_snprintf_hex(pos, end - pos, m->ki, 16); in update_milenage_file() 541 pos += wpa_snprintf_hex(pos, end - pos, m->opc, 16); in update_milenage_file() 543 pos += wpa_snprintf_hex(pos, end - pos, m->amf, 2); in update_milenage_file() 545 pos += wpa_snprintf_hex(pos, end - pos, m->sqn, 6); in update_milenage_file() 737 char *pos, *end; in aka_req_auth() local 785 end = resp + resp_len; in aka_req_auth() 786 ret = snprintf(pos, end - pos, "AKA-RESP-AUTH %s ", imsi); in aka_req_auth() 787 if (ret < 0 || ret >= end in aka_req_auth() [all...] |
/foundation/multimedia/player_framework/services/utils/ |
H A D | media_dfx.cpp | 55 if (idMapIt == idMap_.end()) { in CollectReportMediaInfo() 63 if (ctUidToMediaInfo == mediaInfoMap_.end()) { in CollectReportMediaInfo() 68 if (uidToMediaInfo == ctUidToMediaInfo->second.end()) { in CollectReportMediaInfo() 83 if (reportCtUidToMediaInfo != reportMediaInfoMap_.end()) { in CollectReportMediaInfo() 85 if (it != reportCtUidToMediaInfo->second.end()) { in CollectReportMediaInfo() 233 for (auto it = listPair.second->begin(); it != listPair.second->end(); ++it) { in ParseOneEvent() 352 if (instanceIdMap != idMap_.end()) { in CreateMediaInfo() 363 if (ctUidToMediaInfo != mediaInfoMap_.end()) { in CreateMediaInfo() 365 if (it != ctUidToMediaInfo->second.end()) { in CreateMediaInfo() 388 if (idMapIt == idMap_.end()) { in AppendMediaInfo() [all...] |