Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/ipc/ipc/test/auxiliary/native/include/
H A Dtest_service_skeleton.h86 virtual sptr<IRemoteObject> TestQueryRemoteProxy(const char *descriptor) = 0;
160 sptr<IRemoteObject> TestQueryRemoteProxy(const char *descriptor) override;
H A Dtest_service.h56 sptr<IRemoteObject> TestQueryRemoteProxy(const char *descriptor) override;
/ohos5.0/foundation/communication/ipc/ipc/test/auxiliary/native/src/
H A Dtest_service.cpp317 sptr<IRemoteObject> TestService::TestQueryRemoteProxy(const char *descriptor) in TestQueryRemoteProxy() function in OHOS::TestService
H A Dtest_service_skeleton.cpp421 sptr<IRemoteObject> TestServiceProxy::TestQueryRemoteProxy(const char *descriptor) in TestQueryRemoteProxy() function in OHOS::TestServiceProxy
954 sptr<IRemoteObject> remoteObject = TestQueryRemoteProxy(descriptor.c_str()); in QueryRemoteProxy()
H A Dtest_capi_skeleton.cpp76 …sptr<IRemoteObject> remote = testService_->TestQueryRemoteProxy(NATIVEREMOTESTUBTEST_DESCRIPTOR.c_… in NativeRemoteProxyTest()