Home
last modified time | relevance | path

Searched defs:taskIter (Results 1 – 1 of 1) sorted by relevance

/developtools/profiler/device/plugins/native_daemon/native_memory_profiler_sa/src/
Dnative_memory_profiler_sa_service.cpp159 if (auto taskIter = pidCtx_.find(pid); taskIter != pidCtx_.end()) { in StopHook() local
162 …} else if (auto taskIter = nameAndFilePathCtx_.find(name); taskIter != nameAndFilePathCtx_.end()) { in StopHook() local