Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_stack_processor.h60 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
H A Djs_view.cpp518 std::map<std::string, JSRef<JSObject>> JSViewStackProcessor::viewMap_; member in OHOS::Ace::Framework::JSViewStackProcessor