Home
last modified time | relevance | path

Searched refs:foundItem (Results 1 - 3 of 3) sorted by relevance

/foundation/distributedhardware/distributed_hardware_fwk/av_transport/common/src/
H A Dsoftbus_channel_adapter.cpp144 auto foundItem = std::find_if(std::begin(mapArray), std::end(mapArray), in TransName2PkgName() local
146 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_SESSION_NAME_MAP), in FindSessNameByPeerSessName() local
156 if (foundItem != std::end(LOCAL_TO_PEER_SESSION_NAME_MAP)) { in FindSessNameByPeerSessName()
157 return foundItem->second; in FindSessNameByPeerSessName()
/foundation/ability/form_fwk/services/src/
H A Dform_timer_mgr.cpp871 UpdateAtItem foundItem; in UpdateAtTimerAlarm() local
872 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()
/foundation/distributedhardware/distributed_camera/services/channel/src/
H A Ddcamera_softbus_adapter.cpp508 auto foundItem = std::find_if(std::begin(LOCAL_TO_PEER_SESS_NAME_MAP), std::end(LOCAL_TO_PEER_SESS_NAME_MAP), in FindSessNameByPeerSessName() local
510 if (foundItem != std::end(LOCAL_TO_PEER_SESS_NAME_MAP)) { in FindSessNameByPeerSessName()
511 return foundItem->second; in FindSessNameByPeerSessName()

Completed in 5 milliseconds