• Kevin Marshall's avatar
    [Fuchsia] Modify QueryableData to send entry change events. · 1a26a9be
    Kevin Marshall authored
    Change the FIDL interface QueryableData::GetAllEntries() to GetChangedEntries(),
    which is identical to the current implementation on the first
    invocation but on, but for subsequent invocations it uses hanging
    callbacks to send incremental changes to the client.
    
    The change is necessary for allowing QueryableData values to change at
    page runtime.
    
    Implementation of support for incremental change events are reserved for
    a followup CL.
    
    
    Bug: 929291
    Change-Id: I7af7e77130eff55699a90fd5aff0a581bf3e3dd6
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1500021
    Commit-Queue: Kevin Marshall <kmarshall@chromium.org>
    Reviewed-by: default avatarWez <wez@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#637909}
    1a26a9be
fake_queryable_data.h 1.01 KB