Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/performance/timer/
H A DAppTimerAdapter.cpp88 bundleToId[key] = id; in AssignId()
95 bundleToId.erase(bundle); in RecycleId()
110 if (bundleToId.find(key) != bundleToId.end()) { in KeyToId()
111 return bundleToId[key]; in KeyToId()
118 if (bundleToId.find(key) != bundleToId.end()) { in ValidateExistKey()
H A DAppTimerAdapter.h47 std::map<std::string, int> bundleToId; variable