Searched refs:ApexdConfig (Results 1 – 4 of 4) sorted by relevance
43 struct ApexdConfig { struct60 static const ApexdConfig kDefaultConfig = { argument74 void SetConfig(const ApexdConfig& config);
27 static const android::apex::ApexdConfig kMicrodroidConfig = {
131 std::optional<ApexdConfig> gConfig;1147 void SetConfig(const ApexdConfig& config) { gConfig = config; } in SetConfig()
291 ApexdConfig config_;