Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexd.h43 struct ApexdConfig { struct
61 static const ApexdConfig kDefaultConfig = { argument
76 void SetConfig(const ApexdConfig& config);
Dapexd.cpp126 std::optional<ApexdConfig> gConfig;
1149 void SetConfig(const ApexdConfig& config) { gConfig = config; } in SetConfig()
Dapexd_test.cpp310 ApexdConfig config_;