Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexd.h42 struct ApexdConfig { struct
52 static const ApexdConfig kDefaultConfig = { argument
60 void SetConfig(const ApexdConfig& config);
Dapexd.cpp124 std::optional<ApexdConfig> gConfig;
1042 void SetConfig(const ApexdConfig& config) { gConfig = config; } in SetConfig()
Dapexd_test.cpp210 ApexdConfig config_;