Home
last modified time | relevance | path

Searched defs:xcomponentId (Results 1 - 5 of 5) sorted by relevance

/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() argument
31 void RSExtNodeOperation::ProcessRSExtNode(std::string xcomponentId, in ProcessRSExtNode() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dxcomponent_model_impl.cpp62 auto xcomponentId = xcomponentComponent->GetId(); in SetOnLoad() local
/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/
H A Dxcomponent_component_client.h37 RefPtr<XComponentComponent> GetXComponentFromXcomponentsMap(const std::string& xcomponentId) in GetXComponentFromXcomponentsMap() argument
48 void AddXComponentToXcomponentsMap(const std::string& xcomponentId, const RefPtr<XComponentComponent>& component) in AddXComponentToXcomponentsMap() argument
61 void DeleteFromXcomponentsMapById(const std::string& xcomponentId) in DeleteFromXcomponentsMapById() argument
H A Dnative_interface_xcomponent_impl.cpp27 auto xcomponentId = xcomponentImpl_->GetXComponentId(); in GetXComponentId() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_xcomponent.h34 std::string xcomponentId; member
54 RefPtr<JSXComponentController> GetControllerFromJSXComponentControllersMap(const std::string& xcomponentId) in GetControllerFromJSXComponentControllersMap() argument
79 void AddControllerToJSXComponentControllersMap(const std::string& xcomponentId, JSXComponentController*& controller) in AddControllerToJSXComponentControllersMap() argument
85 void DeleteControllerFromJSXComponentControllersMap(const std::string& xcomponentId) in DeleteControllerFromJSXComponentControllersMap() argument
91 void DeleteFromNativeXcomponentsMapById(const std::string& xcomponentId) in DeleteFromNativeXcomponentsMapById() argument
64 GetNativeXComponentFromXcomponentsMap( const std::string& xcomponentId) GetNativeXComponentFromXcomponentsMap() argument
105 AddJsValToJsValMap(const std::string& xcomponentId, const JSRef<JSVal>& jsVal) AddJsValToJsValMap() argument
114 DeleteFromJsValMapById(const std::string& xcomponentId) DeleteFromJsValMapById() argument
124 GetJSVal(const std::string& xcomponentId, JSRef<JSVal>& jsVal) GetJSVal() argument
[all...]

Completed in 3 milliseconds