Searched defs:Window (Results 1 – 12 of 12) sorted by relevance
17 import type Window from '@ohos.window'; alias
18 import type Window from '@ohos.window'; alias
37 …void GetUiHierarchy(vector<pair<Window, nlohmann::json>>& out, bool getWidgetNodes, string targetA… in GetUiHierarchy()
51 …void GetUiHierarchy(vector<pair<Window, nlohmann::json>>& out, bool getWidgetNodes, string targetA… in GetUiHierarchy()
348 explicit Window(int32_t id) : id_(id) {}; in Window() function
346 …void SysUiController::GetUiHierarchy(vector<pair<Window, nlohmann::json>> &out, bool getWidgetNode… in GetUiHierarchy()