Searched refs:InteractionOperationDeathRecipient (Results 1 - 4 of 4) sorted by relevance
/foundation/barrierfree/accessibility/services/aams/include/ |
H A D | accessible_ability_manager_service.h | 325 class InteractionOperationDeathRecipient final : public IRemoteObject::DeathRecipient { 327 InteractionOperationDeathRecipient(int32_t windowId, int32_t accountId) : windowId_(windowId), in InteractionOperationDeathRecipient() function in OHOS::Accessibility::AccessibleAbilityManagerService::final 329 InteractionOperationDeathRecipient(int32_t windowId, int32_t treeId, int32_t accountId) : windowId_(windowId), in InteractionOperationDeathRecipient() function in OHOS::Accessibility::AccessibleAbilityManagerService::final 331 ~InteractionOperationDeathRecipient() final = default; 332 DISALLOW_COPY_AND_MOVE(InteractionOperationDeathRecipient);
|
/foundation/barrierfree/accessibility/services/test/xts/src/sa_perform_action_test/ |
H A D | sa_perform_action_xts.cpp | 805 new(std::nothrow) InteractionOperationDeathRecipient(windowId, currentAccountId_); in RegisterElementOperator() 917 new(std::nothrow) InteractionOperationDeathRecipient(parameter.windowId, treeIdSingle, in RegisterElementOperator() 1462 void SaPerformActionXTS::InteractionOperationDeathRecipient::OnRemoteDied( in OnRemoteDied()
|
/foundation/barrierfree/accessibility/services/test/xts/src/samgr_register_element_test/ |
H A D | samgr_register_element_test.cpp | 805 new(std::nothrow) InteractionOperationDeathRecipient(windowId, currentAccountId_); in RegisterElementOperator() 917 new(std::nothrow) InteractionOperationDeathRecipient(parameter.windowId, treeIdSingle, in RegisterElementOperator() 1462 void AccessibleAbilityManagerService::InteractionOperationDeathRecipient::OnRemoteDied( in OnRemoteDied()
|
/foundation/barrierfree/accessibility/services/aams/src/ |
H A D | accessible_ability_manager_service.cpp | 805 new(std::nothrow) InteractionOperationDeathRecipient(windowId, currentAccountId_); in RegisterElementOperator() 917 new(std::nothrow) InteractionOperationDeathRecipient(parameter.windowId, treeIdSingle, in RegisterElementOperator() 1467 void AccessibleAbilityManagerService::InteractionOperationDeathRecipient::OnRemoteDied( in OnRemoteDied()
|
Completed in 14 milliseconds