Home
last modified time | relevance | path

Searched defs:xcomponentId (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_xcomponent.h34 std::string xcomponentId; member
54 …SXComponentController> GetControllerFromJSXComponentControllersMap(const std::string& xcomponentId) in GetControllerFromJSXComponentControllersMap()
65 const std::string& xcomponentId) in GetNativeXComponentFromXcomponentsMap()
79 …void AddControllerToJSXComponentControllersMap(const std::string& xcomponentId, JSXComponentContro… in AddControllerToJSXComponentControllersMap()
85 void DeleteControllerFromJSXComponentControllersMap(const std::string& xcomponentId) in DeleteControllerFromJSXComponentControllersMap()
91 void DeleteFromNativeXcomponentsMapById(const std::string& xcomponentId) in DeleteFromNativeXcomponentsMapById()
105 void AddJsValToJsValMap(const std::string& xcomponentId, const JSRef<JSVal>& jsVal) in AddJsValToJsValMap()
114 void DeleteFromJsValMapById(const std::string& xcomponentId) in DeleteFromJsValMapById()
124 bool GetJSVal(const std::string& xcomponentId, JSRef<JSVal>& jsVal) in GetJSVal()
H A Djs_xcomponent.cpp83 const std::string& surfaceId, const std::string& xcomponentId) { in SetControllerOnCreated()
127 … const std::string& surfaceId, const std::string& xcomponentId) { in SetControllerOnDestroyed()
246 auto detachCallback = [](const std::string& xcomponentId) { in Create()
329 const std::string& xcomponentId) { in JsOnLoad()
351 const std::string& xcomponentId) { in RegisterOnCreate()
376 const std::string& xcomponentId) { in RegisterOnDestroy()
393 const std::string& xcomponentId) { in JsOnDestroy()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/
H A Dxcomponent_component_client.h37 RefPtr<XComponentComponent> GetXComponentFromXcomponentsMap(const std::string& xcomponentId) in GetXComponentFromXcomponentsMap()
48 …void AddXComponentToXcomponentsMap(const std::string& xcomponentId, const RefPtr<XComponentCompone… in AddXComponentToXcomponentsMap()
61 void DeleteFromXcomponentsMapById(const std::string& xcomponentId) in DeleteFromXcomponentsMapById()
H A Dnative_interface_xcomponent_impl.cpp27 auto xcomponentId = xcomponentImpl_->GetXComponentId(); in GetXComponentId() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_ext_node_operation.cpp25 bool RSExtNodeOperation::CheckNeedToProcess(std::string xcomponentId) in CheckNeedToProcess()
31 void RSExtNodeOperation::ProcessRSExtNode(std::string xcomponentId, in ProcessRSExtNode()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/
H A Dxcomponent_event_hub.h44 void FireLoadEvent(const std::string& xcomponentId) const in FireLoadEvent()
56 void FireDestroyEvent(const std::string& xcomponentId) const in FireDestroyEvent()
92 …void FireControllerCreatedEvent(const std::string& surfaceId, const std::string& xcomponentId) con… in FireControllerCreatedEvent()
116 …void FireControllerDestroyedEvent(const std::string& surfaceId, const std::string& xcomponentId) c… in FireControllerDestroyedEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dxcomponent_model_impl.cpp63 auto xcomponentId = xcomponentComponent->GetId(); in SetOnLoad() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_xcomponent_bridge.cpp174 const std::string& surfaceId, const std::string& xcomponentId) { in SetControllerOnCreated()
233 const std::string& surfaceId, const std::string& xcomponentId) { in SetControllerOnDestroyed()
323 auto detachCallback = [](const std::string& xcomponentId) { in HandleDetachCallback()
623 …onLoad = [vm, func = panda::CopyableGlobal(vm, func), frameNode](const std::string& xcomponentId) { in SetOnLoad()
656 …estroy = [vm, func = panda::CopyableGlobal(vm, func), frameNode](const std::string& xcomponentId) { in SetOnDestroy()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/xcomponent/
H A Dxcomponent_test_ng.cpp863 auto detachCallback = [&detachFlage](const std::string& xcomponentId) { in __anon3398720b0b02()