mirror of
https://github.com/openharmony/device_manager.git
synced 2026-07-19 18:13:32 -04:00
@@ -35,7 +35,7 @@ int32_t IpcClientServerProxy::SendCmd(int32_t cmdCode, std::shared_ptr<IpcReq> r
|
||||
MessageOption option;
|
||||
if (!data.WriteInterfaceToken(GetDescriptor())) {
|
||||
LOGE("WriteInterfaceToken fail!");
|
||||
return DM_IPC_WRITE_TOKEN_ERROR;
|
||||
return DM_IPC_WRITE_TOKEN_ERROR;
|
||||
}
|
||||
if (IpcCmdRegister::GetInstance().SetRequest(cmdCode, req, data) != DM_OK) {
|
||||
return DM_IPC_SEND_REQUEST_FAILED;
|
||||
|
||||
Reference in New Issue
Block a user