Home
last modified time | relevance | path

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

/test/testfwk/arkxtest/uitest/core/
H A Dfrontend_api_handler.cpp1153 auto snapshot = driver.RetrieveWidget(image, out.exception_); in GenericComponentAttrGetter() local
1159 const auto bounds = snapshot->GetBounds(); in GenericComponentAttrGetter()
1167 const auto bounds = snapshot->GetBounds(); in GenericComponentAttrGetter()
1177 auto attrValue = snapshot->GetAttr(kAttr); in GenericComponentAttrGetter()
1193 auto snapshot = driver.RetrieveWidget(image, out.exception_); in RegisterExtensionHandler()
1194 if (out.exception_.code_ != NO_ERROR || snapshot == nullptr) { in RegisterExtensionHandler()
1201 const auto bounds = snapshot->GetBounds(); in RegisterExtensionHandler()
1210 data[ATTR_NAMES[i].data()] = snapshot->GetAttr(static_cast<UiAttr> (i)); in RegisterExtensionHandler()
1317 auto snapshot = driver.RetrieveWindow(window, out.exception_, in.apiId_ == "UiWindow.getTitle"); in RegisterUiWindowAttrGetters()
1323 out.resultValue_ = snapshot in RegisterUiWindowAttrGetters()
[all...]

Completed in 3 milliseconds