HomeSort by relevance Sort by last modified time
    Searched refs:remote_certification_ (Results 1 - 3 of 3) sorted by null

  /system/connectivity/shill/
service.cc 223 &remote_certification_);
849 if (depth >= remote_certification_.size()) {
850 remote_certification_.resize(depth + 1);
851 } else if (name == remote_certification_[depth]) {
855 remote_certification_[depth] = name;
864 remote_certification_.clear();
    [all...]
service.h 890 std::vector<std::string> remote_certification_; member in class:shill::Service
    [all...]
service_unittest.cc     [all...]

Completed in 4544 milliseconds