Home
last modified time | relevance | path

Searched defs:cmdCode (Results 1 - 25 of 35) sorted by relevance

12

/foundation/distributedhardware/device_manager/test/unittest/mock/
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() argument
26 int32_t IpcServerListener::SendAll(int32_t cmdCode, std::shared_ptr<IpcReq> req, std::shared_ptr<IpcRsp> rsp) in SendAll() argument
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/ipc/standard/
H A Dipc_client_server_proxy.cpp25 int32_t IpcClientServerProxy::SendCmd(int32_t cmdCode, std::shared_ptr<IpcReq> req, std::shared_ptr<IpcRsp> rsp) in SendCmd() argument
H A Dipc_client_stub.cpp44 int32_t IpcClientStub::SendCmd(int32_t cmdCode, std::shared_ptr<IpcReq> req, std::shared_ptr<IpcRsp> rsp) in SendCmd() argument
[all...]
H A Dipc_client_manager.cpp141 int32_t IpcClientManager::SendRequest(int32_t cmdCode, std::shared_ptr<IpcReq> req, std::shared_ptr<IpcRsp> rsp) in SendRequest() argument
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/ipc/
H A Dipc_client_proxy.cpp42 int32_t IpcClientProxy::SendRequest(int32_t cmdCode, std::shared_ptr<IpcReq> req, std::shared_ptr<IpcRsp> rsp) in SendRequest() argument
/foundation/distributedhardware/device_manager/services/service/src/ipc/standard/
H A Dipc_server_client_proxy.cpp26 int32_t IpcServerClientProxy::SendCmd(int32_t cmdCode, std::shared_ptr<IpcReq> req, std::shared_ptr<IpcRsp> rsp) in SendCmd() argument
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() argument
52 int32_t IpcServerListener::SendAll(int32_t cmdCode, std::shared_ptr<IpcReq> req, std::shared_ptr<IpcRsp> rsp) in SendAll() argument
[all...]
/foundation/distributedhardware/device_manager/test/servicesfuzztest/ipcserverlistener_fuzzer/
H A Dipc_server_listener_fuzzer.cpp34 int32_t cmdCode = UNREGISTER_DEVICE_MANAGER_LISTENER; in IpcServerListenerFuzzTest() local
/foundation/distributedhardware/device_manager/test/servicesfuzztest/ipcclientmanager_fuzzer/
H A Dipc_client_manager_fuzzer.cpp35 int32_t cmdCode = UNREGISTER_DEVICE_MANAGER_LISTENER; in IpcClientManagerFuzzTest() local
/foundation/multimedia/av_session/services/session/server/test/fuzztest/sessionlistenerproxy_fuzzer/
H A Dsession_listenerproxy_fuzzer.cpp36 uint32_t cmdCode = *(reinterpret_cast<const uint32_t*>(data)); in FuzzSendRequest() local
/foundation/multimedia/av_session/services/session/server/test/fuzztest/avcontrollercallbackproxy_fuzzer/
H A Davcontroller_callbackproxy_fuzzer.cpp42 uint32_t cmdCode = *(reinterpret_cast<const uint32_t*>(data)); in FuzzSendRequest() local
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/ipc/lite/
H A Dipc_client_manager.cpp85 int32_t IpcClientManager::SendRequest(int32_t cmdCode, std::shared_ptr<IpcReq> req, std::shared_ptr<IpcRsp> rsp) in SendRequest() argument
H A Dipc_client_server_proxy.cpp51 int32_t cmdCode = *static_cast<int32_t *>(owner); in SendCmdResultCb() local
85 int32_t IpcClientServerProxy::SendCmd(int32_t cmdCode, std::shared_ptr<IpcReq> req, std::shared_ptr<IpcRsp> rsp) in SendCmd() argument
/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_ipc_server_listener.cpp68 int32_t cmdCode = 20; in HWTEST_F() local
99 int32_t cmdCode = SERVER_DEVICE_STATE_NOTIFY; in HWTEST_F() local
129 int32_t cmdCode = 9999; HWTEST_F() local
162 int32_t cmdCode = 999; HWTEST_F() local
197 int32_t cmdCode = 9999; HWTEST_F() local
230 int32_t cmdCode = 0; HWTEST_F() local
263 int32_t cmdCode = -1; HWTEST_F() local
293 int32_t cmdCode = -1; HWTEST_F() local
316 int32_t cmdCode = 999; HWTEST_F() local
339 int32_t cmdCode = SERVER_DEVICE_STATE_NOTIFY; HWTEST_F() local
[all...]
H A DUTTest_ipc_client_server_proxy.cpp65 int32_t cmdCode = 1; in HWTEST_F() local
81 int32_t cmdCode = IPC_MSG_BUTT; in HWTEST_F() local
94 int32_t cmdCode = 1; in HWTEST_F() local
109 int32_t cmdCode = -1; in HWTEST_F() local
[all...]
H A DUTTest_ipc_client_stub.cpp148 int cmdCode = SERVER_DEVICE_FA_NOTIFY; in HWTEST_F() local
167 int cmdCode = IPC_MSG_BUTT; in HWTEST_F() local
181 int cmdCode = GET_TRUST_DEVICE_LIST; in HWTEST_F() local
200 int cmdCode = -1; in HWTEST_F() local
H A DUTTest_ipc_server_client_proxy.cpp69 int32_t cmdCode = 1; in HWTEST_F() local
95 int32_t cmdCode = SERVER_DEVICE_STATE_NOTIFY; in HWTEST_F() local
135 int32_t cmdCode = SERVER_DEVICE_FOUND; HWTEST_F() local
175 int32_t cmdCode = SERVER_DISCOVER_FINISH; HWTEST_F() local
215 int32_t cmdCode = SERVER_PUBLISH_FINISH; HWTEST_F() local
[all...]
/foundation/distributedhardware/device_manager/test/servicesfuzztest/ipcserverclientproxy_fuzzer/
H A Dipc_server_client_proxy_fuzzer.cpp35 int32_t cmdCode = UNREGISTER_DEVICE_MANAGER_LISTENER; in IpcServerClientProxyFuzzTest() local
/foundation/distributedhardware/device_manager/test/servicesfuzztest/ipccmdregister_fuzzer/
H A Dipc_cmd_register_fuzzer.cpp46 int32_t cmdCode = UNREGISTER_DEVICE_MANAGER_LISTENER; in IpcCmdRegisterFuzzTest() local
/foundation/distributedhardware/device_manager/common/src/ipc/standard/
H A Dipc_cmd_register.cpp33 int32_t IpcCmdRegister::SetRequest(int32_t cmdCode, std::shared_ptr<IpcReq> pBaseReq, MessageParcel &data) in SetRequest() argument
62 int32_t IpcCmdRegister::ReadResponse(int32_t cmdCode, MessageParcel &reply, std::shared_ptr<IpcRsp> pBaseRsp) in ReadResponse() argument
85 OnIpcCmd(int32_t cmdCode, MessageParcel &data, MessageParcel &reply) OnIpcCmd() argument
[all...]
/foundation/distributedhardware/device_manager/common/src/ipc/lite/
H A Dipc_cmd_register.cpp26 int32_t IpcCmdRegister::SetRequest(int32_t cmdCode, std::shared_ptr<IpcReq> pBaseReq, IpcIo &request, uint8_t *buffer, in SetRequest() argument
41 int32_t IpcCmdRegister::ReadResponse(int32_t cmdCode, IpcIo &reply, std::shared_ptr<IpcRsp> pBaseRsp) in ReadResponse() argument
51 OnIpcCmd(int32_t cmdCode, IpcIo &reply) OnIpcCmd() argument
66 OnIpcServerCmd(int32_t cmdCode, IpcIo &req, IpcIo &reply) OnIpcServerCmd() argument
[all...]
/foundation/distributedhardware/device_manager/common/include/ipc/standard/
H A Dipc_cmd_register.h78 RegisterSetRequestFunc(int32_t cmdCode, SetIpcRequestFunc setIpcRequestFunc) RegisterSetRequestFunc() argument
89 RegisterReadResponseFunc(int32_t cmdCode, ReadResponseFunc readResponseFunc) RegisterReadResponseFunc() argument
100 RegisterCmdProcessFunc(int32_t cmdCode, OnIpcCmdFunc onIpcCmdFunc) RegisterCmdProcessFunc() argument
[all...]
/foundation/distributedhardware/device_manager/services/service/src/ipc/lite/
H A Dipc_server_listener.cpp44 int32_t IpcServerListener::SendRequest(int32_t cmdCode, std::shared_ptr<IpcReq> req, std::shared_ptr<IpcRsp> rsp) in SendRequest() argument
69 int32_t IpcServerListener::SendAll(int32_t cmdCode, std::shared_ptr<IpcReq> req, std::shared_ptr<IpcRsp> rsp) in SendAll() argument
[all...]
/foundation/distributedhardware/device_manager/common/include/ipc/lite/
H A Dipc_cmd_register.h90 RegisterSetRequestFunc(int32_t cmdCode, SetIpcRequestFunc setIpcRequestFunc) RegisterSetRequestFunc() argument
100 RegisterReadResponseFunc(int32_t cmdCode, ReadResponseFunc readResponseFunc) RegisterReadResponseFunc() argument
110 RegisterCmdProcessFunc(int32_t cmdCode, OnIpcCmdFunc onIpcCmdFunc) RegisterCmdProcessFunc() argument
120 RegisterServerCmdProcessFunc(int32_t cmdCode, OnIpcServerCmdFunc onIpcServerCmdFunc) RegisterServerCmdProcessFunc() argument
[all...]
/foundation/multimedia/av_session/frameworks/native/session/test/fuzztest/avsessioncontrollerproxy_fuzzer/
H A Davsession_controller_proxy_fuzzer.cpp41 uint32_t cmdCode = *(reinterpret_cast<const uint32_t*>(data)); in FuzzSendRequest() local

Completed in 9 milliseconds

12