Home
last modified time | relevance | path

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

/test/testfwk/arkxtest/uitest/connection/
H A Dipc_transactor.h59 class ApiCallerProxy : public OHOS::IRemoteProxy<IApiCaller> { class
61 explicit ApiCallerProxy(const OHOS::sptr<OHOS::IRemoteObject> &impl);
62 virtual ~ApiCallerProxy() = default;
69 static inline OHOS::BrokerDelegator<ApiCallerProxy> delegator_;
98 sptr<ApiCallerProxy> remoteCaller_ = nullptr;
H A Dipc_transactor.cpp134 ApiCallerProxy::ApiCallerProxy(const sptr<IRemoteObject> &impl) : IRemoteProxy<IApiCaller>(impl) {} in ApiCallerProxy() function in OHOS::uitest::ApiCallerProxy
136 void ApiCallerProxy::Call(const ApiCallInfo &call, ApiReplyInfo &result) in Call()
165 bool ApiCallerProxy::SetBackCaller(const OHOS::sptr<IRemoteObject> &caller) in SetBackCaller()
178 bool ApiCallerProxy::SetRemoteDeathCallback(const sptr<IRemoteObject::DeathRecipient> &callback) in SetRemoteDeathCallback()
183 bool ApiCallerProxy::UnsetRemoteDeathCallback(const sptr<OHOS::IRemoteObject::DeathRecipient> &callback) in UnsetRemoteDeathCallback()
304 remoteCaller_ = new ApiCallerProxy(remoteObject); in InitAndConnectPeer()
310 remoteCaller_ = new ApiCallerProxy(remoteObject); in InitAndConnectPeer()

Completed in 2 milliseconds