/foundation/distributedhardware/device_manager/test/unittest/ |
H A D | UTTest_ipc_server_listener.cpp | 76 std::shared_ptr<IpcRsp> rsp = std::make_shared<IpcRsp>(); in HWTEST_F() 105 std::shared_ptr<IpcRsp> rsp = std::make_shared<IpcRsp>(); in HWTEST_F() 138 std::shared_ptr<IpcRsp> rsp = std::make_shared<IpcRsp>(); in HWTEST_F() 172 std::shared_ptr<IpcRsp> rsp = std::make_shared<IpcRsp>(); in HWTEST_F() 206 std::shared_ptr<IpcRsp> rsp = std::make_shared<IpcRsp>(); in HWTEST_F() [all...] |
H A D | UTTest_ipc_server_client_proxy.cpp | 105 std::shared_ptr<IpcRsp> rsp = std::make_shared<IpcRsp>(); in HWTEST_F() 145 std::shared_ptr<IpcRsp> rsp = std::make_shared<IpcRsp>(); in HWTEST_F() 185 std::shared_ptr<IpcRsp> rsp = std::make_shared<IpcRsp>(); in HWTEST_F() 225 std::shared_ptr<IpcRsp> rsp = std::make_shared<IpcRsp>(); in HWTEST_F()
|
H A D | UTTest_ipc_client_manager.cpp | 415 std::shared_ptr<IpcRsp> rsp = std::make_shared<IpcRsp>(); in HWTEST_F() 442 std::shared_ptr<IpcRsp> rsp = std::make_shared<IpcRsp>(); in HWTEST_F() 477 std::shared_ptr<IpcRsp> rsp = std::make_shared<IpcRsp>(); in HWTEST_F() 512 std::shared_ptr<IpcRsp> rsp = std::make_shared<IpcRsp>(); in HWTEST_F() 547 std::shared_ptr<IpcRsp> rsp = std::make_shared<IpcRsp>(); in HWTEST_F() [all...] |
H A D | UTTest_ipc_client_proxy.cpp | 298 std::shared_ptr<IpcRsp> rsp = std::make_shared<IpcRsp>(); in HWTEST_F() 323 std::shared_ptr<IpcRsp> rsp = nullptr; in HWTEST_F() 348 std::shared_ptr<IpcRsp> rsp = std::make_shared<IpcRsp>(); in HWTEST_F() 373 std::shared_ptr<IpcRsp> rsp = std::make_shared<IpcRsp>(); in HWTEST_F() 401 std::shared_ptr<IpcRsp> rsp = std::make_shared<IpcRsp>(); in HWTEST_F() 432 std::shared_ptr<IpcRsp> rs in HWTEST_F() [all...] |
H A D | UTTest_ipc_cmd_register.cpp | 521 std::shared_ptr<IpcRsp> rsp = std::make_shared<IpcRsp>(); in HWTEST_F() 533 * set IpcRsp null 546 std::shared_ptr<IpcRsp> rsp = std::make_shared<IpcRsp>(); in HWTEST_F() 558 * set IpcRsp null 571 std::shared_ptr<IpcRsp> rsp = std::make_shared<IpcRsp>(); in HWTEST_F() 583 * set IpcRsp null 669 std::shared_ptr<IpcRsp> rs in HWTEST_F() [all...] |
H A D | UTTest_ipc_client_stub.cpp | 152 std::shared_ptr<IpcRsp> rsp = nullptr; in HWTEST_F() 169 std::shared_ptr<IpcRsp> rsp = nullptr; in HWTEST_F() 183 std::shared_ptr<IpcRsp> rsp = std::make_shared<IpcRsp>(); in HWTEST_F() 202 std::shared_ptr<IpcRsp> rsp = nullptr; in HWTEST_F()
|
/foundation/distributedhardware/device_manager/services/service/src/ |
H A D | device_manager_service_listener.cpp | 123 std::shared_ptr<IpcRsp> pRsp = std::make_shared<IpcRsp>(); in ProcessDeviceStateChange() 161 std::shared_ptr<IpcRsp> pRsp = std::make_shared<IpcRsp>(); in ProcessAppStateChange() 223 std::shared_ptr<IpcRsp> pRsp = std::make_shared<IpcRsp>(); in OnDeviceFound() 250 std::shared_ptr<IpcRsp> pRsp = std::make_shared<IpcRsp>(); in OnDiscoveryFailed() 262 std::shared_ptr<IpcRsp> pRsp = std::make_shared<IpcRsp>(); in OnDiscoverySuccess() [all...] |
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/ipc/standard/ |
H A D | ipc_cmd_parser.cpp | 165 ON_IPC_READ_RESPONSE(REGISTER_DEVICE_MANAGER_LISTENER, MessageParcel &reply, std::shared_ptr<IpcRsp> pBaseRsp) in ON_IPC_READ_RESPONSE() 189 ON_IPC_READ_RESPONSE(UNREGISTER_DEVICE_MANAGER_LISTENER, MessageParcel &reply, std::shared_ptr<IpcRsp> pBaseRsp) in ON_IPC_READ_RESPONSE() 216 ON_IPC_READ_RESPONSE(GET_TRUST_DEVICE_LIST, MessageParcel &reply, std::shared_ptr<IpcRsp> pBaseRsp) in ON_IPC_READ_RESPONSE() 243 ON_IPC_READ_RESPONSE(GET_DEVICE_INFO, MessageParcel &reply, std::shared_ptr<IpcRsp> pBaseRsp) in ON_IPC_READ_RESPONSE() 263 ON_IPC_READ_RESPONSE(GET_LOCAL_DEVICE_INFO, MessageParcel &reply, std::shared_ptr<IpcRsp> pBaseRsp) in ON_IPC_READ_RESPONSE() 287 ON_IPC_READ_RESPONSE(GET_UDID_BY_NETWORK, MessageParcel &reply, std::shared_ptr<IpcRsp> pBaseRsp) in ON_IPC_READ_RESPONSE() 309 ON_IPC_READ_RESPONSE(GET_UUID_BY_NETWORK, MessageParcel &reply, std::shared_ptr<IpcRsp> pBaseRsp) in ON_IPC_READ_RESPONSE() 338 ON_IPC_READ_RESPONSE(START_DEVICE_DISCOVER, MessageParcel &reply, std::shared_ptr<IpcRsp> pBaseRsp) in ON_IPC_READ_RESPONSE() 365 ON_IPC_READ_RESPONSE(START_DEVICE_DISCOVERY, MessageParcel &reply, std::shared_ptr<IpcRsp> pBaseRsp) in ON_IPC_READ_RESPONSE() 387 ON_IPC_READ_RESPONSE(STOP_DEVICE_DISCOVER, MessageParcel &reply, std::shared_ptr<IpcRsp> pBaseRs [all...] |
H A D | ipc_client_manager.cpp | 89 std::shared_ptr<IpcRsp> rsp = std::make_shared<IpcRsp>(); in Init() 121 std::shared_ptr<IpcRsp> rsp = std::make_shared<IpcRsp>(); in UnInit() 141 int32_t IpcClientManager::SendRequest(int32_t cmdCode, std::shared_ptr<IpcReq> req, std::shared_ptr<IpcRsp> rsp) in SendRequest()
|
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/ipc/lite/ |
H A D | ipc_client_manager.cpp | 42 std::shared_ptr<IpcRsp> rsp = std::make_shared<IpcRsp>(); in Init() 67 std::shared_ptr<IpcRsp> rsp = std::make_shared<IpcRsp>(); in UnInit() 85 int32_t IpcClientManager::SendRequest(int32_t cmdCode, std::shared_ptr<IpcReq> req, std::shared_ptr<IpcRsp> rsp) in SendRequest()
|
H A D | ipc_cmd_parser.cpp | 57 int32_t SetRspErrCode(IpcIo &reply, std::shared_ptr<IpcRsp> pBaseRsp) in SetRspErrCode() 85 ON_IPC_READ_RESPONSE(REGISTER_DEVICE_MANAGER_LISTENER, IpcIo &reply, std::shared_ptr<IpcRsp> pBaseRsp) in ON_IPC_READ_RESPONSE() 100 ON_IPC_READ_RESPONSE(UNREGISTER_DEVICE_MANAGER_LISTENER, IpcIo &reply, std::shared_ptr<IpcRsp> pBaseRsp) in ON_IPC_READ_RESPONSE() 119 ON_IPC_READ_RESPONSE(GET_DEVICE_INFO, IpcIo &reply, std::shared_ptr<IpcRsp> pBaseRsp) in ON_IPC_READ_RESPONSE() 145 ON_IPC_READ_RESPONSE(GET_TRUST_DEVICE_LIST, IpcIo &reply, std::shared_ptr<IpcRsp> pBaseRsp) in ON_IPC_READ_RESPONSE() 181 ON_IPC_READ_RESPONSE(START_DEVICE_DISCOVERY, IpcIo &reply, std::shared_ptr<IpcRsp> pBaseRsp) in ON_IPC_READ_RESPONSE() 199 ON_IPC_READ_RESPONSE(STOP_DEVICE_DISCOVER, IpcIo &reply, std::shared_ptr<IpcRsp> pBaseRsp) in ON_IPC_READ_RESPONSE() 217 ON_IPC_READ_RESPONSE(REQUEST_CREDENTIAL, IpcIo &reply, std::shared_ptr<IpcRsp> pBaseRsp) in ON_IPC_READ_RESPONSE() 243 ON_IPC_READ_RESPONSE(SERVER_GET_DMFA_INFO, IpcIo &reply, std::shared_ptr<IpcRsp> pBaseRsp) in ON_IPC_READ_RESPONSE() 269 ON_IPC_READ_RESPONSE(IMPORT_CREDENTIAL, IpcIo &reply, std::shared_ptr<IpcRsp> pBaseRs [all...] |
/foundation/distributedhardware/device_manager/common/include/ipc/model/ |
H A D | ipc_rsp.h | 25 class IpcRsp { class 26 DECLARE_IPC_MODEL(IpcRsp);
|
/foundation/distributedhardware/device_manager/test/unittest/mock/ |
H A D | ipc_server_listener.cpp | 19 int32_t IpcServerListener::SendRequest(int32_t cmdCode, std::shared_ptr<IpcReq> req, std::shared_ptr<IpcRsp> rsp) in SendRequest() 26 int32_t IpcServerListener::SendAll(int32_t cmdCode, std::shared_ptr<IpcReq> req, std::shared_ptr<IpcRsp> rsp) in SendAll()
|
H A D | ipc_server_listener.h | 37 int32_t SendRequest(int32_t cmdCode, std::shared_ptr<IpcReq> req, std::shared_ptr<IpcRsp> rsp); 43 int32_t SendAll(int32_t cmdCode, std::shared_ptr<IpcReq> req, std::shared_ptr<IpcRsp> rsp);
|
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/ |
H A D | device_manager_impl.cpp | 464 std::shared_ptr<IpcRsp> rsp = std::make_shared<IpcRsp>(); in StartDeviceDiscovery() 510 std::shared_ptr<IpcRsp> rsp = std::make_shared<IpcRsp>(); in StartDeviceDiscovery() 543 std::shared_ptr<IpcRsp> rsp = std::make_shared<IpcRsp>(); in StopDeviceDiscovery() 580 std::shared_ptr<IpcRsp> rsp = std::make_shared<IpcRsp>(); in StopDeviceDiscovery() 613 std::shared_ptr<IpcRsp> rsp = std::make_shared<IpcRsp>(); in PublishDeviceDiscovery() [all...] |
/foundation/distributedhardware/device_manager/services/service/include/ipc/standard/ |
H A D | ipc_server_listener.h | 37 int32_t SendRequest(int32_t cmdCode, std::shared_ptr<IpcReq> req, std::shared_ptr<IpcRsp> rsp); 44 int32_t SendAll(int32_t cmdCode, std::shared_ptr<IpcReq> req, std::shared_ptr<IpcRsp> rsp);
|
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/include/ipc/standard/ |
H A D | ipc_client_stub.h | 27 namespace OHOS::DistributedHardware { class IpcRsp; } 46 int32_t SendCmd(int32_t cmdCode, std::shared_ptr<IpcReq> req, std::shared_ptr<IpcRsp> rsp) override;
|
/foundation/distributedhardware/device_manager/services/service/include/ipc/lite/ |
H A D | ipc_server_listener.h | 38 int32_t SendRequest(int32_t cmdCode, std::shared_ptr<IpcReq> req, std::shared_ptr<IpcRsp> rsp); 45 int32_t SendAll(int32_t cmdCode, std::shared_ptr<IpcReq> req, std::shared_ptr<IpcRsp> rsp);
|
/foundation/distributedhardware/device_manager/test/servicesfuzztest/ipcserverclientproxy_fuzzer/ |
H A D | ipc_server_client_proxy_fuzzer.cpp | 37 std::shared_ptr<IpcRsp> rsp = std::make_shared<IpcRsp>(); in IpcServerClientProxyFuzzTest()
|
/foundation/distributedhardware/device_manager/test/servicesfuzztest/ipcserverlistener_fuzzer/ |
H A D | ipc_server_listener_fuzzer.cpp | 36 std::shared_ptr<IpcRsp> rsp = std::make_shared<IpcRsp>(); in IpcServerListenerFuzzTest()
|
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/include/ipc/ |
H A D | ipc_client_proxy.h | 27 class IpcRsp; 52 virtual int32_t SendRequest(int32_t cmdCode, std::shared_ptr<IpcReq> req, std::shared_ptr<IpcRsp> rsp);
|
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/ipc/ |
H A D | ipc_client_proxy.cpp | 22 namespace OHOS::DistributedHardware { class IpcRsp; } 42 int32_t IpcClientProxy::SendRequest(int32_t cmdCode, std::shared_ptr<IpcReq> req, std::shared_ptr<IpcRsp> rsp) in SendRequest()
|
/foundation/distributedhardware/device_manager/test/servicesfuzztest/ipccmdregister_fuzzer/ |
H A D | ipc_cmd_register_fuzzer.cpp | 48 std::shared_ptr<IpcRsp> rsp = std::make_shared<IpcRsp>(); in IpcCmdRegisterFuzzTest()
|
/foundation/distributedhardware/device_manager/test/servicesfuzztest/ipcclientmanager_fuzzer/ |
H A D | ipc_client_manager_fuzzer.cpp | 37 std::shared_ptr<IpcRsp> rsp = std::make_shared<IpcRsp>(); in IpcClientManagerFuzzTest()
|
/foundation/distributedhardware/device_manager/test/servicesfuzztest/ipcserverstub_fuzzer/ |
H A D | ipc_server_stub_fuzzer.cpp | 50 std::shared_ptr<IpcRsp> rsp = std::make_shared<IpcRsp>(); in IpcServerStubFuzzTest()
|