Searched refs:propPair (Results 1 – 1 of 1) sorted by relevance
939 auto propPair = hiviewProperty_.find(key); in GetHiviewProperty() local940 if (propPair != hiviewProperty_.end()) { in GetHiviewProperty()941 return propPair->second; in GetHiviewProperty()948 auto propPair = hiviewProperty_.find(key); in SetHiviewProperty() local949 if (forceUpdate || (propPair == hiviewProperty_.end())) { in SetHiviewProperty()