Home
last modified time | relevance | path

Searched defs:SpyMetrics (Results 1 – 1 of 1) sorted by relevance

/system/apex/apexd/
Dapexd_test.cpp4667 struct SpyMetrics : Metrics { struct
4668 std::vector<std::tuple<InstallType, bool, ApexFileInfo>> requested;
4669 std::vector<std::tuple<std::string, InstallResult>> ended;
4671 void SendInstallationRequested(InstallType install_type, bool is_rollback, in SendInstallationRequested()
4675 void SendInstallationEnded(const std::string& file_hash, in SendInstallationEnded()