Home
last modified time | relevance | path

Searched refs:metricsKey (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/incremental/
DIncrementalService.h344 const std::string metricsKey; member
355 IncFsMount(std::string root, std::string metricsKey, MountId mountId, Control control, in IncFsMount()
358 metricsKey(std::move(metricsKey)), in IncFsMount()
DIncrementalService.cpp434 const auto& metricsInstanceName = ifs->metricsKey; in onDump()
627 std::string metricsKey; in createStorage() local
643 metricsKey = makeUniqueName(mountKey); in createStorage()
644 auto status = mVold->mountIncFs(backing, mountTarget, 0, metricsKey, &controlParcel); in createStorage()
667 auto ifs = std::make_shared<IncFsMount>(std::move(mountRoot), std::move(metricsKey), mountId, in createStorage()
992 ifs.metricsKey); in applyStorageParamsLocked()
1501 std::string metricsKey{}; in adoptMountedInstances() local
1502 auto ifs = std::make_shared<IncFsMount>(std::string(expectedRoot), std::move(metricsKey), in adoptMountedInstances()
1660 auto metricsKey = makeUniqueName(mountKey); in mountExistingImage() local
1661 auto status = mVold->mountIncFs(backing, mountTarget, 0, metricsKey, &controlParcel); in mountExistingImage()
[all …]