Searched refs:propPair (Results 1 – 1 of 1) sorted by relevance
936 auto propPair = hiviewProperty_.find(key); in GetHiviewProperty() local937 if (propPair != hiviewProperty_.end()) { in GetHiviewProperty()938 return propPair->second; in GetHiviewProperty()945 auto propPair = hiviewProperty_.find(key); in SetHiviewProperty() local946 if (forceUpdate || (propPair == hiviewProperty_.end())) { in SetHiviewProperty()