OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OnDeviceInfoAvailable
(Results
1 - 5
of
5
) sorted by null
/system/connectivity/shill/cellular/
modem_info.cc
69
void ModemInfo::
OnDeviceInfoAvailable
(const string& link_name) {
71
manager->
OnDeviceInfoAvailable
(link_name);
modem.cc
82
void Modem::
OnDeviceInfoAvailable
(const string& link_name) {
131
// Save our properties, wait for
OnDeviceInfoAvailable
to be called.
modem_manager.cc
88
void ModemManager::
OnDeviceInfoAvailable
(const string& link_name) {
90
it->second->
OnDeviceInfoAvailable
(link_name);
/system/connectivity/shill/vpn/
vpn_provider.cc
173
bool VPNProvider::
OnDeviceInfoAvailable
(const string& link_name,
/system/connectivity/shill/wimax/
wimax_provider.cc
109
void WiMaxProvider::
OnDeviceInfoAvailable
(const string& link_name) {
Completed in 126 milliseconds