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