Searched refs:TestQueryRemoteProxy (Results 1 – 5 of 5) sorted by relevance
86 virtual sptr<IRemoteObject> TestQueryRemoteProxy(const char *descriptor) = 0;160 sptr<IRemoteObject> TestQueryRemoteProxy(const char *descriptor) override;
56 sptr<IRemoteObject> TestQueryRemoteProxy(const char *descriptor) override;
317 sptr<IRemoteObject> TestService::TestQueryRemoteProxy(const char *descriptor) in TestQueryRemoteProxy() function in OHOS::TestService
421 sptr<IRemoteObject> TestServiceProxy::TestQueryRemoteProxy(const char *descriptor) in TestQueryRemoteProxy() function in OHOS::TestServiceProxy954 sptr<IRemoteObject> remoteObject = TestQueryRemoteProxy(descriptor.c_str()); in QueryRemoteProxy()
76 …sptr<IRemoteObject> remote = testService_->TestQueryRemoteProxy(NATIVEREMOTESTUBTEST_DESCRIPTOR.c_… in NativeRemoteProxyTest()