Home
last modified time | relevance | path

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

/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()
67 nextKey += (data[nextKey] + 1) & 0xff; in KeyNum()
/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()
/foundation/communication/netmanager_base/bpf/bpf_reader/
H A Dbpf_reader.h76 * @param nextKey reference of next Key
79 int GetNextKeyFromStatsMap(const Key &curkey, Key &nextKey) const;
/foundation/CastEngine/castengine_wifi_display/services/agent/
H A Dagent.cpp729 AgentRunStepKey nextKey = {event.eventMsg->requestId, step, weight}; in CheckRunStep() local
738 runEvents_.emplace(nextKey, event); in CheckRunStep()
747 if ((step == runStep_) || (runStep_ >= AGENT_STEP_DESTROY) || (runEvents_.count(nextKey))) { in CheckRunStep()
756 runEvents_.emplace(nextKey, event); in CheckRunStep()
/foundation/CastEngine/castengine_wifi_display/services/mediachannel/
H A Dbuffer_dispatcher.cpp1113 uint32_t nextKey = 0; in EraseOldGopDatas() local
1119 nextKey = keyIndexList_.back(); in EraseOldGopDatas()
1121 keyIndexList_.push_back(nextKey); in EraseOldGopDatas()
1125 MEDIA_LOGD("erase between 0 to next Video Frame %{public}d.", nextKey); in EraseOldGopDatas()
1126 DeleteHeadDatas(nextKey, false); in EraseOldGopDatas()
1127 nextKey = FindNextDeleteVideoIndex(); in EraseOldGopDatas()
1128 DeleteHeadDatas(nextKey, true); in EraseOldGopDatas()

Completed in 5 milliseconds