Home
last modified time | relevance | path

Searched defs:testProxy (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/test/unittest/continuation_test/remote_register_service_test/remote_register_service_proxy_test/
H A Dremote_register_service_proxy_test.cpp118 …sptr<RemoteRegisterServiceProxy> testProxy = new (std::nothrow) RemoteRegisterServiceProxy(object); variable
140 …sptr<RemoteRegisterServiceProxy> testProxy = new (std::nothrow) RemoteRegisterServiceProxy(object); variable
162 …sptr<RemoteRegisterServiceProxy> testProxy = new (std::nothrow) RemoteRegisterServiceProxy(object); variable
184 …sptr<RemoteRegisterServiceProxy> testProxy = new (std::nothrow) RemoteRegisterServiceProxy(object); variable
206 …sptr<RemoteRegisterServiceProxy> testProxy = new (std::nothrow) RemoteRegisterServiceProxy(object); variable
230 …sptr<RemoteRegisterServiceProxy> testProxy = new (std::nothrow) RemoteRegisterServiceProxy(object); variable
253 …sptr<RemoteRegisterServiceProxy> testProxy = new (std::nothrow) RemoteRegisterServiceProxy(object); variable
275 …sptr<RemoteRegisterServiceProxy> testProxy = new (std::nothrow) RemoteRegisterServiceProxy(object); variable
294 …sptr<RemoteRegisterServiceProxy> testProxy = new (std::nothrow) RemoteRegisterServiceProxy(object); variable
313 …sptr<RemoteRegisterServiceProxy> testProxy = new (std::nothrow) RemoteRegisterServiceProxy(object); variable
[all …]
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/distributed_file_inner/
H A Ddistributed_file_daemon_proxy_test.cpp156 auto testProxy = make_shared<DistributedFileDaemonProxy>(nullptr); variable
292 auto testProxy = make_shared<DistributedFileDaemonProxy>(nullptr); variable
373 auto testProxy = make_shared<DistributedFileDaemonProxy>(nullptr); variable
428 auto testProxy = make_shared<DistributedFileDaemonProxy>(nullptr); variable
540 auto testProxy = make_shared<DistributedFileDaemonProxy>(nullptr); variable
647 auto testProxy = make_shared<DistributedFileDaemonProxy>(nullptr); variable
690 auto testProxy = make_shared<DistributedFileDaemonProxy>(nullptr); variable
779 auto testProxy = make_shared<DistributedFileDaemonProxy>(nullptr); variable
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_provider_connect_proxy_test/
H A Dfms_provider_connect_proxy_test.cpp118 sptr<ProviderConnectProxy> testProxy = new (std::nothrow) ProviderConnectProxy(remoteObject); variable
137 sptr<ProviderConnectProxy> testProxy = new (std::nothrow) ProviderConnectProxy(Object); variable
155 sptr<ProviderConnectProxy> testProxy = new (std::nothrow) ProviderConnectProxy(remoteObject); variable
172 sptr<ProviderConnectProxy> testProxy = new (std::nothrow) ProviderConnectProxy(remoteObject); variable
191 sptr<ProviderConnectProxy> testProxy = new (std::nothrow) ProviderConnectProxy(remoteObject); variable
209 sptr<ProviderConnectProxy> testProxy = new (std::nothrow) ProviderConnectProxy(remoteObject); variable
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/distributed_file_daemon/
H A Dfile_trans_listener_proxy_test.cpp94 auto testProxy = make_shared<FileTransListenerProxy>(nullptr); variable
151 auto testProxy = make_shared<FileTransListenerProxy>(nullptr); variable
204 auto testProxy = make_shared<FileTransListenerProxy>(nullptr); variable
H A Dfile_dfs_listener_proxy_test.cpp105 auto testProxy = make_shared<FileDfsListenerProxy>(nullptr); variable
/ohos5.0/foundation/ability/ability_runtime/test/unittest/continuation_test/remote_register_service_test/connect_callback_proxy_test/
H A Dconnect_callback_proxy_test.cpp92 sptr<ConnectCallbackProxy> testProxy = new (std::nothrow) ConnectCallbackProxy(object); variable
112 sptr<ConnectCallbackProxy> testProxy = new (std::nothrow) ConnectCallbackProxy(object); variable
131 sptr<ConnectCallbackProxy> testProxy = new (std::nothrow) ConnectCallbackProxy(object); variable
151 sptr<ConnectCallbackProxy> testProxy = new (std::nothrow) ConnectCallbackProxy(object); variable
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/ipc/
H A Dasset_recv_callback_proxy_test.cpp121 auto testProxy = make_shared<AssetRecvCallbackProxy>(nullptr); variable
204 auto testProxy = make_shared<AssetRecvCallbackProxy>(nullptr); variable
H A Dasset_send_callback_proxy_test.cpp102 auto testProxy = make_shared<AssetSendCallbackProxy>(nullptr); variable
/ohos5.0/base/notification/common_event_service/frameworks/extension/test/static_subscriber_proxy_test/
H A Dstatic_subscriber_proxy_test.cpp102 sptr<StaticSubscriberProxy> testProxy = new (std::nothrow) StaticSubscriberProxy(object); variable
119 sptr<StaticSubscriberProxy> testProxy = new (std::nothrow) StaticSubscriberProxy(object); variable
/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Ddbinder_session_object_unittest.cpp98 IPCObjectProxy *testProxy = new IPCObjectProxy(1, u"testproxy"); variable
H A Dbinder_invoker_unittest.cpp177 sptr<IRemoteObject> testProxy = new IPCObjectProxy(5, u"testproxy"); variable
190 sptr<IRemoteObject> testProxy = nullptr; variable
/ohos5.0/base/request/request/test/unittest/cpp_test/fwkTest/src/
H A Drequest_manager_impl_test.cpp69 OHOS::sptr<RequestServiceInterface> testProxy; member in RequestManagerImplTest
/ohos5.0/foundation/communication/netstack/test/fuzztest/http_fuzzer/
H A Dhttp_fuzzer.cpp358 HttpProxy testProxy; in HttpClientTaskSetOtherCurlOptionFuzzTest() local