Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/core/
H A Dhiview_platform.cpp936 auto propPair = hiviewProperty_.find(key); in GetHiviewProperty() local
937 if (propPair != hiviewProperty_.end()) { in GetHiviewProperty()
938 return propPair->second; in GetHiviewProperty()
945 auto propPair = hiviewProperty_.find(key); in SetHiviewProperty() local
946 if (forceUpdate || (propPair == hiviewProperty_.end())) { in SetHiviewProperty()