Home
last modified time | relevance | path

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

/test/testfwk/arkxtest/uitest/core/
Dwidget_selector.h49 const FrontEndClassDef& GetFrontendClassDef() const override in GetFrontendClassDef() function
Dfrontend_api_handler.h32 virtual const FrontEndClassDef& GetFrontendClassDef() const = 0;
Dui_driver.h68 const FrontEndClassDef &GetFrontendClassDef() const override in GetFrontendClassDef() function
Dui_model.h171 const FrontEndClassDef &GetFrontendClassDef() const override in GetFrontendClassDef() function
316 const FrontEndClassDef &GetFrontendClassDef() const override in GetFrontendClassDef() function
Dui_action.h66 const FrontEndClassDef &GetFrontendClassDef() const override in GetFrontendClassDef() function
Dfrontend_api_handler.cpp391 const auto typeName = string(ptr->GetFrontendClassDef().name_); in StoreBackendObject()