Home
last modified time | relevance | path

Searched refs:SetWindowId (Results 1 – 25 of 75) sorted by relevance

123

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/test/unittest/common/
H A Ddialog_tdd_test.cpp299 EventInjector::GetInstance()->SetWindowId(window->GetWindowId() + 1); in DialogTest001()
329 EventInjector::GetInstance()->SetWindowId(window->GetWindowId() + 1); in DialogTest002()
347 EventInjector::GetInstance()->SetWindowId(window->GetWindowId() + 1); in DialogTest002()
377 EventInjector::GetInstance()->SetWindowId(window->GetWindowId() + 1); in DialogTest003()
395 EventInjector::GetInstance()->SetWindowId(window->GetWindowId() + 1); in DialogTest003()
413 EventInjector::GetInstance()->SetWindowId(window->GetWindowId() + 1); in DialogTest003()
443 EventInjector::GetInstance()->SetWindowId(window->GetWindowId() + 1); in DialogTest004()
461 EventInjector::GetInstance()->SetWindowId(window->GetWindowId() + 1); in DialogTest004()
479 EventInjector::GetInstance()->SetWindowId(window->GetWindowId() + 1); in DialogTest004()
509 EventInjector::GetInstance()->SetWindowId(window->GetWindowId() + 1); in DialogTest005()
/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_pair_test.cpp180 property1->SetWindowId(1);
195 property1->SetWindowId(1);
211 property1->SetWindowId(1);
460 property0->SetWindowId(1);
464 property1->SetWindowId(2);
468 property2->SetWindowId(3);
492 property0->SetWindowId(1);
496 property1->SetWindowId(2);
500 property2->SetWindowId(3);
523 property0->SetWindowId(1);
[all …]
H A Davoid_area_controller_test.cpp176 statusbarProperty->SetWindowId(100u); in SetUpTestCase()
185 navigationBarProperty->SetWindowId(101u); in SetUpTestCase()
194 keyboardProperty->SetWindowId(101u); in SetUpTestCase()
226 property->SetWindowId(windowId); in createWindowProperty()
H A Dwindow_group_mgr_test.cpp72 property->SetWindowId(static_cast<uint32_t>(missindId)); in SetUpTestCase()
H A Daccessibility_connection_test.cpp64 windowProperty1->SetWindowId(focusedWindow);
H A Dwindow_root_test.cpp261 property->SetWindowId(1);
266 property->SetWindowId(2);
651 node->property_->SetWindowId(1);
686 node->property_->SetWindowId(1);
706 node->property_->SetWindowId(1);
1292 windowNode->property_->SetWindowId(0);
1338 node->property_->SetWindowId(0);
1343 node1->property_->SetWindowId(1);
1392 node->property_->SetWindowId(1);
/ohos5.0/foundation/arkui/ui_lite/frameworks/dfx/
H A Dpoint_event_injector.h33 void SetWindowId(int32_t windowId);
H A Devent_injector.cpp268 void EventInjector::SetWindowId(uint8_t windowId) in SetWindowId() function in OHOS::EventInjector
271 pointEventInjector_->SetWindowId(windowId); in SetWindowId()
H A Dpoint_event_injector.cpp86 void PointEventInjector::SetWindowId(int32_t windowId) in SetWindowId() function in OHOS::PointEventInjector
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/dfx/
H A Devent_injector.h171 void SetWindowId(uint8_t windowId);
/ohos5.0/foundation/barrierfree/accessibility/frameworks/common/src/
H A Daccessibility_event_info.cpp43 void AccessibilityMemo::SetWindowId(const int32_t windowId) in SetWindowId() function in OHOS::Accessibility::AccessibilityMemo
286 SetWindowId(windowId); in AccessibilityEventInfo()
H A Daccessibility_window_info.cpp54 void AccessibilityWindowInfo::SetWindowId(const int32_t id) in SetWindowId() function in OHOS::Accessibility::AccessibilityWindowInfo
/ohos5.0/foundation/window/window_manager/wmserver/include/
H A Dwindow_node_state_machine.h79 void SetWindowId(uint32_t id) in SetWindowId() function
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dstarting_window.cpp74 node->stateMachine_.SetWindowId(winId); in CreateWindowNode()
128 property->SetWindowId(winId); in InitializeWindowProperty()
262 node->stateMachine_.SetWindowId(windowId); in HandleClientWindowCreate()
/ohos5.0/foundation/barrierfree/accessibility/services/aams/test/mock/include/
H A Dmock_accessibility_element_operator_stub.h48 MOCK_METHOD1(SetWindowId, void(int32_t windowId));
/ohos5.0/foundation/arkui/ui_lite/test/autotest/src/
H A Dauto_test_manager.cpp56 EventInjector::GetInstance()->SetWindowId(window->GetWindowId()); in SetUpTestCase()
/ohos5.0/foundation/barrierfree/accessibility/interfaces/innerkits/common/include/
H A Daccessibility_window_info.h79 void SetWindowId(const int32_t id);
H A Daccessibility_event_info.h70 void SetWindowId(const int32_t windowId);
/ohos5.0/foundation/barrierfree/accessibility/services/aams/test/mock/src/
H A Dmock_accessibility_window_manager.cpp95 info.SetWindowId(0); in CreateAccessibilityWindowInfo()
/ohos5.0/foundation/barrierfree/accessibility/frameworks/common/test/unittest/
H A Daccessibility_window_info_test.cpp103 windowInfo_->SetWindowId(1);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_surface_node.h135 void SetWindowId(uint32_t windowId);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/accessibility/
H A Daccessibility_node_manager.cpp436 accessibilityNode->SetWindowId(context->GetWindowId()); in CreateDeclarativeAccessibilityNode()
465 accessibilityNode->SetWindowId(context->GetWindowId()); in CreateCommonAccessibilityNode()
506 parentNode->SetWindowId(context->GetWindowId()); in GetRootAccessibilityNode()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dpa_container.h114 void SetWindowId(uint32_t windowId) override {} in SetWindowId() function
/ohos5.0/foundation/barrierfree/accessibility/common/interface/src/parcel/
H A Daccessibility_event_info_parcel.cpp64 SetWindowId(windowId); in ReadFromParcelSecondPart()
/ohos5.0/foundation/window/window_manager/utils/src/
H A Dwindow_property.cpp469 void WindowProperty::SetWindowId(uint32_t windowId) in SetWindowId() function in OHOS::Rosen::WindowProperty
767 property->SetWindowId(parcel.ReadUint32()); in Unmarshalling()
883 SetWindowId(parcel.ReadUint32()); in Read()

123