Home
last modified time | relevance | path

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

/test/testfwk/arkxtest/uitest/server/
H A Dserver_main.cpp110 static void DumpLayoutImpl(string_view path, bool listWindows, bool initController, bool addExternAttr, in DumpLayoutImpl() argument
124 driver.DumpUiHierarchy(data, listWindows, addExternAttr, err); in DumpLayoutImpl()
148 const bool addExternAttr = params.find('a') != params.end(); in DumpLayout() local
150 DumpLayoutImpl(savePath, listWindows, true, addExternAttr, err); in DumpLayout()
/test/testfwk/arkxtest/uitest/core/
H A Dui_driver.h69 void DumpUiHierarchy(nlohmann::json &out, bool listWindows, bool addExternAttr, ApiCallErr &error);
H A Dui_driver.cpp141 void UiDriver::DumpUiHierarchy(nlohmann::json &out, bool listWindows, bool addExternAttr, ApiCallErr &error) in DumpUiHierarchy() argument
166 if (addExternAttr) { in DumpUiHierarchy()

Completed in 3 milliseconds