OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ConnectionManager
(Results
1 - 15
of
15
) sorted by null
/system/update_engine/
connection_manager.h
33
class
ConnectionManager
: public ConnectionManagerInterface {
35
// Constructs a new
ConnectionManager
object initialized with the
37
ConnectionManager
(ShillProxyInterface* shill_proxy,
39
~
ConnectionManager
() override = default;
62
DISALLOW_COPY_AND_ASSIGN(
ConnectionManager
);
connection_manager.cc
45
new
ConnectionManager
(new ShillProxy(), system_state));
49
ConnectionManager
::
ConnectionManager
(ShillProxyInterface* shill_proxy,
53
bool
ConnectionManager
::IsUpdateAllowedOver(
123
bool
ConnectionManager
::GetConnectionProperties(
137
bool
ConnectionManager
::GetDefaultServicePath(dbus::ObjectPath* out_path) {
154
bool
ConnectionManager
::GetServicePathProperties(
connection_manager_unittest.cc
85
//
ConnectionManager
under test.
86
ConnectionManager
cmut_{fake_shill_proxy_, &fake_system_state_};
/external/autotest/scheduler/
scheduler_lib_unittest.py
38
connection_manager = scheduler_lib.
ConnectionManager
()
59
connection_manager = scheduler_lib.
ConnectionManager
()
73
connection_manager = scheduler_lib.
ConnectionManager
()
82
connection_manager_2 = scheduler_lib.
ConnectionManager
()
scheduler_lib.py
46
class
ConnectionManager
(object):
rdb_testing_utils.py
313
_db_manager = scheduler_lib.
ConnectionManager
(autocommit=False)
361
connection_manager = scheduler_lib.
ConnectionManager
(autocommit=False)
query_managers.py
231
self._db = scheduler_lib.
ConnectionManager
().get_connection()
host_scheduler.py
428
_db_manager = scheduler_lib.
ConnectionManager
()
monitor_db.py
235
_db_manager = scheduler_lib.
ConnectionManager
()
[
all
...]
monitor_db_unittest.py
111
connection_manager = scheduler_lib.
ConnectionManager
(autocommit=False)
[
all
...]
scheduler_models.py
54
_db = scheduler_lib.
ConnectionManager
().get_connection()
[
all
...]
monitor_db_functional_test.py
350
scheduler_lib.
ConnectionManager
= MockConnectionManager
[
all
...]
/external/apache-http/android/src/android/net/http/
ConnectionThread.java
36
private RequestQueue.
ConnectionManager
mConnectionManager;
44
RequestQueue.
ConnectionManager
connectionManager
,
50
mConnectionManager =
connectionManager
;
RequestQueue.java
63
class ActivePool implements
ConnectionManager
{
534
interface
ConnectionManager
{
/external/guice/extensions/persist/lib/
hibernate3.jar
Completed in 1130 milliseconds