Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_xcomponent.h56 auto idWithContainerId = xcomponentId + std::to_string(Container::CurrentId()); in GetControllerFromJSXComponentControllersMap() local
57 auto iter = jsXComponentControllersMap_.find(idWithContainerId); in GetControllerFromJSXComponentControllersMap()
67 auto idWithContainerId = xcomponentId + std::to_string(Container::CurrentId()); in GetNativeXComponentFromXcomponentsMap() local
68 auto it = nativeXcomponentsMap_.find(idWithContainerId); in GetNativeXComponentFromXcomponentsMap()
74 nativeXcomponentsMap_[idWithContainerId] = std::make_pair(nativeXComponentImpl, nativeXComponent); in GetNativeXComponentFromXcomponentsMap()
75 return nativeXcomponentsMap_[idWithContainerId]; in GetNativeXComponentFromXcomponentsMap()
81 auto idWithContainerId = xcomponentId + std::to_string(Container::CurrentId()); in AddControllerToJSXComponentControllersMap() local
82 jsXComponentControllersMap_[idWithContainerId] = controller; in AddControllerToJSXComponentControllersMap()
87 auto idWithContainerId = xcomponentId + std::to_string(Container::CurrentId()); in DeleteControllerFromJSXComponentControllersMap() local
88 jsXComponentControllersMap_.erase(idWithContainerId); in DeleteControllerFromJSXComponentControllersMap()
93 auto idWithContainerId = xcomponentId + std::to_string(Container::CurrentId()); DeleteFromNativeXcomponentsMapById() local
107 auto idWithContainerId = xcomponentId + std::to_string(Container::CurrentId()); AddJsValToJsValMap() local
116 auto idWithContainerId = xcomponentId + std::to_string(Container::CurrentId()); DeleteFromJsValMapById() local
126 auto idWithContainerId = xcomponentId + std::to_string(Container::CurrentId()); GetJSVal() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/
H A Dxcomponent_component_client.h39 auto idWithContainerId = xcomponentId + std::to_string(Container::CurrentId()); in GetXComponentFromXcomponentsMap() local
40 auto iter = xcomponentsMap_.find(idWithContainerId); in GetXComponentFromXcomponentsMap()
50 auto idWithContainerId = xcomponentId + std::to_string(Container::CurrentId()); in AddXComponentToXcomponentsMap() local
51 auto result = xcomponentsMap_.try_emplace(idWithContainerId, component); in AddXComponentToXcomponentsMap()
63 auto idWithContainerId = xcomponentId + std::to_string(Container::CurrentId()); in DeleteFromXcomponentsMapById() local
64 auto it = xcomponentsMap_.find(idWithContainerId); in DeleteFromXcomponentsMapById()

Completed in 2 milliseconds