Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/device_manager/common/src/ipc/lite/
H A Dipc_cmd_register.cpp66 int32_t IpcCmdRegister::OnIpcServerCmd(int32_t cmdCode, IpcIo &req, IpcIo &reply) in OnIpcServerCmd() function in OHOS::DistributedHardware::IpcCmdRegister
/ohos5.0/foundation/distributedhardware/device_manager/common/include/ipc/lite/
H A Dipc_cmd_register.h152 int32_t OnIpcServerCmd(int32_t cmdCode, IpcIo &req, IpcIo &reply);
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/ipc/lite/
H A Dipc_server_stub.cpp172 return IpcCmdRegister::GetInstance().OnIpcServerCmd(funcId, *req, *reply); in OnRemoteRequestLite()