Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/core/
Dhiview_platform.cpp947 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()
Dhiview_platform.h143 std::map<std::string, std::string> hiviewProperty_; variable