Home
last modified time | relevance | path

Searched defs:cmdCode (Results 1 – 25 of 32) sorted by relevance

12

/foundation/distributedhardware/device_manager/test/unittest/
DUTTest_ipc_cmd_register.cpp77 int32_t cmdCode = 999; variable
102 int32_t cmdCode = REGISTER_DEVICE_MANAGER_LISTENER; variable
127 int32_t cmdCode = REGISTER_DEVICE_MANAGER_LISTENER; variable
154 int32_t cmdCode = REGISTER_DEVICE_MANAGER_LISTENER; variable
183 int32_t cmdCode = REGISTER_DEVICE_MANAGER_LISTENER; variable
206 int32_t cmdCode = UNREGISTER_DEVICE_MANAGER_LISTENER; variable
222 int32_t cmdCode = GET_TRUST_DEVICE_LIST; variable
240 int32_t cmdCode = GET_LOCAL_DEVICE_INFO; variable
256 int32_t cmdCode = GET_UDID_BY_NETWORK; variable
274 int32_t cmdCode = GET_UUID_BY_NETWORK; variable
[all …]
DUTTest_ipc_server_listener.cpp67 int32_t cmdCode = 20; variable
99 int32_t cmdCode = SERVER_DEVICE_STATE_NOTIFY; variable
132 int32_t cmdCode = 9999; variable
165 int32_t cmdCode = 999; variable
200 int32_t cmdCode = 9999; variable
233 int32_t cmdCode = 0; variable
266 int32_t cmdCode = -1; variable
299 int32_t cmdCode = SERVER_DEVICE_STATE_NOTIFY; variable
332 int32_t cmdCode = SERVER_DEVICE_STATE_NOTIFY; variable
366 int32_t cmdCode = SERVER_DEVICE_STATE_NOTIFY; variable
[all …]
DUTTest_ipc_client_server_proxy.cpp64 int32_t cmdCode = 1; variable
80 int32_t cmdCode = IPC_MSG_BUTT; variable
93 int32_t cmdCode = 1; variable
108 int32_t cmdCode = -1; variable
DUTTest_ipc_server_client_proxy.cpp69 int32_t cmdCode = 1; variable
95 int32_t cmdCode = SERVER_DEVICE_STATE_NOTIFY; variable
135 int32_t cmdCode = SERVER_DEVICE_FOUND; variable
175 int32_t cmdCode = SERVER_DISCOVER_FINISH; variable
215 int32_t cmdCode = SERVER_PUBLISH_FINISH; variable
246 int32_t cmdCode = SERVER_AUTH_RESULT; variable
274 int32_t cmdCode = SERVER_VERIFY_AUTH_RESULT; variable
300 int32_t cmdCode = SERVER_DEVICE_FA_NOTIFY; variable
322 int32_t cmdCode = SERVER_CREDENTIAL_RESULT; variable
DUTTest_ipc_client_stub.cpp147 int cmdCode = SERVER_DEVICE_FA_NOTIFY; variable
165 int cmdCode = IPC_MSG_BUTT; variable
179 int cmdCode = GET_TRUST_DEVICE_LIST; variable
197 int cmdCode = -1; variable
DUTTest_ipc_server_stub.cpp156 int32_t cmdCode = 1; variable
174 int32_t cmdCode = -1; variable
192 int32_t cmdCode = IPC_MSG_BUTT; variable
/foundation/distributedhardware/device_manager/common/include/ipc/lite/
Dipc_cmd_register.h30 #define ON_IPC_SET_REQUEST(cmdCode, paraA, paraB, paraC, paraD) \ argument
41 #define ON_IPC_READ_RESPONSE(cmdCode, paraA, paraB) … argument
52 #define ON_IPC_CMD(cmdCode, paraA) \ argument
63 #define ON_IPC_SERVER_CMD(cmdCode, paraA, paraB) … argument
90 void RegisterSetRequestFunc(int32_t cmdCode, SetIpcRequestFunc setIpcRequestFunc) in RegisterSetRequestFunc()
100 void RegisterReadResponseFunc(int32_t cmdCode, ReadResponseFunc readResponseFunc) in RegisterReadResponseFunc()
110 void RegisterCmdProcessFunc(int32_t cmdCode, OnIpcCmdFunc onIpcCmdFunc) in RegisterCmdProcessFunc()
120 void RegisterServerCmdProcessFunc(int32_t cmdCode, OnIpcServerCmdFunc onIpcServerCmdFunc) in RegisterServerCmdProcessFunc()
/foundation/distributedhardware/device_manager/common/include/ipc/standard/
Dipc_cmd_register.h30 #define ON_IPC_SET_REQUEST(cmdCode, paraA, paraB) \ argument
41 #define ON_IPC_READ_RESPONSE(cmdCode, paraA, paraB) … argument
52 #define ON_IPC_CMD(cmdCode, paraA, paraB) \ argument
76 void RegisterSetRequestFunc(int32_t cmdCode, SetIpcRequestFunc setIpcRequestFunc) in RegisterSetRequestFunc()
86 void RegisterReadResponseFunc(int32_t cmdCode, ReadResponseFunc readResponseFunc) in RegisterReadResponseFunc()
96 void RegisterCmdProcessFunc(int32_t cmdCode, OnIpcCmdFunc onIpcCmdFunc) in RegisterCmdProcessFunc()
/foundation/distributedhardware/device_manager/common/src/ipc/lite/
Dipc_cmd_register.cpp25 int32_t IpcCmdRegister::SetRequest(int32_t cmdCode, std::shared_ptr<IpcReq> pBaseReq, IpcIo &reques… in SetRequest()
40 int32_t IpcCmdRegister::ReadResponse(int32_t cmdCode, IpcIo &reply, std::shared_ptr<IpcRsp> pBaseRs… in ReadResponse()
50 int32_t IpcCmdRegister::OnIpcCmd(int32_t cmdCode, IpcIo &reply) in OnIpcCmd()
65 int32_t IpcCmdRegister::OnIpcServerCmd(int32_t cmdCode, IpcIo &req, IpcIo &reply) in OnIpcServerCmd()
/foundation/distributedhardware/device_manager/common/src/ipc/standard/
Dipc_cmd_register.cpp29 int32_t IpcCmdRegister::SetRequest(int32_t cmdCode, std::shared_ptr<IpcReq> pBaseReq, MessageParcel… in SetRequest()
54 int32_t IpcCmdRegister::ReadResponse(int32_t cmdCode, MessageParcel &reply, std::shared_ptr<IpcRsp>… in ReadResponse()
71 int32_t IpcCmdRegister::OnIpcCmd(int32_t cmdCode, MessageParcel &data, MessageParcel &reply) in OnIpcCmd()
/foundation/distributedhardware/device_manager/test/unittest/mock/
Dipc_server_listener.cpp19 int32_t IpcServerListener::SendRequest(int32_t cmdCode, std::shared_ptr<IpcReq> req, std::shared_pt… in SendRequest()
26 int32_t IpcServerListener::SendAll(int32_t cmdCode, std::shared_ptr<IpcReq> req, std::shared_ptr<Ip… in SendAll()
/foundation/distributedhardware/device_manager/services/service/src/ipc/standard/
Dipc_server_listener.cpp24 int32_t IpcServerListener::SendRequest(int32_t cmdCode, std::shared_ptr<IpcReq> req, std::shared_pt… in SendRequest()
43 int32_t IpcServerListener::SendAll(int32_t cmdCode, std::shared_ptr<IpcReq> req, std::shared_ptr<Ip… in SendAll()
Dipc_server_client_proxy.cpp26 int32_t IpcServerClientProxy::SendCmd(int32_t cmdCode, std::shared_ptr<IpcReq> req, std::shared_ptr… in SendCmd()
/foundation/distributedhardware/device_manager/services/service/src/ipc/lite/
Dipc_server_listener.cpp44 int32_t IpcServerListener::SendRequest(int32_t cmdCode, std::shared_ptr<IpcReq> req, std::shared_pt… in SendRequest()
69 int32_t IpcServerListener::SendAll(int32_t cmdCode, std::shared_ptr<IpcReq> req, std::shared_ptr<Ip… in SendAll()
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/ipc/lite/
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… in SendCmd()
Dipc_client_manager.cpp77 int32_t IpcClientManager::SendRequest(int32_t cmdCode, std::shared_ptr<IpcReq> req, std::shared_ptr… in SendRequest()
/foundation/distributedhardware/device_manager/services/implementation/include/dispatch/
Dcommand_dispatch.h43 int32_t cmdCode; member
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/ipc/standard/
Dipc_client_server_proxy.cpp24 int32_t IpcClientServerProxy::SendCmd(int32_t cmdCode, std::shared_ptr<IpcReq> req, std::shared_ptr… in SendCmd()
Dipc_client_stub.cpp43 int32_t IpcClientStub::SendCmd(int32_t cmdCode, std::shared_ptr<IpcReq> req, std::shared_ptr<IpcRsp… in SendCmd()
/foundation/distributedhardware/device_manager/test/fuzztest/ipcclientmanager_fuzzer/
Dipc_client_manager_fuzzer.cpp32 int32_t cmdCode = UNREGISTER_DEVICE_MANAGER_LISTENER; in IpcClientManagerFuzzTest() local
/foundation/distributedhardware/device_manager/test/fuzztest/ipcserverlistener_fuzzer/
Dipc_server_listener_fuzzer.cpp31 int32_t cmdCode = UNREGISTER_DEVICE_MANAGER_LISTENER; in IpcServerListenerFuzzTest() local
/foundation/distributedhardware/device_manager/test/fuzztest/ipccmdregister_fuzzer/
Dipc_cmd_register_fuzzer.cpp46 int32_t cmdCode = UNREGISTER_DEVICE_MANAGER_LISTENER; in IpcCmdRegisterFuzzTest() local
/foundation/distributedhardware/device_manager/test/fuzztest/ipcserverclientproxy_fuzzer/
Dipc_server_client_proxy_fuzzer.cpp32 int32_t cmdCode = UNREGISTER_DEVICE_MANAGER_LISTENER; in IpcServerClientProxyFuzzTest() local
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/ipc/
Dipc_client_proxy.cpp41 int32_t IpcClientProxy::SendRequest(int32_t cmdCode, std::shared_ptr<IpcReq> req, std::shared_ptr<I… in SendRequest()
/foundation/multimedia/av_session/frameworks/native/session/test/fuzztest/avsessionserviceproxy_fuzzer/
Davsessionserviceproxy_fuzzer.cpp36 uint32_t cmdCode = *(reinterpret_cast<const uint32_t*>(data)); in FuzzSendRequest() local

12