Home
last modified time | relevance | path

Searched refs:bundleToId (Results 1 - 2 of 2) sorted by relevance

/base/hiviewdfx/hiview/plugins/performance/timer/
H A DAppTimerAdapter.cpp90 bundleToId[key] = id; in AssignId()
97 bundleToId.erase(bundle); in RecycleId()
112 if (bundleToId.find(key) != bundleToId.end()) { in KeyToId()
113 return bundleToId[key]; in KeyToId()
120 if (bundleToId.find(key) != bundleToId.end()) { in ValidateExistKey()
121 throw std::invalid_argument("bundleToId key exist duplicated this record"); in ValidateExistKey()
H A DAppTimerAdapter.h49 std::map<std::string, int> bundleToId; member in OHOS::HiviewDFX::AppTimerAdapter

Completed in 1 milliseconds