Lines Matching refs:SendCommand
526 ret = SendCommand(startCmd);
745 ret = SendCommand(cmd);
801 ret = SendCommand(cmd);
1048 ret = SendCommand(cmd);
1061 ret = SendCommand(cmd);
1200 SendCommand(cmd);
1234 int32_t DSchedContinue::SendCommand(std::shared_ptr<DSchedContinueCmdBase> cmd)
1240 HILOGI("SendCommand start, cmd %{public}d", cmd->command_);
1244 HILOGE("SendCommand marshal cmd %{public}d failed, ret %{public}d", cmd->command_, ret);
1250 HILOGE("SendCommand memcpy_s failed, cmd %{public}d, ret %{public}d", cmd->command_, ret);
1255 HILOGE("SendCommand send data failed, cmd %{public}d, ret %{public}d", cmd->command_, ret);
1258 HILOGI("SendCommand end, cmd %{public}d", cmd->command_);