Searched refs:addExternAttr (Results 1 - 3 of 3) sorted by relevance
/test/testfwk/arkxtest/uitest/server/ |
H A D | server_main.cpp | 110 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 D | ui_driver.h | 69 void DumpUiHierarchy(nlohmann::json &out, bool listWindows, bool addExternAttr, ApiCallErr &error);
|
H A D | ui_driver.cpp | 141 void UiDriver::DumpUiHierarchy(nlohmann::json &out, bool listWindows, bool addExternAttr, ApiCallErr &error) in DumpUiHierarchy() argument 166 if (addExternAttr) { in DumpUiHierarchy()
|
Completed in 3 milliseconds