Home
last modified time | relevance | path

Searched refs:ApexdConfig (Results 1 – 4 of 4) sorted by relevance

/system/apex/apexd/
Dapexd.h43 struct ApexdConfig { struct
60 static const ApexdConfig kDefaultConfig = { argument
74 void SetConfig(const ApexdConfig& config);
Dapexd_microdroid.cpp27 static const android::apex::ApexdConfig kMicrodroidConfig = {
Dapexd.cpp131 std::optional<ApexdConfig> gConfig;
1147 void SetConfig(const ApexdConfig& config) { gConfig = config; } in SetConfig()
Dapexd_test.cpp291 ApexdConfig config_;