Home
last modified time | relevance | path

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

/aosp_15_r20/external/wmediumd/wmediumd_server/
H A Dwmediumd.proto26 rpc ReloadConfig(google.protobuf.Empty) returns (google.protobuf.Empty) {} rpc
H A Dwmediumd_server.cc168 Status ReloadConfig(ServerContext* context, const Empty* request, in ReloadConfig() function in WmediumdServiceImpl
/aosp_15_r20/art/runtime/metrics/
H A Dreporter.cc51 void MetricsReporter::ReloadConfig(const ReportingConfig& config) { in ReloadConfig() function in art::metrics::MetricsReporter