Home
last modified time | relevance | path

Searched refs:InteractionOperationDeathRecipient (Results 1 - 4 of 4) sorted by relevance

/foundation/barrierfree/accessibility/services/aams/include/
H A Daccessible_ability_manager_service.h325 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 Dsa_perform_action_xts.cpp805 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 Dsamgr_register_element_test.cpp805 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 Daccessible_ability_manager_service.cpp805 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