Searched refs:viewMap_ (Results 1 – 2 of 2) sorted by relevance
60 if (viewMap_.find(viewId) != viewMap_.end()) { in SetViewMap()65 viewMap_.emplace(viewId, jsView); in SetViewMap()70 auto it = viewMap_.find(viewId); in GetViewById()71 if (it == viewMap_.end()) { in GetViewById()102 static std::map<std::string, JSRef<JSObject>> viewMap_; variable
518 std::map<std::string, JSRef<JSObject>> JSViewStackProcessor::viewMap_; member in OHOS::Ace::Framework::JSViewStackProcessor