Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_xcomponent.h68 auto it = nativeXcomponentsMap_.find(idWithContainerId); in GetNativeXComponentFromXcomponentsMap()
69 if (it != nativeXcomponentsMap_.end()) { in GetNativeXComponentFromXcomponentsMap()
74nativeXcomponentsMap_[idWithContainerId] = std::make_pair(nativeXComponentImpl, nativeXComponent); in GetNativeXComponentFromXcomponentsMap()
75 return nativeXcomponentsMap_[idWithContainerId]; in GetNativeXComponentFromXcomponentsMap()
94 auto it = nativeXcomponentsMap_.find(idWithContainerId); in DeleteFromNativeXcomponentsMapById()
95 if (it == nativeXcomponentsMap_.end()) { in DeleteFromNativeXcomponentsMapById()
102 nativeXcomponentsMap_.erase(it); in DeleteFromNativeXcomponentsMapById()
140 nativeXcomponentsMap_; variable