/foundation/distributedhardware/device_manager/test/unittest/ |
H A D | UTTest_ipc_server_listener.cpp | 74 std::shared_ptr<IpcReq> req = std::make_shared<IpcReq>(); in HWTEST_F() 103 std::shared_ptr<IpcReq> req = std::make_shared<IpcReq>(); in HWTEST_F() 136 std::shared_ptr<IpcReq> req = std::make_shared<IpcReq>(); in HWTEST_F() 170 std::shared_ptr<IpcReq> req = std::make_shared<IpcReq>(); in HWTEST_F() 204 std::shared_ptr<IpcReq> req = std::make_shared<IpcReq>(); in HWTEST_F() [all...] |
H A D | UTTest_ipc_client_manager.cpp | 414 std::shared_ptr<IpcReq> req = std::make_shared<IpcReq>(); in HWTEST_F() 441 std::shared_ptr<IpcReq> req = std::make_shared<IpcReq>(); in HWTEST_F() 476 std::shared_ptr<IpcReq> req = std::make_shared<IpcReq>(); in HWTEST_F() 511 std::shared_ptr<IpcReq> req = std::make_shared<IpcReq>(); in HWTEST_F() 546 std::shared_ptr<IpcReq> req = std::make_shared<IpcReq>(); in HWTEST_F() [all...] |
H A D | UTTest_ipc_client_proxy.cpp | 296 std::shared_ptr<IpcReq> req = nullptr; in HWTEST_F() 321 std::shared_ptr<IpcReq> req = std::make_shared<IpcReq>(); in HWTEST_F() 346 std::shared_ptr<IpcReq> req = std::make_shared<IpcReq>(); in HWTEST_F() 371 std::shared_ptr<IpcReq> req = std::make_shared<IpcReq>(); in HWTEST_F() 399 std::shared_ptr<IpcReq> req = std::make_shared<IpcReq>(); in HWTEST_F() 430 std::shared_ptr<IpcReq> re in HWTEST_F() [all...] |
H A D | UTTest_ipc_client_stub.cpp | 150 std::shared_ptr<IpcReq> req = nullptr; in HWTEST_F() 168 std::shared_ptr<IpcReq> req = nullptr; in HWTEST_F() 182 std::shared_ptr<IpcReq> req = std::make_shared<IpcReq>(); in HWTEST_F() 201 std::shared_ptr<IpcReq> req = nullptr; in HWTEST_F()
|
H A D | UTTest_ipc_client_server_proxy.cpp | 96 std::shared_ptr<IpcReq> req = std::make_shared<IpcReq>(); in HWTEST_F()
|
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/ipc/standard/ |
H A D | ipc_cmd_parser.cpp | 149 ON_IPC_SET_REQUEST(REGISTER_DEVICE_MANAGER_LISTENER, std::shared_ptr<IpcReq> pBaseReq, MessageParcel &data) in ON_IPC_SET_REQUEST() 175 ON_IPC_SET_REQUEST(UNREGISTER_DEVICE_MANAGER_LISTENER, std::shared_ptr<IpcReq> pBaseReq, MessageParcel &data) in ON_IPC_SET_REQUEST() 195 ON_IPC_SET_REQUEST(GET_TRUST_DEVICE_LIST, std::shared_ptr<IpcReq> pBaseReq, MessageParcel &data) in ON_IPC_SET_REQUEST() 233 ON_IPC_SET_REQUEST(GET_DEVICE_INFO, std::shared_ptr<IpcReq> pBaseReq, MessageParcel &data) in ON_IPC_SET_REQUEST() 253 ON_IPC_SET_REQUEST(GET_LOCAL_DEVICE_INFO, std::shared_ptr<IpcReq> pBaseReq, MessageParcel &data) in ON_IPC_SET_REQUEST() 255 std::shared_ptr<IpcReq> pReq = std::static_pointer_cast<IpcReq>(pBaseReq); in ON_IPC_SET_REQUEST() 273 ON_IPC_SET_REQUEST(GET_UDID_BY_NETWORK, std::shared_ptr<IpcReq> pBaseReq, MessageParcel &data) in ON_IPC_SET_REQUEST() 295 ON_IPC_SET_REQUEST(GET_UUID_BY_NETWORK, std::shared_ptr<IpcReq> pBaseReq, MessageParcel &data) in ON_IPC_SET_REQUEST() 317 ON_IPC_SET_REQUEST(START_DEVICE_DISCOVER, std::shared_ptr<IpcReq> pBaseRe [all...] |
H A D | ipc_client_stub.cpp | 25 namespace OHOS::DistributedHardware { class IpcReq; } 44 int32_t IpcClientStub::SendCmd(int32_t cmdCode, std::shared_ptr<IpcReq> req, std::shared_ptr<IpcRsp> rsp) in SendCmd()
|
/foundation/distributedhardware/device_manager/test/unittest/mock/ |
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); 50 std::shared_ptr<IpcReq> req_;
|
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()
|
/foundation/distributedhardware/device_manager/common/include/ipc/model/ |
H A D | ipc_req.h | 25 class IpcReq { class 26 DECLARE_IPC_MODEL(IpcReq);
|
H A D | ipc_notify_dmfa_result_req.h | 23 class IpcNotifyDMFAResultReq : public IpcReq {
|
H A D | ipc_permission_req.h | 23 class IpcPermissionReq : public IpcReq {
|
H A D | ipc_publish_req.h | 24 class IpcPublishReq : public IpcReq {
|
/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 | 26 namespace OHOS::DistributedHardware { class IpcReq; } 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 | 36 std::shared_ptr<IpcReq> req = std::make_shared<IpcReq>(); in IpcServerClientProxyFuzzTest()
|
/foundation/distributedhardware/device_manager/test/servicesfuzztest/ipcserverlistener_fuzzer/ |
H A D | ipc_server_listener_fuzzer.cpp | 35 std::shared_ptr<IpcReq> req = std::make_shared<IpcReq>(); in IpcServerListenerFuzzTest()
|
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/include/ipc/ |
H A D | ipc_client_proxy.h | 26 class IpcReq; 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 | 21 namespace OHOS::DistributedHardware { class IpcReq; } 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 | 47 std::shared_ptr<IpcReq> req = std::make_shared<IpcReq>(); in IpcCmdRegisterFuzzTest()
|
/foundation/distributedhardware/device_manager/test/servicesfuzztest/ipcclientmanager_fuzzer/ |
H A D | ipc_client_manager_fuzzer.cpp | 36 std::shared_ptr<IpcReq> req = std::make_shared<IpcReq>(); in IpcClientManagerFuzzTest()
|
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/ipc/lite/ |
H A D | ipc_cmd_parser.cpp | 69 ON_IPC_SET_REQUEST(REGISTER_DEVICE_MANAGER_LISTENER, std::shared_ptr<IpcReq> pBaseReq, IpcIo &request, uint8_t *buffer, in ON_IPC_SET_REQUEST() 90 ON_IPC_SET_REQUEST(UNREGISTER_DEVICE_MANAGER_LISTENER, std::shared_ptr<IpcReq> pBaseReq, IpcIo &request, in ON_IPC_SET_REQUEST() 105 ON_IPC_SET_REQUEST(GET_DEVICE_INFO, std::shared_ptr<IpcReq> pBaseReq, IpcIo &request, uint8_t *buffer, in ON_IPC_SET_REQUEST() 132 ON_IPC_SET_REQUEST(GET_TRUST_DEVICE_LIST, std::shared_ptr<IpcReq> pBaseReq, IpcIo &request, uint8_t *buffer, in ON_IPC_SET_REQUEST() 166 ON_IPC_SET_REQUEST(START_DEVICE_DISCOVERY, std::shared_ptr<IpcReq> pBaseReq, IpcIo &request, uint8_t *buffer, in ON_IPC_SET_REQUEST() 186 ON_IPC_SET_REQUEST(STOP_DEVICE_DISCOVER, std::shared_ptr<IpcReq> pBaseReq, IpcIo &request, uint8_t *buffer, in ON_IPC_SET_REQUEST() 204 ON_IPC_SET_REQUEST(REQUEST_CREDENTIAL, std::shared_ptr<IpcReq> pBaseReq, IpcIo &request, uint8_t *buffer, in ON_IPC_SET_REQUEST() 230 ON_IPC_SET_REQUEST(SERVER_GET_DMFA_INFO, std::shared_ptr<IpcReq> pBaseReq, IpcIo &request, uint8_t *buffer, in ON_IPC_SET_REQUEST() 256 ON_IPC_SET_REQUEST(IMPORT_CREDENTIAL, std::shared_ptr<IpcReq> pBaseReq, IpcIo &request, uint8_t *buffer, in ON_IPC_SET_REQUEST() 288 ON_IPC_SET_REQUEST(DELETE_CREDENTIAL, std::shared_ptr<IpcReq> pBaseRe [all...] |
H A D | ipc_client_manager.cpp | 66 std::shared_ptr<IpcReq> req = std::make_shared<IpcReq>(); in UnInit() 85 int32_t IpcClientManager::SendRequest(int32_t cmdCode, std::shared_ptr<IpcReq> req, std::shared_ptr<IpcRsp> rsp) in SendRequest()
|
/foundation/distributedhardware/device_manager/services/service/src/ipc/standard/ |
H A D | ipc_server_listener.cpp | 25 int32_t IpcServerListener::SendRequest(int32_t cmdCode, std::shared_ptr<IpcReq> req, std::shared_ptr<IpcRsp> rsp) in SendRequest() 52 int32_t IpcServerListener::SendAll(int32_t cmdCode, std::shared_ptr<IpcReq> req, std::shared_ptr<IpcRsp> rsp) in SendAll()
|