Searched refs:viewMap_ (Results 1 - 2 of 2) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ | ||
H A D | js_view_stack_processor.h | 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_; member in OHOS::Ace::Framework::JSViewStackProcessor |
H A D | js_view.cpp | 515 std::map<std::string, JSRef<JSObject>> JSViewStackProcessor::viewMap_; member in OHOS::OHOS::Ace::Framework::JSViewStackProcessor |
Completed in 3 milliseconds