Home
last modified time | relevance | path

Searched refs:windowId (Results 1 – 22 of 22) sorted by relevance

/test/testfwk/arkxtest/uitest/test/
Dwidget_operator_test.cpp42 "windowId":"12", in ResetWindowAndNode()
51 "windowId":"12", in ResetWindowAndNode()
60 "windowId":"12", in ResetWindowAndNode()
69 "windowId":"12", in ResetWindowAndNode()
81 "windowId":"12", in ResetWindowAndNode()
90 "windowId":"12", in ResetWindowAndNode()
100 "windowId":"12", in ResetWindowAndNode()
114 "windowId":"12", in ResetWindowAndNode()
124 "windowId":"12", in ResetWindowAndNode()
133 "windowId":"12", in ResetWindowAndNode()
[all …]
Dui_driver_test.cpp53 "windowId":"12", in TEST_F()
63 "windowId":"12", in TEST_F()
105 "windowId":"12", in TEST_F()
115 "windowId":"12", in TEST_F()
165 "windowId":"12", in TEST_F()
175 "windowId":"12", in TEST_F()
211 "windowId":"12", in TEST_F()
221 "windowId":"12", in TEST_F()
253 "windowId":"12", in TEST_F()
275 "windowId":"123", in TEST_F()
[all …]
Dmock_element_node_iterator.h39 std::string windowId = "12"; member
98 eleRoot.windowId = obj["windowId"]; in WrapperJsonToElement()
227 std::string winId = element.windowId; in GenerateNodeHashCode()
263 widget.SetAttr(UiAttr::HOST_WINDOW_ID, element.windowId); in WrapperNodeAttrToVec()
Dselect_strategy_test.cpp112 "windowId":"12", in ConstructIterator()
120 "windowId":"12", in ConstructIterator()
128 "windowId":"12", in ConstructIterator()
136 "windowId":"12", in ConstructIterator()
148 "windowId":"12", in ConstructIterator()
157 "windowId":"12", in ConstructIterator()
167 "windowId":"12", in ConstructIterator()
180 "windowId":"12", in ConstructIterator()
189 "windowId":"12", in ConstructIterator()
197 "windowId":"12", in ConstructIterator()
[all …]
Dwidget_selector_test.cpp31 "windowId":"12", in SetUp()
40 "windowId":"12", in SetUp()
49 "windowId":"12", in SetUp()
58 "windowId":"12", in SetUp()
70 "windowId":"12", in SetUp()
79 "windowId":"12", in SetUp()
89 "windowId":"12", in SetUp()
103 "windowId":"12", in SetUp()
113 "windowId":"12", in SetUp()
122 "windowId":"12", in SetUp()
[all …]
/test/xts/acts/graphic/windowStage/entry/src/main/ets/test/
DwindowRichScene.test.ets52 let windowId = 'createWindow_Test_001'
54 name: windowId, windowType: 8888, ctx: context
80 let windowId = 'createWindow_Test_002'
82 name: windowId, windowType: 8888, ctx: context
114 let windowId = 'findWindow_Test_001'
116 name: windowId, windowType: ohosWindow.WindowType.TYPE_FLOAT, ctx: context
223 let windowId = 'find_Test_001'
225 name: windowId, windowType: ohosWindow.WindowType.TYPE_FLOAT, ctx: context
384 let windowId = "showWindow_Test_002"
386 name: windowId, windowType: ohosWindow.WindowType.TYPE_FLOAT, ctx: context
[all …]
DdisplayAndWindowRefactorInterface.test.ets192 let windowId = 'createWindowSameidsTest2'
194 name: windowId, windowType: ohosWindow.WindowType.TYPE_FLOAT, ctx: context
361 let windowId = 'createWindowSameidTest6'
363 name: windowId, windowType: ohosWindow.WindowType.TYPE_FLOAT, ctx: context
674 let windowId = 'testShowWindowTest_Callback_Form';
676 name: windowId, windowType: baseWndType, ctx: context
715 let windowId = 'testShowWindowTest_Promise_Form';
717 name: windowId, windowType: baseWndType, ctx: context
775 let windowId = 'testMoveWindowTo_X_Val300_Y_Val300_Promise';
778 name: windowId, windowType: baseWndType, ctx: context
[all …]
DparameterVerificationIsOptional.test.ets151 let windowId = 'touchOutside01';
157 name: windowId, windowType: ohosWindow.WindowType.TYPE_FLOAT, ctx: context
278 let windowId = 'touchOutside02';
281 name: windowId, windowType: ohosWindow.WindowType.TYPE_FLOAT, ctx: context
387 let windowId = 'window_off_windowSizeChange_Test_001';
390 name: windowId, windowType: baseWndType, ctx: context
452 let windowId = 'window_off_windowSizeChange_Test_002';
454 name: windowId, windowType: baseWndType, ctx: context
637 let windowId = 'window_off_screenshot_Test_001';
639 name: windowId, windowType: ohosWindow.WindowType.TYPE_FLOAT, ctx: context
[all …]
DwindowPromise.test.ets796 let windowId = 'sameids'
798 await ohosWindow.create(context, windowId, ohosWindow.WindowType.TYPE_FLOAT).then(
806 let ohosDataError = await ohosWindow.create(context, windowId, 1).catch((err) => {
826 let windowId = 'loadContentTest1';
829 name: windowId, windowType: baseWndType, ctx: context
870 let windowId = 'loadContentTest2';
873 name: windowId, windowType: baseWndType, ctx: context
1132 let windowId = 'destroyTest1';
1135 name: windowId, windowType: baseWndType, ctx: context
1155 let findWnd = await ohosWindow.find(windowId).catch((err) => {
DwindowCallback.test.ets977 let windowId = 'sameid'
982 ohosWindow.create(context, windowId, ohosWindow.WindowType.TYPE_FLOAT, (err, data) => {
1000 ohosWindow.create(context, windowId, ohosWindow.WindowType.TYPE_FLOAT, async (err, data) => {
1103 let windowId = 'destroy_Callbcak';
1109 ohosWindow.create(context, windowId, baseWndType, (err, data) => {
1134 await ohosWindow.find(windowId).then((data) => {
1156 let windowId = 'loadContent_Exist_Create_SysWin_Callback';
1162 ohosWindow.create(context, windowId, baseWndType, (err, data) => {
1203 let windowId = 'loadContent_Para_Is_Null_Create_SysWin_Callback';
1209 ohosWindow.create(context, windowId, baseWndType, (err, data) => {
/test/xts/dcts/distributedhardware/distributedscreentest/
Dtest.cpp339 int32_t windowId = ScreenClient::GetInstance().AddWindow(windowProperty); in CreateWindow() local
340 ScreenClient::GetInstance().ShowWindow(windowId); in CreateWindow()
341 sptr<Surface> surface = ScreenClient::GetInstance().GetSurface(windowId); in CreateWindow()
350 …DHLOGE("create window success, window id: %d, width: %d, height: %d", windowId, windowWidth, windo… in CreateWindow()
351 ScreenClient::GetInstance().RemoveWindow(windowId); in CreateWindow()
/test/xts/acts/arkui/ace_ets_component_api11_completion/entry/src/main/ets/MainAbility/pages/commonApi/
DsetCursor.ets29 let windowId = win.getWindowProperties().id;
30 let style: pointer.PointerStyle = pointer.getPointerStyleSync(windowId);
/test/xts/acts/inputmethod/InputMethodDrawnControl/entry/src/main/ets/test/
DinputMethod_setCallingWindow.test.ets76 …hen calling the setCallingWindow interface in Async mode, the parameter windowId=5 must be passed …
106 …hen calling the setCallingWindow interface in Async mode, the parameter windowId=0 must be passed …
135 …me When calling the setCallingWindow interface in Async mode, the parameter windowId='5' must be
237 …* @tc.name Async method calls the setCallingWindow interface. Missing parameter windowId must b…
268 * windowId=5 must be passed in
289 …me When calling the setCallingWindow interface in Promise mode, the parameter windowId=0 must be
311 … When calling the setCallingWindow interface in Promise mode, the parameter windowId='5' must be
386 …ame The setCallingWindow interface is called in Promise mode, and the parameter windowId must be
DinputMethod_drawnControl.test.ets783 windowId: 100
/test/xts/acts/multimodalinput/input_js_standard/src/main/js/test/
DPointer.test.js200 var windowId = data.id;
201 await pointer.setPointerStyle(windowId, 4).then(() => {
257 var windowId = data.id;
258 pointer.setPointerStyle(windowId, 4, (err) => {
320 var windowId = data.id;
321 await pointer.getPointerStyle(windowId).then((data) => {
377 var windowId = data.id;
378 pointer.getPointerStyle(windowId, (err, data) => {
/test/testfwk/arkxtest/uitest/core/
Ddump_handler.cpp76 auto windowId = atoi(windowIdValue.substr(1, windowIdValue.size() - 2).c_str()); in AddExtraAttrs() local
77 auto find = elementTrees.find(windowId); in AddExtraAttrs()
Dui_controller.h115 virtual void GetHidumperInfo(std::string windowId, char **buf, size_t &len) {}; in GetHidumperInfo() argument
/test/testfwk/arkxtest/uitest/server/
Dsystem_ui_controller.h71 void GetHidumperInfo(std::string windowId, char **buf, size_t &len) override;
Dsystem_ui_controller.cpp822 void SysUiController::GetHidumperInfo(std::string windowId, char **buf, size_t &len) in GetHidumperInfo() argument
858 …Utf16 = std::wstring_convert<std::codecvt_utf8_utf16<char16_t>, char16_t > {}.from_bytes(windowId); in GetHidumperInfo()
/test/xts/acts/multimodalinput/multimodalinput_ets_standard/entry/src/main/ets/test/
DMultimodalInputEventType.test.ets93 windowId: 1,
345 windowId: 1,
547 windowId: 1,
578 windowId: 1
584 expect(testInputEvent.windowId == 1).assertTrue();
/test/xts/acts/barrierfree/accessibilityerrcode/entry/src/main/ets/test/
DAccessibilityErrCode.test.ets768 expect(ElementAttributeValue.indexOf("windowId") != -1).assertTrue();
917 let windowId = 10;
919 axContext.getWindowRootElement(windowId, (err, data) => {
956 expect(data.indexOf("windowId") != -1).assertTrue();
/test/xts/acts/inputmethod/InputMethodEngine/entry/src/main/ets/test/
DinputMethodAbility.test.ets2325 let windowId: number = 2000;
2326 await inputMethodController.setCallingWindow(windowId)