Home
last modified time | relevance | path

Searched refs:GetAttrMap (Results 1 – 3 of 3) sorted by relevance

/test/testfwk/arkxtest/uitest/record/
Dui_record.cpp215 event.attributes = FindWidget(driver, event.x, event.y).GetAttrMap(); in HandleDownEvent()
274 …velocityTracker.GetLastTrackPoint().attributes = FindWidget(driver, event.x, event.y).GetAttrMap(); in HandleUpEvent()
/test/testfwk/arkxtest/uitest/core/
Dui_model.h202 std::map<std::string, std::string> GetAttrMap() const;
Dui_model.cpp89 std::map<std::string, std::string> Widget::GetAttrMap() const in GetAttrMap() function in OHOS::uitest::Widget