Home
last modified time | relevance | path

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

1234

/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
/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...]
/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
/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
/third_party/FreeBSD/lib/libc/gen/
H A Darc4random.h74 _rs_allocate(struct _rs **rsp, struct _rsx **rsxp) in _rs_allocate() argument
/third_party/ltp/testcases/kernel/kvm/
H A Dkvm_svm02.c90 uint64_t rsp; in main() local
/third_party/node/deps/openssl/openssl/crypto/cmp/
H A Dcmp_http.c59 BIO *req_mem, *rsp; in OSSL_CMP_MSG_http_perform() local
/third_party/openssl/crypto/cmp/
H A Dcmp_http.c59 BIO *req_mem, *rsp; in OSSL_CMP_MSG_http_perform() 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
/third_party/libunwind/libunwind/src/x86_64/
H A DGstep.c183 unw_word_t rsp; in unw_step() local
/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...]

Completed in 12 milliseconds

1234