/foundation/barrierfree/accessibility/services/aams/test/mock/src/ |
H A D | mock_accessibility_window_connection.cpp | 76 void AccessibilityWindowConnection::GetAllTreeId(std::vector<int32_t> &treeIds) in GetAllTreeId() argument 79 treeIds.emplace_back(treeId.first); in GetAllTreeId()
|
H A D | mock_accessible_ability_manager_service.cpp | 649 RetError AccessibleAbilityManagerService::GetAllTreeId(int32_t windowId, std::vector<int32_t> &treeIds) in GetAllTreeId() argument 652 (void)treeIds; in GetAllTreeId()
|
/foundation/barrierfree/accessibility/services/test/moduletest/mock/src/ |
H A D | mock_mt_accessibility_window_connection.cpp | 76 void MockAccessibilityWindowConnection::GetAllTreeId(std::vector<int32_t> &treeIds) in GetAllTreeId() argument 79 treeIds.emplace_back(treeId.first); in GetAllTreeId()
|
/foundation/barrierfree/accessibility/services/aams/src/ |
H A D | accessibility_window_connection.cpp | 80 void AccessibilityWindowConnection::GetAllTreeId(std::vector<int32_t> &treeIds) in GetAllTreeId() argument 83 treeIds.emplace_back(treeId.first); in GetAllTreeId()
|
H A D | accessible_ability_manager_service.cpp | 3085 RetError AccessibleAbilityManagerService::GetAllTreeId(int32_t windowId, std::vector<int32_t> &treeIds) in GetAllTreeId() argument 3093 connection->GetAllTreeId(treeIds); in GetAllTreeId()
|
/foundation/barrierfree/accessibility/services/aams/test/mock/include/ |
H A D | mock_accessibility_window_connection.h | 40 void GetAllTreeId(std::vector<int32_t> &treeIds);
|
H A D | mock_accessible_ability_manager_service.h | 108 MOCK_METHOD2(GetAllTreeId, RetError(int32_t windowId, std::vector<int32_t> &treeIds));
|
/foundation/barrierfree/accessibility/services/test/moduletest/mock/include/ |
H A D | mock_mt_accessibility_window_connection.h | 40 void GetAllTreeId(std::vector<int32_t> &treeIds);
|
/foundation/barrierfree/accessibility/services/aams/include/ |
H A D | accessibility_window_connection.h | 45 void GetAllTreeId(std::vector<int32_t> &treeIds);
|
H A D | accessible_ability_manager_service.h | 142 RetError GetAllTreeId(int32_t windowId, std::vector<int32_t> &treeIds) override;
|
/foundation/barrierfree/accessibility/services/test/mock/ |
H A D | mock_accessible_ability_manager_service_stub.cpp | 498 RetError MockAccessibleAbilityManagerServiceStub::GetAllTreeId(int32_t windowId, std::vector<int32_t> &treeIds) in GetAllTreeId() argument 501 (void)treeIds; in GetAllTreeId()
|
H A D | mock_accessible_ability_manager_service_stub.h | 122 RetError GetAllTreeId(int32_t windowId, std::vector<int32_t> &treeIds) override;
|
/foundation/barrierfree/accessibility/services/test/xts/src/asac_register_elemnt_operator_test/ |
H A D | asac_register_element_operator_xts.cpp | 624 RetError AsacRegisterElementOperatorXTS::GetAllTreeId(int32_t windowId, std::vector<int32_t> &treeIds) in GetAllTreeId() argument 627 (void)treeIds; in GetAllTreeId()
|
/foundation/barrierfree/accessibility/services/test/xts/src/sa_get_attribute_value/ |
H A D | sa_get_attribute_value_xts.cpp | 624 RetError SaGetAttributeValueXts::GetAllTreeId(int32_t windowId, std::vector<int32_t> &treeIds) in GetAllTreeId() argument 627 (void)treeIds; in GetAllTreeId()
|
/foundation/barrierfree/accessibility/interfaces/innerkits/test/mock/ |
H A D | mock_a11y_ability_manager_service.cpp | 649 RetError A11yManagerService::GetAllTreeId(int32_t windowId, std::vector<int32_t> &treeIds) in GetAllTreeId() argument 652 (void)treeIds; in GetAllTreeId()
|
/foundation/barrierfree/accessibility/common/interface/include/ |
H A D | i_accessible_ability_manager_service.h | 194 virtual RetError GetAllTreeId(int32_t windowId, std::vector<int32_t> &treeIds) = 0;
|
H A D | accessible_ability_manager_service_proxy.h | 170 virtual RetError GetAllTreeId(int32_t windowId, std::vector<int32_t> &treeIds) override;
|
/foundation/barrierfree/accessibility/common/interface/src/ |
H A D | accessible_ability_manager_service_stub.cpp | 1344 std::vector<int32_t> treeIds {}; in HandleGetAllTreeId() 1346 RetError result = GetAllTreeId(windowId, treeIds); in HandleGetAllTreeId() 1349 int32_t treeIdSize = static_cast<int32_t>(treeIds.size()); in HandleGetAllTreeId() 1351 for (auto &treeId : treeIds) { in HandleGetAllTreeId()
|
H A D | accessible_ability_manager_service_proxy.cpp | 1774 RetError AccessibleAbilityManagerServiceProxy::GetAllTreeId(int32_t windowId, std::vector<int32_t> &treeIds) in GetAllTreeId() argument 1804 treeIds.emplace_back(reply.ReadInt32()); in GetAllTreeId()
|
/foundation/barrierfree/accessibility/common/interface/test/fuzztest/accessibleabilitymanagerservicestub_fuzzer/ |
H A D | accessibleabilitymanagerservicestub_fuzzer.cpp | 322 RetError GetAllTreeId(int32_t windowId, std::vector<int32_t> &treeIds) override
|