OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ConnectionManagerInterface
(Results
1 - 12
of
12
) sorted by null
/system/update_engine/
connection_manager_interface.h
33
class
ConnectionManagerInterface
{
35
virtual ~
ConnectionManagerInterface
() = default;
50
ConnectionManagerInterface
() = default;
53
DISALLOW_COPY_AND_ASSIGN(
ConnectionManagerInterface
);
58
std::unique_ptr<
ConnectionManagerInterface
> CreateConnectionManager(
connection_manager_android.cc
22
std::unique_ptr<
ConnectionManagerInterface
> CreateConnectionManager(
24
return std::unique_ptr<
ConnectionManagerInterface
>(
system_state.h
39
class
ConnectionManagerInterface
;
72
virtual
ConnectionManagerInterface
* connection_manager() = 0;
connection_manager_android.h
27
class ConnectionManagerAndroid : public
ConnectionManagerInterface
{
32
//
ConnectionManagerInterface
overrides.
mock_connection_manager.h
29
class MockConnectionManager : public
ConnectionManagerInterface
{
connection_manager.h
33
class ConnectionManager : public
ConnectionManagerInterface
{
41
//
ConnectionManagerInterface
overrides.
real_system_state.h
89
inline
ConnectionManagerInterface
* connection_manager() override {
149
std::unique_ptr<
ConnectionManagerInterface
> connection_manager_;
connection_manager.cc
42
std::unique_ptr<
ConnectionManagerInterface
> CreateConnectionManager(
44
return std::unique_ptr<
ConnectionManagerInterface
>(
fake_system_state.h
64
inline
ConnectionManagerInterface
* connection_manager() override {
118
ConnectionManagerInterface
* connection_manager) {
253
ConnectionManagerInterface
* connection_manager_;
common_service.cc
301
ConnectionManagerInterface
* cm = system_state_->connection_manager();
payload_state.cc
200
ConnectionManagerInterface
* connection_manager =
[
all
...]
omaha_request_action.cc
[
all
...]
Completed in 131 milliseconds