| /foundation/distributedhardware/device_manager/test/unittest/ |
| D | UTTest_ipc_cmd_register.cpp | 77 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 …]
|
| D | UTTest_ipc_server_listener.cpp | 67 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 …]
|
| D | UTTest_ipc_client_server_proxy.cpp | 64 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
|
| D | UTTest_ipc_server_client_proxy.cpp | 69 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
|
| D | UTTest_ipc_client_stub.cpp | 147 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
|
| D | UTTest_ipc_server_stub.cpp | 156 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/ |
| D | ipc_cmd_register.h | 30 #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/ |
| D | ipc_cmd_register.h | 30 #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/ |
| D | ipc_cmd_register.cpp | 25 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/ |
| D | ipc_cmd_register.cpp | 29 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/ |
| D | ipc_server_listener.cpp | 19 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/ |
| D | ipc_server_listener.cpp | 24 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()
|
| D | ipc_server_client_proxy.cpp | 26 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/ |
| D | ipc_server_listener.cpp | 44 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/ |
| D | ipc_client_server_proxy.cpp | 51 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()
|
| D | ipc_client_manager.cpp | 77 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/ |
| D | command_dispatch.h | 43 int32_t cmdCode; member
|
| /foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/ipc/standard/ |
| D | ipc_client_server_proxy.cpp | 24 int32_t IpcClientServerProxy::SendCmd(int32_t cmdCode, std::shared_ptr<IpcReq> req, std::shared_ptr… in SendCmd()
|
| D | ipc_client_stub.cpp | 43 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/ |
| D | ipc_client_manager_fuzzer.cpp | 32 int32_t cmdCode = UNREGISTER_DEVICE_MANAGER_LISTENER; in IpcClientManagerFuzzTest() local
|
| /foundation/distributedhardware/device_manager/test/fuzztest/ipcserverlistener_fuzzer/ |
| D | ipc_server_listener_fuzzer.cpp | 31 int32_t cmdCode = UNREGISTER_DEVICE_MANAGER_LISTENER; in IpcServerListenerFuzzTest() local
|
| /foundation/distributedhardware/device_manager/test/fuzztest/ipcserverclientproxy_fuzzer/ |
| D | ipc_server_client_proxy_fuzzer.cpp | 32 int32_t cmdCode = UNREGISTER_DEVICE_MANAGER_LISTENER; in IpcServerClientProxyFuzzTest() local
|
| /foundation/distributedhardware/device_manager/test/fuzztest/ipccmdregister_fuzzer/ |
| D | ipc_cmd_register_fuzzer.cpp | 46 int32_t cmdCode = UNREGISTER_DEVICE_MANAGER_LISTENER; in IpcCmdRegisterFuzzTest() local
|
| /foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/ipc/ |
| D | ipc_client_proxy.cpp | 41 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/ |
| D | avsessionserviceproxy_fuzzer.cpp | 36 uint32_t cmdCode = *(reinterpret_cast<const uint32_t*>(data)); in FuzzSendRequest() local
|