Searched refs:setOptions (Results 1 – 11 of 11) sorted by relevance
/hardware/google/pixel/perfstatsd/ |
D | perfstatsd_service.cpp | 31 android::binder::Status PerfstatsdPrivateService::setOptions(const std::string &key, in setOptions() function in PerfstatsdPrivateService 33 perfstatsdSp->setOptions(std::forward<const std::string>(key), in setOptions()
|
D | perfstatsd.cpp | 70 void Perfstatsd::setOptions(const std::string &key, const std::string &value) { in setOptions() function in Perfstatsd 83 stats->setOptions(std::forward<const std::string>(key), in setOptions()
|
D | main.cpp | 97 ->setOptions(std::forward<const std::string>(key), in serviceCall()
|
D | cpu_usage.cpp | 49 void CpuUsage::setOptions(const std::string &key, const std::string &value) { in setOptions() function in CpuUsage
|
D | io_usage.cpp | 409 void IoUsage::setOptions(const std::string &key, const std::string &value) { in setOptions() function in IoUsage
|
/hardware/google/pixel/perfstatsd/binder/android/pixel/perfstatsd/ |
D | IPerfstatsdPrivate.aidl | 22 void setOptions(@utf8InCpp String key, @utf8InCpp String value); in setOptions() method
|
/hardware/google/pixel/perfstatsd/include/ |
D | perfstatsd.h | 41 void setOptions(const std::string &key, const std::string &value);
|
D | perfstatsd_service.h | 36 android::binder::Status setOptions(const std::string &key, const std::string &value);
|
D | cpu_usage.h | 56 void setOptions(const std::string &key, const std::string &value);
|
D | statstype.h | 29 virtual void setOptions(const std::string &, const std::string &) = 0;
|
D | io_usage.h | 168 void setOptions(const std::string &key, const std::string &value);
|