Home
last modified time | relevance | path

Searched refs:pullFinished (Results 1 – 8 of 8) sorted by relevance

/aosp12/packages/modules/StatsD/aidl/android/os/
H A DIPullAtomResultReceiver.aidl30 oneway void pullFinished(int atomTag, boolean success, in StatsEventParcel[] output); in pullFinished() method
/aosp12/packages/modules/StatsD/statsd/src/external/
H A DPullResultReceiver.cpp28 Status PullResultReceiver::pullFinished(int32_t atomTag, bool success, in pullFinished() function in android::os::statsd::PullResultReceiver
H A DPullResultReceiver.h39 Status pullFinished(int32_t atomTag, bool success,
/aosp12/packages/modules/StatsD/lib/libstatspull/
H A Dstats_pull_atom_callback.cpp138 Status status = resultReceiver->pullFinished(atomTag, success, parcels); in onPullAtom()
141 resultReceiver->pullFinished(atomTag, /*success=*/false, emptyParcels); in onPullAtom()
/aosp12/packages/modules/StatsD/framework/java/android/app/
H A DStatsManager.java562 resultReceiver.pullFinished(atomTag, success, parcels); in onPullAtom()
568 resultReceiver.pullFinished(atomTag, /*success=*/false, emptyData); in onPullAtom()
/aosp12/packages/modules/StatsD/statsd/tests/external/
H A DStatsPullerManager_test.cpp71 resultReceiver->pullFinished(atomTag, /*success*/ true, parcels); in onPullAtom()
H A DStatsCallbackPuller_test.cpp86 resultReceiver->pullFinished(pullTagId, pullSuccess, parcels); in executePull()
/aosp12/packages/modules/StatsD/statsd/tests/
H A Dstatsd_test_util.cpp1622 resultReceiver->pullFinished(atomTag, /*success=*/true, parcels); in onPullAtom()