Searched refs:NetworkSelectorInterface (Results 1 - 7 of 7) sorted by relevance

/system/update_engine/
H A Dnetwork_selector_interface.h33 class NetworkSelectorInterface { class in namespace:chromeos_update_engine
36 virtual ~NetworkSelectorInterface() = default;
44 NetworkSelectorInterface() = default;
H A Dnetwork_selector.h27 // Creates the NetworkSelectorInterface instance for the given platform.
28 std::unique_ptr<NetworkSelectorInterface> CreateNetworkSelector();
H A Dnetwork_selector_android.cc28 std::unique_ptr<NetworkSelectorInterface> CreateNetworkSelector() {
H A Dnetwork_selector_android.h26 class NetworkSelectorAndroid final : public NetworkSelectorInterface {
31 // NetworkSelectorInterface overrides.
H A Dnetwork_selector_stub.cc27 std::unique_ptr<NetworkSelectorInterface> CreateNetworkSelector() {
H A Dnetwork_selector_stub.h26 class NetworkSelectorStub final : public NetworkSelectorInterface {
31 // NetworkSelectorInterface overrides.
H A Dupdate_attempter_android.h167 std::unique_ptr<NetworkSelectorInterface> network_selector_;

Completed in 90 milliseconds