Home
last modified time | relevance | path

Searched refs:proxyTest (Results 1 – 1 of 1) sorted by relevance

/test/xts/dcts/distributedhardware/distributedinputtest/
Ddistributed_input_test.cpp127 OHOS::sptr<IDistributedSourceInput> proxyTest; in CheckSourceProxy() local
129 proxyTest = OHOS::iface_cast<IDistributedSourceInput>(remoteObject); in CheckSourceProxy()
130 if ((!proxyTest) || (!proxyTest->AsObject())) { in CheckSourceProxy()
151 OHOS::sptr<IDistributedSinkInput> proxyTest; in CheckSinkProxy() local
153 proxyTest = OHOS::iface_cast<IDistributedSinkInput>(remoteObject); in CheckSinkProxy()
154 if ((!proxyTest) || (!proxyTest->AsObject())) { in CheckSinkProxy()