Home
last modified time | relevance | path

Searched refs:SetViewMap (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.h58 static void SetViewMap(const std::string& viewId, const JSRef<JSObject>& jsView) in SetViewMap() function
H A Djs_view.cpp782 Framework::JSViewStackProcessor::SetViewMap(std::to_string(uiNode->GetId()), jsViewObject_); in CreateViewNode()