New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 871340 link

Starred by 1 user

Issue metadata

Status: Untriaged
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 3
Type: Bug



Sign in to add a comment

update engine D-Bus API (new or modified) for DLC

Project Member Reported by xiaochu@chromium.org, Aug 6

Issue description

(This bug only tracks the API definition instead of its implementation)

1. AttemptInstallDLC

    <method name="AttemptInstallDLC">
      <arg type="s" name="id" direction="in" />
    </method>

2. GetStatusDLC

    <method name="GetStatusDLC">
      <arg type="s" name="id" direction="in" />
      <arg type="s" name="percentage" direction="out" />
    </method>

alternatives:
can change existing APIs e.g. AttemptUpdate, GetStatus with more parameters.

 
Cc: senj@chromium.org

Sign in to add a comment