Home
last modified time | relevance | path

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

/foundation/distributedhardware/devicemanager/test/unittest/
DUTTest_ipc_server_listener.cpp74 std::shared_ptr<IpcRsp> rsp = std::make_shared<IpcRsp>(); variable
107 std::shared_ptr<IpcRsp> rsp = std::make_shared<IpcRsp>(); variable
140 std::shared_ptr<IpcRsp> rsp = std::make_shared<IpcRsp>(); variable
174 std::shared_ptr<IpcRsp> rsp = std::make_shared<IpcRsp>(); variable
208 std::shared_ptr<IpcRsp> rsp = std::make_shared<IpcRsp>(); variable
241 std::shared_ptr<IpcRsp> rsp = std::make_shared<IpcRsp>(); variable
275 std::shared_ptr<IpcRsp> rsp = std::make_shared<IpcRsp>(); variable
308 std::shared_ptr<IpcRsp> rsp = std::make_shared<IpcRsp>(); variable
344 std::shared_ptr<IpcRsp> rsp = std::make_shared<IpcRsp>(); variable
377 std::shared_ptr<IpcRsp> rsp = nullptr; variable
DUTTest_ipc_server_client_proxy.cpp98 std::shared_ptr<IpcRsp> rsp = std::make_shared<IpcRsp>(); variable
138 std::shared_ptr<IpcRsp> rsp = std::make_shared<IpcRsp>(); variable
178 std::shared_ptr<IpcRsp> rsp = std::make_shared<IpcRsp>(); variable
DUTTest_ipc_client_proxy.cpp297 std::shared_ptr<IpcRsp> rsp = std::make_shared<IpcRsp>(); variable
322 std::shared_ptr<IpcRsp> rsp = nullptr; variable
347 std::shared_ptr<IpcRsp> rsp = std::make_shared<IpcRsp>(); variable
372 std::shared_ptr<IpcRsp> rsp = std::make_shared<IpcRsp>(); variable
400 std::shared_ptr<IpcRsp> rsp = std::make_shared<IpcRsp>(); variable
DUTTest_ipc_client_manager.cpp384 std::shared_ptr<IpcRsp> rsp = std::make_shared<IpcRsp>(); variable
411 std::shared_ptr<IpcRsp> rsp = std::make_shared<IpcRsp>(); variable
446 std::shared_ptr<IpcRsp> rsp = std::make_shared<IpcRsp>(); variable
481 std::shared_ptr<IpcRsp> rsp = std::make_shared<IpcRsp>(); variable
516 std::shared_ptr<IpcRsp> rsp = std::make_shared<IpcRsp>(); variable
DUTTest_ipc_client_stub.cpp128 std::shared_ptr<IpcRsp> rsp = nullptr; variable
DUTTest_ipc_server_stub.cpp186 std::shared_ptr<IpcRsp> rsp = std::make_shared<IpcRsp>(); variable
/foundation/distributedhardware/devicemanager/services/devicemanagerservice/src/dispatch/
Dcommand_dispatch.cpp43 const std::shared_ptr<MessageRsp> &rsp) in MessageSendCmd()
78 …etTrustedDeviceList(const std::shared_ptr<MessageReq> &req, const std::shared_ptr<MessageRsp> &rsp) in GetTrustedDeviceList()
93 … GetLocalDeviceInfo(const std::shared_ptr<MessageReq> &req, const std::shared_ptr<MessageRsp> &rsp) in GetLocalDeviceInfo()
106 … GetUdidByNetworkId(const std::shared_ptr<MessageReq> &req, const std::shared_ptr<MessageRsp> &rsp) in GetUdidByNetworkId()
120 … GetUuidByNetworkId(const std::shared_ptr<MessageReq> &req, const std::shared_ptr<MessageRsp> &rsp) in GetUuidByNetworkId()
134 …tartDeviceDiscovery(const std::shared_ptr<MessageReq> &req, const std::shared_ptr<MessageRsp> &rsp) in StartDeviceDiscovery()
147 …StopDeviceDiscovery(const std::shared_ptr<MessageReq> &req, const std::shared_ptr<MessageRsp> &rsp) in StopDeviceDiscovery()
159 …_t SetUserOperation(const std::shared_ptr<MessageReq> &req, const std::shared_ptr<MessageRsp> &rsp) in SetUserOperation()
172 … int32_t GetFaParam(const std::shared_ptr<MessageReq> &req, const std::shared_ptr<MessageRsp> &rsp) in GetFaParam()
197 … AuthenticateDevice(const std::shared_ptr<MessageReq> &req, const std::shared_ptr<MessageRsp> &rsp) in AuthenticateDevice()
[all …]
/foundation/distributedhardware/devicemanager/interfaces/inner_kits/native_cpp/src/
Ddevice_manager_impl.cpp108 std::shared_ptr<IpcGetTrustDeviceRsp> rsp = std::make_shared<IpcGetTrustDeviceRsp>(); in GetTrustedDeviceList() local
132 std::shared_ptr<IpcGetLocalDeviceInfoRsp> rsp = std::make_shared<IpcGetLocalDeviceInfoRsp>(); in GetLocalDeviceInfo() local
196 std::shared_ptr<IpcRsp> rsp = std::make_shared<IpcRsp>(); in StartDeviceDiscovery() local
226 std::shared_ptr<IpcRsp> rsp = std::make_shared<IpcRsp>(); in StopDeviceDiscovery() local
259 std::shared_ptr<IpcRsp> rsp = std::make_shared<IpcRsp>(); in AuthenticateDevice() local
289 std::shared_ptr<IpcRsp> rsp = std::make_shared<IpcRsp>(); in UnAuthenticateDevice() local
344 std::shared_ptr<IpcRsp> rsp = std::make_shared<IpcRsp>(); in VerifyAuthentication() local
372 std::shared_ptr<IpcGetDmFaParamRsp> rsp = std::make_shared<IpcGetDmFaParamRsp>(); in GetFaParam() local
393 std::shared_ptr<IpcRsp> rsp = std::make_shared<IpcRsp>(); in SetUserOperation() local
420 std::shared_ptr<IpcGetInfoByNetWorkRsp> rsp = std::make_shared<IpcGetInfoByNetWorkRsp>(); in GetUdidByNetworkId() local
[all …]
/foundation/distributedhardware/devicemanager/interfaces/inner_kits/native_cpp/src/mini/
Ddevice_manager_impl.cpp80 std::shared_ptr<GetTrustDeviceRsp> rsp = std::make_shared<GetTrustDeviceRsp>(); in GetTrustedDeviceList() local
108 std::shared_ptr<GetLocalDeviceInfoRsp> rsp = std::make_shared<GetLocalDeviceInfoRsp>(); in GetLocalDeviceInfo() local
164 std::shared_ptr<MessageRsp> rsp = std::make_shared<MessageRsp>(); in StartDeviceDiscovery() local
190 std::shared_ptr<MessageRsp> rsp = std::make_shared<MessageRsp>(); in StopDeviceDiscovery() local
221 std::shared_ptr<MessageRsp> rsp = std::make_shared<MessageRsp>(); in AuthenticateDevice() local
252 std::shared_ptr<MessageRsp> rsp = std::make_shared<MessageRsp>(); in UnAuthenticateDevice() local
308 std::shared_ptr<MessageRsp> rsp = std::make_shared<MessageRsp>(); in VerifyAuthentication() local
335 std::shared_ptr<GetDmFaParamRsp> rsp = std::make_shared<GetDmFaParamRsp>(); in GetFaParam() local
355 std::shared_ptr<MessageRsp> rsp = std::make_shared<MessageRsp>(); in SetUserOperation() local
382 std::shared_ptr<GetInfoByNetWorkRsp> rsp = std::make_shared<GetInfoByNetWorkRsp>(); in GetUdidByNetworkId() local
[all …]
/foundation/distributedhardware/devicemanager/interfaces/inner_kits/native_cpp/src/ipc/lite/
Dipc_client_manager.cpp41 std::shared_ptr<IpcRsp> rsp = std::make_shared<IpcRsp>(); in Init() local
65 std::shared_ptr<IpcRsp> rsp = std::make_shared<IpcRsp>(); in UnInit() local
77 …ientManager::SendRequest(int32_t cmdCode, std::shared_ptr<IpcReq> req, std::shared_ptr<IpcRsp> rsp) in SendRequest()
Dipc_client_server_proxy.cpp90 …ientServerProxy::SendCmd(int32_t cmdCode, std::shared_ptr<IpcReq> req, std::shared_ptr<IpcRsp> rsp) in SendCmd()
/foundation/distributedhardware/devicemanager/ext/mini/interfaces_mini/inner_kits/native_cpp/src/
Ddevice_manager_impl.cpp73 std::shared_ptr<GetTrustdeviceRsp> rsp = std::make_shared<GetTrustdeviceRsp>(); in GetTrustedDeviceList() local
102 std::shared_ptr<MessageRsp> rsp = std::make_shared<MessageRsp>(); in StartDeviceDiscovery() local
128 std::shared_ptr<MessageRsp> rsp = std::make_shared<MessageRsp>(); in StopDeviceDiscovery() local
157 std::shared_ptr<MessageRsp> rsp = std::make_shared<MessageRsp>(); in SetUserOperation() local
179 std::shared_ptr<GetAuthParamRsp> rsp = std::make_shared<GetAuthParamRsp>(); in GetAuthenticationParam() local
204 std::shared_ptr<MessageRsp> rsp = std::make_shared<MessageRsp>(); in AuthenticateDevice() local
237 std::shared_ptr<MessageRsp> rsp = std::make_shared<MessageRsp>(); in CheckAuthentication() local
/foundation/distributedhardware/devicemanager/test/unittest/mock/
Dipc_server_listener.cpp19 …verListener::SendRequest(int32_t cmdCode, std::shared_ptr<IpcReq> req, std::shared_ptr<IpcRsp> rsp) in SendRequest()
25 …cServerListener::SendAll(int32_t cmdCode, std::shared_ptr<IpcReq> req, std::shared_ptr<IpcRsp> rsp) in SendAll()
/foundation/distributedhardware/devicemanager/interfaces/inner_kits/native_cpp/src/ipc/standard/
Dipc_client_manager.cpp88 std::shared_ptr<IpcRsp> rsp = std::make_shared<IpcRsp>(); in Init() local
120 std::shared_ptr<IpcRsp> rsp = std::make_shared<IpcRsp>(); in UnInit() local
137 …ientManager::SendRequest(int32_t cmdCode, std::shared_ptr<IpcReq> req, std::shared_ptr<IpcRsp> rsp) in SendRequest()
Dipc_client_server_proxy.cpp25 …ientServerProxy::SendCmd(int32_t cmdCode, std::shared_ptr<IpcReq> req, std::shared_ptr<IpcRsp> rsp) in SendCmd()
Dipc_client_stub.cpp43 …t IpcClientStub::SendCmd(int32_t cmdCode, std::shared_ptr<IpcReq> req, std::shared_ptr<IpcRsp> rsp) in SendCmd()
/foundation/distributedhardware/devicemanager/services/devicemanagerservice/src/ipc/standard/
Dipc_server_listener.cpp24 …verListener::SendRequest(int32_t cmdCode, std::shared_ptr<IpcReq> req, std::shared_ptr<IpcRsp> rsp) in SendRequest()
43 …cServerListener::SendAll(int32_t cmdCode, std::shared_ptr<IpcReq> req, std::shared_ptr<IpcRsp> rsp) in SendAll()
Dipc_server_client_proxy.cpp26 …rverClientProxy::SendCmd(int32_t cmdCode, std::shared_ptr<IpcReq> req, std::shared_ptr<IpcRsp> rsp) in SendCmd()
Dipc_server_stub.cpp99 …t IpcServerStub::SendCmd(int32_t cmdCode, std::shared_ptr<IpcReq> req, std::shared_ptr<IpcRsp> rsp) in SendCmd()
/foundation/distributedhardware/devicemanager/services/devicemanagerservice/src/ipc/lite/
Dipc_server_listener.cpp47 …verListener::SendRequest(int32_t cmdCode, std::shared_ptr<IpcReq> req, std::shared_ptr<IpcRsp> rsp) in SendRequest()
69 …cServerListener::SendAll(int32_t cmdCode, std::shared_ptr<IpcReq> req, std::shared_ptr<IpcRsp> rsp) in SendAll()
/foundation/communication/wifi/tests/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/test/
Dwifi_p2p_service_manager_test.cpp104 WifiP2pServiceResponse rsp; variable
118 WifiP2pServiceResponse rsp; variable
132 WifiP2pServiceResponse rsp; variable
/foundation/distributedhardware/devicemanager/interfaces/inner_kits/native_cpp/src/ipc/
Dipc_client_proxy.cpp39 …ClientProxy::SendRequest(int32_t cmdCode, std::shared_ptr<IpcReq> req, std::shared_ptr<IpcRsp> rsp) in SendRequest()
/foundation/distributedhardware/devicemanager/ext/mini/services/devicemanagerservice/src/dispatch/
Dcommand_dispatch.cpp37 …::MessageSendCmd(int32_t cmdCode, std::shared_ptr<MessageReq> req, std::shared_ptr<MessageRsp> rsp) in MessageSendCmd()
51 …h::CmdProcessing(int32_t cmdCode, std::shared_ptr<MessageReq> req, std::shared_ptr<MessageRsp> rsp) in CmdProcessing()
/foundation/communication/wifi/interfaces/innerkits/native_cpp/wifi_standard/c_adapter/
Dwifi_c_hid2d.cpp109 static void ConvertRecommendChannelResponse(const OHOS::Wifi::RecommendChannelResponse& rsp, in ConvertRecommendChannelResponse()
147 OHOS::Wifi::RecommendChannelResponse rsp; in Hid2dGetRecommendChannel() local
/foundation/communication/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
Dwifi_p2p_service_manager.cpp111 bool WifiP2pServiceManager::AddDeviceService(const WifiP2pServiceResponse &rsp, const WifiP2pDevice… in AddDeviceService()