Home
last modified time | relevance | path

Searched defs:rsp (Results 1 - 25 of 41) sorted by relevance

12

/foundation/distributedhardware/device_manager/test/unittest/mock/
H A Dipc_server_listener.cpp19 int32_t IpcServerListener::SendRequest(int32_t cmdCode, std::shared_ptr<IpcReq> req, std::shared_ptr<IpcRsp> rsp) in SendRequest() argument
26 int32_t IpcServerListener::SendAll(int32_t cmdCode, std::shared_ptr<IpcReq> req, std::shared_ptr<IpcRsp> rsp) in SendAll() argument
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/ipc/standard/
H A Dipc_client_server_proxy.cpp25 int32_t IpcClientServerProxy::SendCmd(int32_t cmdCode, std::shared_ptr<IpcReq> req, std::shared_ptr<IpcRsp> rsp) in SendCmd() argument
H A Dipc_client_stub.cpp44 int32_t IpcClientStub::SendCmd(int32_t cmdCode, std::shared_ptr<IpcReq> req, std::shared_ptr<IpcRsp> rsp) in SendCmd() argument
H A Dipc_client_manager.cpp89 std::shared_ptr<IpcRsp> rsp = std::make_shared<IpcRsp>(); in Init() local
121 std::shared_ptr<IpcRsp> rsp = std::make_shared<IpcRsp>(); in UnInit() local
141 int32_t IpcClientManager::SendRequest(int32_t cmdCode, std::shared_ptr<IpcReq> req, std::shared_ptr<IpcRsp> rsp) in SendRequest() argument
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/ipc/
H A Dipc_client_proxy.cpp42 int32_t IpcClientProxy::SendRequest(int32_t cmdCode, std::shared_ptr<IpcReq> req, std::shared_ptr<IpcRsp> rsp) in SendRequest() argument
/foundation/distributedhardware/device_manager/services/service/src/ipc/standard/
H A Dipc_server_client_proxy.cpp26 int32_t IpcServerClientProxy::SendCmd(int32_t cmdCode, std::shared_ptr<IpcReq> req, std::shared_ptr<IpcRsp> rsp) in SendCmd() argument
H A Dipc_server_listener.cpp25 int32_t IpcServerListener::SendRequest(int32_t cmdCode, std::shared_ptr<IpcReq> req, std::shared_ptr<IpcRsp> rsp) in SendRequest() argument
52 int32_t IpcServerListener::SendAll(int32_t cmdCode, std::shared_ptr<IpcReq> req, std::shared_ptr<IpcRsp> rsp) in SendAll() argument
/foundation/distributedhardware/device_manager/test/servicesfuzztest/ipcserverlistener_fuzzer/
H A Dipc_server_listener_fuzzer.cpp36 std::shared_ptr<IpcRsp> rsp = std::make_shared<IpcRsp>(); in IpcServerListenerFuzzTest() local
/foundation/distributedhardware/device_manager/test/servicesfuzztest/ipcclientmanager_fuzzer/
H A Dipc_client_manager_fuzzer.cpp37 std::shared_ptr<IpcRsp> rsp = std::make_shared<IpcRsp>(); in IpcClientManagerFuzzTest() local
/foundation/distributedhardware/device_manager/test/servicesfuzztest/ipcserverstub_fuzzer/
H A Dipc_server_stub_fuzzer.cpp50 std::shared_ptr<IpcRsp> rsp = std::make_shared<IpcRsp>(); in IpcServerStubFuzzTest() local
/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_ipc_get_device_info_rsp.cpp50 std::shared_ptr<IpcGetDeviceInfoRsp> rsp = std::make_shared<IpcGetDeviceInfoRsp>(); in HWTEST_F() local
68 std::shared_ptr<IpcGetDeviceInfoRsp> rsp = std::make_shared<IpcGetDeviceInfoRsp>(); in HWTEST_F() local
H A DUTTest_ipc_server_listener.cpp76 std::shared_ptr<IpcRsp> rsp = std::make_shared<IpcRsp>(); in HWTEST_F() local
105 std::shared_ptr<IpcRsp> rsp = std::make_shared<IpcRsp>(); in HWTEST_F() local
138 std::shared_ptr<IpcRsp> rsp = std::make_shared<IpcRsp>(); HWTEST_F() local
172 std::shared_ptr<IpcRsp> rsp = std::make_shared<IpcRsp>(); HWTEST_F() local
206 std::shared_ptr<IpcRsp> rsp = std::make_shared<IpcRsp>(); HWTEST_F() local
239 std::shared_ptr<IpcRsp> rsp = nullptr; HWTEST_F() local
272 std::shared_ptr<IpcRsp> rsp = std::make_shared<IpcRsp>(); HWTEST_F() local
297 std::shared_ptr<IpcRsp> rsp = std::make_shared<IpcRsp>(); HWTEST_F() local
320 std::shared_ptr<IpcRsp> rsp = std::make_shared<IpcRsp>(); HWTEST_F() local
343 std::shared_ptr<IpcRsp> rsp = std::make_shared<IpcRsp>(); HWTEST_F() local
[all...]
H A DUTTest_ipc_client_proxy.cpp298 std::shared_ptr<IpcRsp> rsp = std::make_shared<IpcRsp>(); in HWTEST_F() local
323 std::shared_ptr<IpcRsp> rsp = nullptr; in HWTEST_F() local
348 std::shared_ptr<IpcRsp> rsp = std::make_shared<IpcRsp>(); HWTEST_F() local
373 std::shared_ptr<IpcRsp> rsp = std::make_shared<IpcRsp>(); HWTEST_F() local
401 std::shared_ptr<IpcRsp> rsp = std::make_shared<IpcRsp>(); HWTEST_F() local
432 std::shared_ptr<IpcRsp> rsp = std::make_shared<IpcRsp>(); HWTEST_F() local
458 std::shared_ptr<IpcRsp> rsp = std::make_shared<IpcRsp>(); HWTEST_F() local
[all...]
H A DUTTest_ipc_client_server_proxy.cpp97 std::shared_ptr<IpcRsp> rsp = std::make_shared<IpcRsp>(); in HWTEST_F() local
H A DUTTest_ipc_client_stub.cpp152 std::shared_ptr<IpcRsp> rsp = nullptr; in HWTEST_F() local
169 std::shared_ptr<IpcRsp> rsp = nullptr; in HWTEST_F() local
183 std::shared_ptr<IpcRsp> rsp = std::make_shared<IpcRsp>(); in HWTEST_F() local
202 std::shared_ptr<IpcRsp> rsp = nullptr; in HWTEST_F() local
[all...]
H A DUTTest_ipc_server_client_proxy.cpp105 std::shared_ptr<IpcRsp> rsp = std::make_shared<IpcRsp>(); in HWTEST_F() local
145 std::shared_ptr<IpcRsp> rsp = std::make_shared<IpcRsp>(); in HWTEST_F() local
185 std::shared_ptr<IpcRsp> rsp in HWTEST_F() local
225 std::shared_ptr<IpcRsp> rsp = std::make_shared<IpcRsp>(); HWTEST_F() local
[all...]
H A DUTTest_ipc_client_manager.cpp415 std::shared_ptr<IpcRsp> rsp = std::make_shared<IpcRsp>(); in HWTEST_F() local
442 std::shared_ptr<IpcRsp> rsp = std::make_shared<IpcRsp>(); in HWTEST_F() local
477 std::shared_ptr<IpcRsp> rsp = std::make_shared<IpcRsp>(); in HWTEST_F() local
512 std::shared_ptr<IpcRsp> rsp = std::make_shared<IpcRsp>(); in HWTEST_F() local
547 std::shared_ptr<IpcRsp> rsp = std::make_shared<IpcRsp>(); in HWTEST_F() local
574 std::shared_ptr<IpcRsp> rsp = std::make_shared<IpcRsp>(); HWTEST_F() local
590 std::shared_ptr<IpcRsp> rsp = std::make_shared<IpcRsp>(); HWTEST_F() local
606 std::shared_ptr<IpcRsp> rsp = std::make_shared<IpcRsp>(); HWTEST_F() local
621 std::shared_ptr<IpcRsp> rsp = nullptr; HWTEST_F() local
[all...]
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/ipc/lite/
H A Dipc_client_manager.cpp42 std::shared_ptr<IpcRsp> rsp = std::make_shared<IpcRsp>(); in Init() local
67 std::shared_ptr<IpcRsp> rsp = std::make_shared<IpcRsp>(); in UnInit() local
85 int32_t IpcClientManager::SendRequest(int32_t cmdCode, std::shared_ptr<IpcReq> req, std::shared_ptr<IpcRsp> rsp) in SendRequest() argument
H A Dipc_client_server_proxy.cpp85 int32_t IpcClientServerProxy::SendCmd(int32_t cmdCode, std::shared_ptr<IpcReq> req, std::shared_ptr<IpcRsp> rsp) in SendCmd() argument
/foundation/distributedhardware/device_manager/test/servicesfuzztest/ipcserverclientproxy_fuzzer/
H A Dipc_server_client_proxy_fuzzer.cpp37 std::shared_ptr<IpcRsp> rsp = std::make_shared<IpcRsp>(); in IpcServerClientProxyFuzzTest() local
/foundation/distributedhardware/device_manager/test/servicesfuzztest/ipccmdregister_fuzzer/
H A Dipc_cmd_register_fuzzer.cpp48 std::shared_ptr<IpcRsp> rsp = std::make_shared<IpcRsp>(); in IpcCmdRegisterFuzzTest() local
/foundation/distributedhardware/device_manager/services/service/src/ipc/lite/
H A Dipc_server_listener.cpp44 int32_t IpcServerListener::SendRequest(int32_t cmdCode, std::shared_ptr<IpcReq> req, std::shared_ptr<IpcRsp> rsp) in SendRequest() argument
69 int32_t IpcServerListener::SendAll(int32_t cmdCode, std::shared_ptr<IpcReq> req, std::shared_ptr<IpcRsp> rsp) in SendAll() argument
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/test/
H A Dwifi_p2p_service_manager_test.cpp99 WifiP2pServiceResponse rsp; in HWTEST_F() local
113 WifiP2pServiceResponse rsp; in HWTEST_F() local
127 WifiP2pServiceResponse rsp; in HWTEST_F() local
[all...]
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H A Ddns_proxy_listen_test.cpp70 unsigned char rsp[resSize] = {0}; in HWTEST_F() local
/foundation/communication/dsoftbus/tests/sdk/transmission/moduletest/socket/stream_encrypt_test/
H A Dtmessenger.h62 explicit Message(const Response &rsp) : msgType_(MsgType::MSG_RSP), response(new Response(rsp)) { } in Message() argument

Completed in 13 milliseconds

12