/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/test/unittest/common/ |
H A D | dialog_tdd_test.cpp | 299 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 D | window_pair_test.cpp | 180 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 D | avoid_area_controller_test.cpp | 176 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 D | window_group_mgr_test.cpp | 72 property->SetWindowId(static_cast<uint32_t>(missindId)); in SetUpTestCase()
|
H A D | accessibility_connection_test.cpp | 64 windowProperty1->SetWindowId(focusedWindow);
|
H A D | window_root_test.cpp | 261 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 D | point_event_injector.h | 33 void SetWindowId(int32_t windowId);
|
H A D | event_injector.cpp | 268 void EventInjector::SetWindowId(uint8_t windowId) in SetWindowId() function in OHOS::EventInjector 271 pointEventInjector_->SetWindowId(windowId); in SetWindowId()
|
H A D | point_event_injector.cpp | 86 void PointEventInjector::SetWindowId(int32_t windowId) in SetWindowId() function in OHOS::PointEventInjector
|
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/dfx/ |
H A D | event_injector.h | 171 void SetWindowId(uint8_t windowId);
|
/ohos5.0/foundation/barrierfree/accessibility/frameworks/common/src/ |
H A D | accessibility_event_info.cpp | 43 void AccessibilityMemo::SetWindowId(const int32_t windowId) in SetWindowId() function in OHOS::Accessibility::AccessibilityMemo 286 SetWindowId(windowId); in AccessibilityEventInfo()
|
H A D | accessibility_window_info.cpp | 54 void AccessibilityWindowInfo::SetWindowId(const int32_t id) in SetWindowId() function in OHOS::Accessibility::AccessibilityWindowInfo
|
/ohos5.0/foundation/window/window_manager/wmserver/include/ |
H A D | window_node_state_machine.h | 79 void SetWindowId(uint32_t id) in SetWindowId() function
|
/ohos5.0/foundation/window/window_manager/wmserver/src/ |
H A D | starting_window.cpp | 74 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 D | mock_accessibility_element_operator_stub.h | 48 MOCK_METHOD1(SetWindowId, void(int32_t windowId));
|
/ohos5.0/foundation/arkui/ui_lite/test/autotest/src/ |
H A D | auto_test_manager.cpp | 56 EventInjector::GetInstance()->SetWindowId(window->GetWindowId()); in SetUpTestCase()
|
/ohos5.0/foundation/barrierfree/accessibility/interfaces/innerkits/common/include/ |
H A D | accessibility_window_info.h | 79 void SetWindowId(const int32_t id);
|
H A D | accessibility_event_info.h | 70 void SetWindowId(const int32_t windowId);
|
/ohos5.0/foundation/barrierfree/accessibility/services/aams/test/mock/src/ |
H A D | mock_accessibility_window_manager.cpp | 95 info.SetWindowId(0); in CreateAccessibilityWindowInfo()
|
/ohos5.0/foundation/barrierfree/accessibility/frameworks/common/test/unittest/ |
H A D | accessibility_window_info_test.cpp | 103 windowInfo_->SetWindowId(1);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/ |
H A D | rs_surface_node.h | 135 void SetWindowId(uint32_t windowId);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/accessibility/ |
H A D | accessibility_node_manager.cpp | 436 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 D | pa_container.h | 114 void SetWindowId(uint32_t windowId) override {} in SetWindowId() function
|
/ohos5.0/foundation/barrierfree/accessibility/common/interface/src/parcel/ |
H A D | accessibility_event_info_parcel.cpp | 64 SetWindowId(windowId); in ReadFromParcelSecondPart()
|
/ohos5.0/foundation/window/window_manager/utils/src/ |
H A D | window_property.cpp | 469 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()
|