Home
last modified time | relevance | path

Searched refs:parentWindowId (Results 1 - 25 of 49) sorted by relevance

12

/foundation/barrierfree/accessibility/interfaces/innerkits/asacfwk/include/
H A Daccessibility_element_operator.h149 * @brief To return the result of parentWindowId
150 * @param parentWindowId: The parentWindowId Id.
152 virtual void SetParentWindowId(const int32_t parentWindowId) in SetParentWindowId() argument
154 (void)parentWindowId; in SetParentWindowId()
/foundation/window/window_manager/extension/window_extension/test/unittest/
H A Dwindow_extension_stub_impl_test.cpp66 uint32_t parentWindowId = 0; in HWTEST_F() local
71 auto res = windowExtensionStubImpl.CreateWindow(rect, parentWindowId, context, iSession); in HWTEST_F()
78 res = windowExtensionStubImpl.CreateWindow(rect, parentWindowId, context, iSession); in HWTEST_F()
/foundation/barrierfree/accessibility/services/aams/test/mock/src/
H A Dmock_accessibility_element_operator_proxy.cpp125 void AccessibilityElementOperatorProxy::SetParentWindowId(const int32_t parentWindowId) in SetParentWindowId() argument
127 (void)parentWindowId; in SetParentWindowId()
/foundation/barrierfree/accessibility/services/test/mock/
H A Dmock_accessibility_element_operator_proxy.cpp137 void MockAccessibilityElementOperatorProxy::SetParentWindowId(const int32_t parentWindowId) in SetParentWindowId() argument
140 testParentWindowId_ = parentWindowId; in SetParentWindowId()
H A Dmock_accessibility_element_operator_proxy.h149 * @brief To return the result of parentWindowId
150 * @param parentWindowId: The parentWindow Id.
152 void SetParentWindowId(const int32_t parentWindowId) override;
H A Dmock_accessibility_element_operator_impl.h205 * @brief To return the result of parentWindowId
206 * @param parentWindowId: The parentWindow Id.
208 void SetParentWindowId(const int32_t parentWindowId);
H A Dmock_accessibility_element_operator_impl.cpp283 void MockAccessibilityElementOperatorImpl::SetParentWindowId(const int32_t parentWindowId) in SetParentWindowId() argument
286 operator_->SetParentWindowId(parentWindowId); in SetParentWindowId()
/foundation/barrierfree/accessibility/services/test/moduletest/mock/src/
H A Dmock_mt_accessibility_element_operator_proxy.cpp125 void MockAccessibilityElementOperatorProxy::SetParentWindowId(const int32_t parentWindowId) in SetParentWindowId() argument
127 (void)parentWindowId; in SetParentWindowId()
/foundation/window/window_manager/extension/window_extension/src/
H A Dwindow_extension_stub_impl.cpp39 const Rect& rect, uint32_t parentWindowId, const std::shared_ptr<AbilityRuntime::Context>& context, in CreateWindow()
50 option->SetParentId(parentWindowId); in CreateWindow()
38 CreateWindow( const Rect& rect, uint32_t parentWindowId, const std::shared_ptr<AbilityRuntime::Context>& context, const sptr<IRemoteObject>& iSession) CreateWindow() argument
/foundation/window/window_manager/extension/window_extension/include/
H A Dwindow_extension_stub_impl.h41 const Rect& rect, uint32_t parentWindowId, const std::shared_ptr<AbilityRuntime::Context>& context,
/foundation/barrierfree/accessibility/frameworks/asacfwk/test/mock/include/
H A Dmocku_accessibility_system_ability_client_impl.h46 MOCK_METHOD1(SetParentWindowId, void(const int32_t parentWindowId));
H A Dmocku_accessibility_element_operator_impl.h46 MOCK_METHOD1(SetParentWindowId, void(const int32_t parentWindowId));
H A Dmock_accessibility_element_operator.h46 MOCK_METHOD1(SetParentWindowId, void(const int32_t parentWindowId));
/foundation/barrierfree/accessibility/common/interface/test/fuzztest/accessibleabilitymanagerservicestub_fuzzer/
H A Daccessibility_element_operator_fuzz_impl.h63 void SetParentWindowId(const int32_t parentWindowId) override
H A Daccessibleabilitymanagerservicestub_fuzzer_back.cpp176 int32_t parentWindowId = static_cast<int32_t>(*data); in HandleMultiRegisterAccessibilityElementOperatorTest() local
177 if (!request.WriteInt32(parentWindowId)) { in HandleMultiRegisterAccessibilityElementOperatorTest()
/foundation/barrierfree/accessibility/frameworks/asacfwk/src/
H A Daccessibility_element_operator_impl.cpp160 void AccessibilityElementOperatorImpl::SetParentWindowId(const int32_t parentWindowId) in SetParentWindowId() argument
162 HILOG_DEBUG("parentWindowId:[%{public}d]", parentWindowId); in SetParentWindowId()
163 operator_->SetParentWindowId(parentWindowId); in SetParentWindowId()
/foundation/barrierfree/accessibility/services/aams/test/mock/include/
H A Dmock_accessibility_element_operator_proxy.h50 MOCK_METHOD1(SetParentWindowId, void(const int32_t parentWindowId));
H A Dmock_accessibility_element_operator_stub.h53 MOCK_METHOD1(SetParentWindowId, void(const int32_t parentWindowId));
/foundation/barrierfree/accessibility/services/test/moduletest/mock/include/
H A Dmock_mt_accessibility_element_operator_proxy.h50 MOCK_METHOD1(SetParentWindowId, void(const int32_t parentWindowId));
H A Dmock_mt_accessibility_element_operator_stub.h53 MOCK_METHOD1(SetParentWindowId, void(const int32_t parentWindowId));
/foundation/barrierfree/accessibility/services/test/xts/inc/
H A Dmock_accessibility_element_operator_proxy.h50 MOCK_METHOD1(SetParentWindowId, void(const int32_t parentWindowId));
H A Dmock_accessibility_element_operator_stub.h53 MOCK_METHOD1(SetParentWindowId, void(const int32_t parentWindowId));
/foundation/arkui/ace_engine/frameworks/base/window/
H A Ddrag_window.h53 int32_t parentWindowId = -1; member
/foundation/barrierfree/accessibility/common/interface/test/fuzztest/accessibilityelementoperatorstub_fuzzer/
H A Daccessibilityelementoperatorstub_fuzzer.cpp52 void SetParentWindowId(const int32_t parentWindowId) override {}
/foundation/arkui/ace_engine/frameworks/core/accessibility/
H A Daccessibility_manager.h64 uint32_t parentWindowId = 0; member
219 uint32_t parentWindowId, int32_t parentTreeId, int64_t parentElementId) {}; in RegisterInteractionOperationAsChildTree()
218 RegisterInteractionOperationAsChildTree( uint32_t parentWindowId, int32_t parentTreeId, int64_t parentElementId) RegisterInteractionOperationAsChildTree() argument

Completed in 9 milliseconds

12