Home
last modified time | relevance | path

Searched refs:remoteChannelProxy (Results 1 - 2 of 2) sorted by relevance

/foundation/barrierfree/accessibility/common/interface/src/
H A Daccessible_ability_channel_proxy.cpp49 sptr<IRemoteObject> remoteChannelProxy = Remote(); in SendTransactCmd() local
50 if (remoteChannelProxy == nullptr) { in SendTransactCmd()
54 int32_t resultChannelProxy = remoteChannelProxy->SendRequest(static_cast<uint32_t>(code), data, reply, option); in SendTransactCmd()
/foundation/barrierfree/accessibility/common/interface/test/unittest/mock/
H A Dmock_accessible_ability_channel_proxy.cpp49 sptr<IRemoteObject> remoteChannelProxy = Remote(); in SendTransactCmd() local
50 if (remoteChannelProxy == nullptr) { in SendTransactCmd()
54 int32_t resultChannelProxy = remoteChannelProxy->SendRequest(static_cast<uint32_t>(code), data, reply, option); in SendTransactCmd()

Completed in 2 milliseconds