Searched refs:mapCtxJdwp (Results 1 – 3 of 3) sorted by relevance
86 ASSERT_EQ(mJdwpTest->mapCtxJdwp.size(), 0u) << "Instanse HdcJdwp fail.";89 ASSERT_EQ(mJdwpTest->mapCtxJdwp.size(), 0u) << "Instanse HdcJdwp fail.";
53 for (auto &&obj : mapCtxJdwp) { in Stop()186 for (auto &&v : mapCtxJdwp) { in GetProcessListExtendPkgName()318 if (mapCtxJdwp.size() < maxMapSize) { in AdminContext()319 mapCtxJdwp[pid] = ctxJdwp; in AdminContext()326 mapCtxJdwp.erase(pid); in AdminContext()332 if (mapCtxJdwp.count(pid)) { in AdminContext()333 hRet = mapCtxJdwp[pid]; in AdminContext()340 mapCtxJdwp.clear(); in AdminContext()484 for (auto &&v : mapCtxJdwp) { in GetProcessList()
105 map<uint32_t, HCtxJdwp> mapCtxJdwp; variable