Home
last modified time | relevance | path

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

/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()
74 nativeXcomponentsMap_[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_; member in OHOS::Ace::Framework::XComponentClient

Completed in 1 milliseconds