Searched refs:hiviewProperty_ (Results 1 – 2 of 2) sorted by relevance
939 auto propPair = hiviewProperty_.find(key); in GetHiviewProperty()940 if (propPair != hiviewProperty_.end()) { in GetHiviewProperty()948 auto propPair = hiviewProperty_.find(key); in SetHiviewProperty()949 if (forceUpdate || (propPair == hiviewProperty_.end())) { in SetHiviewProperty()950 hiviewProperty_[key] = value; in SetHiviewProperty()
209 std::map<std::string, std::string> hiviewProperty_; variable