Home
last modified time | relevance | path

Searched refs:IpcReq (Results 1 - 25 of 90) sorted by relevance

1234

/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_ipc_server_listener.cpp74 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 DUTTest_ipc_client_manager.cpp414 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 DUTTest_ipc_client_proxy.cpp296 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 DUTTest_ipc_client_stub.cpp150 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 DUTTest_ipc_client_server_proxy.cpp96 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 Dipc_cmd_parser.cpp149 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 Dipc_client_stub.cpp25 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 Dipc_server_listener.h37 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 Dipc_server_listener.cpp19 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 Dipc_req.h25 class IpcReq { class
26 DECLARE_IPC_MODEL(IpcReq);
H A Dipc_notify_dmfa_result_req.h23 class IpcNotifyDMFAResultReq : public IpcReq {
H A Dipc_permission_req.h23 class IpcPermissionReq : public IpcReq {
H A Dipc_publish_req.h24 class IpcPublishReq : public IpcReq {
/foundation/distributedhardware/device_manager/services/service/include/ipc/standard/
H A Dipc_server_listener.h37 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 Dipc_client_stub.h26 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 Dipc_server_listener.h38 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 Dipc_server_client_proxy_fuzzer.cpp36 std::shared_ptr<IpcReq> req = std::make_shared<IpcReq>(); in IpcServerClientProxyFuzzTest()
/foundation/distributedhardware/device_manager/test/servicesfuzztest/ipcserverlistener_fuzzer/
H A Dipc_server_listener_fuzzer.cpp35 std::shared_ptr<IpcReq> req = std::make_shared<IpcReq>(); in IpcServerListenerFuzzTest()
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/include/ipc/
H A Dipc_client_proxy.h26 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 Dipc_client_proxy.cpp21 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 Dipc_cmd_register_fuzzer.cpp47 std::shared_ptr<IpcReq> req = std::make_shared<IpcReq>(); in IpcCmdRegisterFuzzTest()
/foundation/distributedhardware/device_manager/test/servicesfuzztest/ipcclientmanager_fuzzer/
H A Dipc_client_manager_fuzzer.cpp36 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 Dipc_cmd_parser.cpp69 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 Dipc_client_manager.cpp66 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 Dipc_server_listener.cpp25 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()

Completed in 12 milliseconds

1234