Searched refs:proxyTest (Results 1 – 4 of 4) sorted by relevance
137 OHOS::sptr<IDistributedSourceInput> proxyTest; in CheckSourceProxy() local139 proxyTest = OHOS::iface_cast<IDistributedSourceInput>(remoteObject); in CheckSourceProxy()140 if ((!proxyTest) || (!proxyTest->AsObject())) { in CheckSourceProxy()161 OHOS::sptr<IDistributedSinkInput> proxyTest; in CheckSinkProxy() local163 proxyTest = OHOS::iface_cast<IDistributedSinkInput>(remoteObject); in CheckSinkProxy()164 if ((!proxyTest) || (!proxyTest->AsObject())) { in CheckSinkProxy()
364 auto *proxyTest = reinterpret_cast<IpcCApiProxyTest *>(userData);365 if (proxyTest == nullptr || code != static_cast<uint32_t>(RequestCode::ASYNC_ADD_CODE)) {374 proxyTest->SendAsyncReply(val);383 auto *proxyTest = reinterpret_cast<IpcCApiProxyTest *>(userData);384 if (proxyTest != nullptr) {385 proxyTest->ClearResource();
182 auto *proxyTest = reinterpret_cast<NativeRemoteProxyTest *>(userData); in OnRemoteRequestStubCallBack() local183 if (code != NATIVE_TEST_CMD_ASYNC_ADD || proxyTest == nullptr) { in OnRemoteRequestStubCallBack()197 proxyTest->SendAsyncReply(val); in OnRemoteRequestStubCallBack()