Home
last modified time | relevance | path

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

12

/ohos5.0/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_ipc_cmd_parser_client.cpp153 int32_t cmdCode = BIND_DEVICE; variable
159 int32_t cmdCode = UNBIND_DEVICE; variable
207 int32_t cmdCode = STOP_DISCOVERING; variable
231 int32_t cmdCode = STOP_ADVERTISING; variable
243 int32_t cmdCode = BIND_TARGET; variable
249 int32_t cmdCode = UNBIND_TARGET; variable
267 int32_t cmdCode = DP_ACL_ADD; variable
273 int32_t cmdCode = DP_ACL_ADD; variable
279 int32_t cmdCode = IS_SAME_ACCOUNT; variable
302 int32_t cmdCode = UNBIND_DEVICE; variable
[all …]
H A DUTTest_ipc_cmd_parser_service.cpp477 int32_t cmdCode = BIND_DEVICE; variable
496 int32_t cmdCode = UNBIND_DEVICE; variable
560 int32_t cmdCode = IMPORT_AUTH_CODE; variable
577 int32_t cmdCode = EXPORT_AUTH_CODE; variable
645 int32_t cmdCode = STOP_DISCOVERING; variable
696 int32_t cmdCode = BIND_TARGET; variable
715 int32_t cmdCode = UNBIND_TARGET; variable
789 int32_t cmdCode = DP_ACL_ADD; variable
821 int32_t cmdCode = IS_SAME_ACCOUNT; variable
1047 int32_t cmdCode = GET_DEVICE_INFO; variable
[all …]
H A DUTTest_ipc_cmd_register.cpp75 int32_t cmdCode = 999; variable
386 int32_t cmdCode = NOTIFY_EVENT; variable
444 int32_t cmdCode = IMPORT_CREDENTIAL; variable
462 int32_t cmdCode = DELETE_CREDENTIAL; variable
517 int32_t cmdCode = 9999; variable
737 int32_t cmdCode = NOTIFY_EVENT; variable
779 int32_t cmdCode = IMPORT_CREDENTIAL; variable
793 int32_t cmdCode = DELETE_CREDENTIAL; variable
826 int32_t cmdCode = 9999; variable
997 int32_t cmdCode = -1; variable
[all …]
H A DUTTest_ipc_server_listener.cpp68 int32_t cmdCode = 20; variable
99 int32_t cmdCode = SERVER_DEVICE_STATE_NOTIFY; variable
129 int32_t cmdCode = 9999; variable
162 int32_t cmdCode = 999; variable
197 int32_t cmdCode = 9999; variable
230 int32_t cmdCode = 0; variable
263 int32_t cmdCode = -1; variable
293 int32_t cmdCode = -1; variable
316 int32_t cmdCode = 999; variable
339 int32_t cmdCode = SERVER_DEVICE_STATE_NOTIFY; variable
H A DUTTest_ipc_client_server_proxy.cpp65 int32_t cmdCode = 1; variable
81 int32_t cmdCode = IPC_MSG_BUTT; variable
94 int32_t cmdCode = 1; variable
109 int32_t cmdCode = -1; variable
H A 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
H A DUTTest_ipc_client_stub.cpp148 int cmdCode = SERVER_DEVICE_FA_NOTIFY; variable
167 int cmdCode = IPC_MSG_BUTT; variable
181 int cmdCode = GET_TRUST_DEVICE_LIST; variable
200 int cmdCode = -1; variable
/ohos5.0/foundation/distributedhardware/device_manager/common/include/ipc/lite/
H A 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()
/ohos5.0/foundation/distributedhardware/device_manager/common/include/ipc/standard/
H A Dipc_cmd_register.h31 #define ON_IPC_SET_REQUEST(cmdCode, paraA, paraB) \ argument
42 #define ON_IPC_READ_RESPONSE(cmdCode, paraA, paraB) … argument
53 #define ON_IPC_CMD(cmdCode, paraA, paraB) \ argument
77 void RegisterSetRequestFunc(int32_t cmdCode, SetIpcRequestFunc setIpcRequestFunc) in RegisterSetRequestFunc()
87 void RegisterReadResponseFunc(int32_t cmdCode, ReadResponseFunc readResponseFunc) in RegisterReadResponseFunc()
97 void RegisterCmdProcessFunc(int32_t cmdCode, OnIpcCmdFunc onIpcCmdFunc) in RegisterCmdProcessFunc()
/ohos5.0/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 &reques… in SetRequest()
41 int32_t IpcCmdRegister::ReadResponse(int32_t cmdCode, IpcIo &reply, std::shared_ptr<IpcRsp> pBaseRs… in ReadResponse()
51 int32_t IpcCmdRegister::OnIpcCmd(int32_t cmdCode, IpcIo &reply) in OnIpcCmd()
66 int32_t IpcCmdRegister::OnIpcServerCmd(int32_t cmdCode, IpcIo &req, IpcIo &reply) in OnIpcServerCmd()
/ohos5.0/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_pt… in SendRequest()
26 int32_t IpcServerListener::SendAll(int32_t cmdCode, std::shared_ptr<IpcReq> req, std::shared_ptr<Ip… in SendAll()
/ohos5.0/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… in SetRequest()
62 int32_t IpcCmdRegister::ReadResponse(int32_t cmdCode, MessageParcel &reply, std::shared_ptr<IpcRsp>… in ReadResponse()
79 int32_t IpcCmdRegister::OnIpcCmd(int32_t cmdCode, MessageParcel &data, MessageParcel &reply) in OnIpcCmd()
/ohos5.0/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_pt… in SendRequest()
52 int32_t IpcServerListener::SendAll(int32_t cmdCode, std::shared_ptr<IpcReq> req, std::shared_ptr<Ip… in SendAll()
H A Dipc_server_client_proxy.cpp26 int32_t IpcServerClientProxy::SendCmd(int32_t cmdCode, std::shared_ptr<IpcReq> req, std::shared_ptr… in SendCmd()
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/input/
H A D_extra_cmd_v10.md27 ### cmdCode subsection
H A D_input_extra_cmd.md27 ### cmdCode subsection
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/ipc/lite/
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… in SendCmd()
/ohos5.0/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_pt… in SendRequest()
69 int32_t IpcServerListener::SendAll(int32_t cmdCode, std::shared_ptr<IpcReq> req, std::shared_ptr<Ip… in SendAll()
/ohos5.0/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… in SendCmd()
/ohos5.0/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
/ohos5.0/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
/ohos5.0/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
/ohos5.0/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
/ohos5.0/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<I… in SendRequest()
/ohos5.0/foundation/multimodalinput/input/service/message_handle/src/
H A Dinject_notice_manager.cpp130 int32_t cmdCode = MESSAGE_PARCEL_KEY_NOTICE_SEND; in SendNotice() local
150 int32_t cmdCode = MESSAGE_PARCEL_KEY_NOTICE_CLOSE; in CancelNotice() local

12