Home
last modified time | relevance | path

Searched defs:windowId (Results 1 – 8 of 8) sorted by relevance

/test/xts/acts/graphic/windowNdk/entry/src/main/cpp/
DwindowNdkTest.cpp57 int32_t windowId; in filterKeyCode() local
74 int32_t windowId; in unFilterKeyCode() local
90 int32_t windowId; in IsWindowShown() local
114 int32_t windowId; in ShowWindow() local
132 int32_t windowId; in SetWindowStatusBarEnabled() local
153 int32_t windowId; in SetWindowNavigationBarEnabled() local
174 int32_t windowId; in SetWindowStatusBarColor() local
278 int32_t windowId; in GetAvoidAreaByType() local
304 int32_t windowId; in SetBackgroundColor() local
321 int32_t windowId; in SetBrightness() local
[all …]
/test/xts/acts/multimodalinput/multimodalinput_ndk_hvigor/InputNdkSystem/entry/src/main/cpp/
Dinputndksys.cpp1057 int32_t windowId = OH_Input_GetKeyEventWindowId(keyEvent); in SetKeyEventWindowId() local
1072 int32_t windowId = OH_Input_GetKeyEventWindowId(keyEvent); in SetKeyEventWindowId2() local
1087 int32_t windowId = OH_Input_GetKeyEventWindowId(keyEvent); in SetKeyEventWindowId3() local
1101 int32_t windowId = OH_Input_GetKeyEventWindowId(nullptr); in GetKeyEventWindowId() local
1115 int32_t windowId = OH_Input_GetMouseEventWindowId(mouseEvent); in SetMouseEventWindowId() local
1130 int32_t windowId = OH_Input_GetMouseEventWindowId(mouseEvent); in SetMouseEventWindowId2() local
1145 int32_t windowId = OH_Input_GetMouseEventWindowId(mouseEvent); in SetMouseEventWindowId3() local
1159 int32_t windowId = OH_Input_GetMouseEventWindowId(nullptr); in GetMouseEventWindowId() local
1173 int32_t windowId = OH_Input_GetTouchEventWindowId(touchEvent); in SetTouchEventWindowId() local
1188 int32_t windowId = OH_Input_GetTouchEventWindowId(touchEvent); in SetTouchEventWindowId2() local
[all …]
/test/testfwk/arkxtest/uitest/test/
Dmock_element_node_iterator.h39 std::string windowId = "12"; member
171 bool DFSNext(Widget &widget, uint32_t windowId) override in DFSNext()
/test/testfwk/arkxtest/uitest/core/
Dui_controller.h115 virtual void GetHidumperInfo(std::string windowId, char **buf, size_t &len) {}; in GetHidumperInfo()
Ddump_handler.cpp76 auto windowId = atoi(windowIdValue.substr(1, windowIdValue.size() - 2).c_str()); in AddExtraAttrs() local
/test/testfwk/arkxtest/uitest/server/
Delement_node_iterator_impl.cpp68 bool ElementNodeIteratorImpl::DFSNext(Widget &widget, uint32_t windowId) in DFSNext()
Dsystem_ui_controller.cpp921 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()
/test/xts/dcts/distributedhardware/distributedscreentest/
Dtest.cpp340 int32_t windowId = ScreenClient::GetInstance().AddWindow(windowProperty); in CreateWindow() local