Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/plugins/performance/scene_data_processor/
H A DSceneDataMapDbAdapter.cpp21 for (std::map<int32_t, std::string>::iterator it = pidBundleMap.begin(); it != pidBundleMap.end();) { in ClearMapByBundleName()
23 it = pidBundleMap.erase(it); in ClearMapByBundleName()
33 if (!pidBundleMap.count(appId)) { in SaveAppIdIntoMap()
34 pidBundleMap.insert(std::make_pair(appId, bundleName)); in SaveAppIdIntoMap()
36 pidBundleMap[appId] = bundleName; in SaveAppIdIntoMap()
H A DSceneDataMapDbAdapter.h25 std::map<int32_t, std::string> pidBundleMap; member in OHOS::HiviewDFX::SceneDataMapDbAdapter
H A DAppLaunchSceneDataProcessor.cpp61 if (pidBundleMap.find(data.appPid) != pidBundleMap.end()) { in GetBundleName()
62 bundleName = pidBundleMap[data.appPid]; in GetBundleName()

Completed in 1 milliseconds