Searched refs:update_received (Results 1 – 7 of 7) sorted by relevance
142 if (device && !device->update_received()) in GetDeviceState()152 if (!device->update_received()) in GetDeviceStateByType()166 if (!device->update_received()) in GetScanningByType()177 if (network && !network->update_received()) in GetNetworkState()195 if (!network->update_received()) in ConnectedNetworkByType()212 if (!network->update_received() || network->IsConnectedState()) in ConnectingNetworkByType()230 if (!network->update_received()) in FirstNetworkByType()282 if (!network->update_received() || !network->Matches(type)) in GetNetworkListByType()303 if (!network->update_received() || in GetNetworkStateFromServicePath()334 if (device->update_received() && device->Matches(type)) in GetDeviceListByType()[all …]
72 bool update_received() const { return update_received_; } in update_received() function
308 if (!update_received()) { in GetSpecifier()
32 void OnRequestCompleted(bool update_received,104 bool update_received, bool enabled, int poll_interval_seconds) { in OnRequestCompleted() argument106 update_received_ = update_received; in OnRequestCompleted()
146 void GCMChannelStatusSyncer::OnRequestCompleted(bool update_received, in OnRequestCompleted() argument157 if (update_received) { in OnRequestCompleted()
35 typedef base::Callback<void(bool update_received,
62 void OnRequestCompleted(bool update_received,