Home
last modified time | relevance | path

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

/base/msdp/device_status/services/native/src/
Ddevicestatus_dumper.cpp261 auto appInfoSetIter = appInfoMap_.find(appInfo->type); in RemoveAppInfo() local
262 if (appInfoSetIter == appInfoMap_.end()) { in RemoveAppInfo()
267 appInfo->type, appInfoMap_[appInfoSetIter->first].size()); in RemoveAppInfo()