/foundation/distributedhardware/devicemanager/test/unittest/ |
D | UTTest_ipc_server_listener.cpp | 74 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
|
D | UTTest_ipc_server_client_proxy.cpp | 98 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
|
D | UTTest_ipc_client_proxy.cpp | 297 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
|
D | UTTest_ipc_client_manager.cpp | 384 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
|
D | UTTest_ipc_client_stub.cpp | 128 std::shared_ptr<IpcRsp> rsp = nullptr; variable
|
D | UTTest_ipc_server_stub.cpp | 186 std::shared_ptr<IpcRsp> rsp = std::make_shared<IpcRsp>(); variable
|
/foundation/distributedhardware/devicemanager/services/devicemanagerservice/src/dispatch/ |
D | command_dispatch.cpp | 43 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/ |
D | device_manager_impl.cpp | 108 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/ |
D | device_manager_impl.cpp | 80 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/ |
D | ipc_client_manager.cpp | 41 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()
|
D | ipc_client_server_proxy.cpp | 90 …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/ |
D | device_manager_impl.cpp | 73 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/ |
D | ipc_server_listener.cpp | 19 …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/ |
D | ipc_client_manager.cpp | 88 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()
|
D | ipc_client_server_proxy.cpp | 25 …ientServerProxy::SendCmd(int32_t cmdCode, std::shared_ptr<IpcReq> req, std::shared_ptr<IpcRsp> rsp) in SendCmd()
|
D | ipc_client_stub.cpp | 43 …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/ |
D | ipc_server_listener.cpp | 24 …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()
|
D | ipc_server_client_proxy.cpp | 26 …rverClientProxy::SendCmd(int32_t cmdCode, std::shared_ptr<IpcReq> req, std::shared_ptr<IpcRsp> rsp) in SendCmd()
|
D | ipc_server_stub.cpp | 99 …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/ |
D | ipc_server_listener.cpp | 47 …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/ |
D | wifi_p2p_service_manager_test.cpp | 104 WifiP2pServiceResponse rsp; variable 118 WifiP2pServiceResponse rsp; variable 132 WifiP2pServiceResponse rsp; variable
|
/foundation/distributedhardware/devicemanager/interfaces/inner_kits/native_cpp/src/ipc/ |
D | ipc_client_proxy.cpp | 39 …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/ |
D | command_dispatch.cpp | 37 …::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/ |
D | wifi_c_hid2d.cpp | 109 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/ |
D | wifi_p2p_service_manager.cpp | 111 bool WifiP2pServiceManager::AddDeviceService(const WifiP2pServiceResponse &rsp, const WifiP2pDevice… in AddDeviceService()
|