OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetConnectionProperties
(Results
1 - 10
of
10
) sorted by null
/system/update_engine/
connection_manager_android.cc
29
bool ConnectionManagerAndroid::
GetConnectionProperties
(
connection_manager_android.h
33
bool
GetConnectionProperties
(ConnectionType* out_type,
connection_manager_interface.h
40
virtual bool
GetConnectionProperties
(ConnectionType* out_type,
mock_connection_manager.h
33
MOCK_METHOD2(
GetConnectionProperties
,
connection_manager.h
42
bool
GetConnectionProperties
(ConnectionType* out_type,
connection_manager_unittest.cc
151
EXPECT_TRUE(cmut_.
GetConnectionProperties
(&type, &tethering));
166
EXPECT_TRUE(cmut_.
GetConnectionProperties
(&type, &tethering));
393
EXPECT_FALSE(cmut_.
GetConnectionProperties
(&type, &tethering));
connection_manager.cc
123
bool ConnectionManager::
GetConnectionProperties
(
omaha_request_action.cc
[
all
...]
payload_state.cc
194
if (!connection_manager->
GetConnectionProperties
(&network_connection_type,
[
all
...]
omaha_request_action_unittest.cc
499
EXPECT_CALL(mock_cm,
GetConnectionProperties
(_, _))
[
all
...]
Completed in 273 milliseconds