Searched defs:windowId (Results 1 – 8 of 8) sorted by relevance
57 int32_t windowId; in filterKeyCode() local74 int32_t windowId; in unFilterKeyCode() local90 int32_t windowId; in IsWindowShown() local114 int32_t windowId; in ShowWindow() local132 int32_t windowId; in SetWindowStatusBarEnabled() local153 int32_t windowId; in SetWindowNavigationBarEnabled() local174 int32_t windowId; in SetWindowStatusBarColor() local278 int32_t windowId; in GetAvoidAreaByType() local304 int32_t windowId; in SetBackgroundColor() local321 int32_t windowId; in SetBrightness() local[all …]
1057 int32_t windowId = OH_Input_GetKeyEventWindowId(keyEvent); in SetKeyEventWindowId() local1072 int32_t windowId = OH_Input_GetKeyEventWindowId(keyEvent); in SetKeyEventWindowId2() local1087 int32_t windowId = OH_Input_GetKeyEventWindowId(keyEvent); in SetKeyEventWindowId3() local1101 int32_t windowId = OH_Input_GetKeyEventWindowId(nullptr); in GetKeyEventWindowId() local1115 int32_t windowId = OH_Input_GetMouseEventWindowId(mouseEvent); in SetMouseEventWindowId() local1130 int32_t windowId = OH_Input_GetMouseEventWindowId(mouseEvent); in SetMouseEventWindowId2() local1145 int32_t windowId = OH_Input_GetMouseEventWindowId(mouseEvent); in SetMouseEventWindowId3() local1159 int32_t windowId = OH_Input_GetMouseEventWindowId(nullptr); in GetMouseEventWindowId() local1173 int32_t windowId = OH_Input_GetTouchEventWindowId(touchEvent); in SetTouchEventWindowId() local1188 int32_t windowId = OH_Input_GetTouchEventWindowId(touchEvent); in SetTouchEventWindowId2() local[all …]
39 std::string windowId = "12"; member171 bool DFSNext(Widget &widget, uint32_t windowId) override in DFSNext()
115 virtual void GetHidumperInfo(std::string windowId, char **buf, size_t &len) {}; in GetHidumperInfo()
76 auto windowId = atoi(windowIdValue.substr(1, windowIdValue.size() - 2).c_str()); in AddExtraAttrs() local
68 bool ElementNodeIteratorImpl::DFSNext(Widget &widget, uint32_t windowId) in DFSNext()
921 static void CreateHidumperCmd(const std::string &windowId, vector<u16string> &result) in CreateHidumperCmd()932 void SysUiController::GetHidumperInfo(std::string windowId, char **buf, size_t &len) in GetHidumperInfo()
340 int32_t windowId = ScreenClient::GetInstance().AddWindow(windowProperty); in CreateWindow() local