Searched refs:proxyTest (Results 1 – 1 of 1) sorted by relevance
127 OHOS::sptr<IDistributedSourceInput> proxyTest; in CheckSourceProxy() local129 proxyTest = OHOS::iface_cast<IDistributedSourceInput>(remoteObject); in CheckSourceProxy()130 if ((!proxyTest) || (!proxyTest->AsObject())) { in CheckSourceProxy()151 OHOS::sptr<IDistributedSinkInput> proxyTest; in CheckSinkProxy() local153 proxyTest = OHOS::iface_cast<IDistributedSinkInput>(remoteObject); in CheckSinkProxy()154 if ((!proxyTest) || (!proxyTest->AsObject())) { in CheckSinkProxy()