Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/test/unittest/continuation_test/remote_register_service_test/remote_register_service_proxy_test/
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 …]
/foundation/filemanagement/dfs_service/test/unittests/distributed_file_inner/
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
/foundation/ability/form_fwk/test/unittest/fms_provider_connect_proxy_test/
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
/foundation/filemanagement/dfs_service/test/unittests/distributed_file_daemon/
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
Dfile_dfs_listener_proxy_test.cpp105 auto testProxy = make_shared<FileDfsListenerProxy>(nullptr); variable
/foundation/ability/ability_runtime/test/unittest/continuation_test/remote_register_service_test/connect_callback_proxy_test/
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
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/ipc/
Dasset_recv_callback_proxy_test.cpp121 auto testProxy = make_shared<AssetRecvCallbackProxy>(nullptr); variable
204 auto testProxy = make_shared<AssetRecvCallbackProxy>(nullptr); variable
Dasset_send_callback_proxy_test.cpp102 auto testProxy = make_shared<AssetSendCallbackProxy>(nullptr); variable
/foundation/communication/ipc/ipc/native/test/unittest/common/
Ddbinder_session_object_unittest.cpp98 IPCObjectProxy *testProxy = new IPCObjectProxy(1, u"testproxy"); variable
Dbinder_invoker_unittest.cpp177 sptr<IRemoteObject> testProxy = new IPCObjectProxy(5, u"testproxy"); variable
190 sptr<IRemoteObject> testProxy = nullptr; variable
/foundation/communication/netstack/test/fuzztest/http_fuzzer/
Dhttp_fuzzer.cpp358 HttpProxy testProxy; in HttpClientTaskSetOtherCurlOptionFuzzTest() local