Searched refs:foundItem (Results 1 – 14 of 14) sorted by relevance
158 const foundItem = hotspotAutoArray.find(itm => itm.name === i.api.name);159 let para: string[] = foundItem ? foundItem.para : [];
157 const foundItem = hotspotManagerAutoArray.find(itm => itm.name === i.api.name);158 let para: string[] = foundItem ? foundItem.para : [];
157 const foundItem = p2pAutoArray.find(itm => itm.name === i.api.name);158 let para: string[] = foundItem ? foundItem.para : [];
162 const foundItem = p2pManagerAutoArray.find(itm => itm.name === i.api.name);163 let para: string[] = foundItem ? foundItem.para : [];
184 const foundItem = wifiAutoArray.find(itm => itm.name === i.api.name);185 let para: string[] = foundItem ? foundItem.para : [];
179 const foundItem = wifiManagerAutoArray.find(itm => itm.name === i.api.name);180 let para: string[] = foundItem ? foundItem.para : [];
144 auto foundItem = std::find_if(std::begin(mapArray), std::end(mapArray), in TransName2PkgName() local146 if (foundItem != std::end(mapArray)) { in TransName2PkgName()147 return foundItem->second; in TransName2PkgName()154 …auto foundItem = std::find_if(std::begin(LOCAL_TO_PEER_SESSION_NAME_MAP), std::end(LOCAL_TO_PEER_S… in FindSessNameByPeerSessName() local156 if (foundItem != std::end(LOCAL_TO_PEER_SESSION_NAME_MAP)) { in FindSessNameByPeerSessName()157 return foundItem->second; in FindSessNameByPeerSessName()
203 const foundItem = hotspotScenarioArray.find(itm => itm.name === i.api.name);204 let para: string[] = foundItem ? foundItem.para : [];
202 const foundItem = hotspotManagerScenarioArray.find(itm => itm.name === i.api.name);203 let para: string[] = foundItem ? foundItem.para : [];
251 const foundItem = hotspotScenarioArray.find(itm => itm.name === i.api.name);252 let para: string[] = foundItem ? foundItem.para : [];
253 const foundItem = hotspotManagerScenarioArray.find(itm => itm.name === i.api.name);254 let para: string[] = foundItem ? foundItem.para : [];
254 const foundItem = wifiScenarioArray.find(itm => itm.name === i.api.name);255 let para: string[] = foundItem ? foundItem.para : [];
256 const foundItem = wifiManagerScenarioArray.find(itm => itm.name === i.api.name);257 let para: string[] = foundItem ? foundItem.para : [];
871 UpdateAtItem foundItem; in UpdateAtTimerAlarm() local872 bool found = FindNextAtTimerItem(nowAtTime, foundItem); in UpdateAtTimerAlarm()890 long nextWakeUpTime = foundItem.updateAtTime; in UpdateAtTimerAlarm()892 tmAtTime.tm_hour = foundItem.refreshTask.hour; in UpdateAtTimerAlarm()893 tmAtTime.tm_min = foundItem.refreshTask.min; in UpdateAtTimerAlarm()918 int32_t userId = foundItem.refreshTask.userId; in UpdateAtTimerAlarm()919 std::shared_ptr<WantAgent> wantAgent = GetUpdateAtWantAgent(foundItem.updateAtTime, userId); in UpdateAtTimerAlarm()