Home
last modified time | relevance | path

Searched refs:nextKey (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/bpf/include/
H A Dbpf_mapper.h66 static int32_t GetNextKey(const int32_t mapFd, const Key &key, Key &nextKey) in GetNextKey() argument
74 bpfAttr.next_key = BpfMapKeyToU64(nextKey); in GetNextKey()
274 Key nextKey{}; in GetAllKeys()
275 while (BpfMapperImplement<Key, Value>::GetNextKey(mapFd_, key, nextKey) >= 0) { in GetAllKeys()
276 key = nextKey; in GetAllKeys()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H A Dwifi_p2p_dns_txt_record.cpp66 for (unsigned long nextKey = 0; nextKey < data.size(); ++count) { in KeyNum() local
67 nextKey += (data[nextKey] + 1) & 0xff; in KeyNum()
/ohos5.0/foundation/communication/netmanager_base/bpf/bpf_reader/
H A Dbpf_reader.h79 int GetNextKeyFromStatsMap(const Key &curkey, Key &nextKey) const;