Home
last modified time | relevance | path

Searched refs:OnIpcServerCmdFunc (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/distributedhardware/device_manager/common/include/ipc/lite/
H A Dipc_cmd_register.h79 using OnIpcServerCmdFunc = void (*)(IpcIo &req, IpcIo &reply); variable
120 void RegisterServerCmdProcessFunc(int32_t cmdCode, OnIpcServerCmdFunc onIpcServerCmdFunc) in RegisterServerCmdProcessFunc()
158 std::unordered_map<int32_t, OnIpcServerCmdFunc> onIpcServerCmdFuncMap_;