Home
last modified time | relevance | path

Searched refs:set_profile (Results 1 – 11 of 11) sorted by relevance

/system/connectivity/shill/cellular/
Dcellular_service_unittest.cc236 service_->set_profile(profile); in TEST_F()
267 service_->set_profile(profile); in TEST_F()
305 service_->set_profile(profile); in TEST_F()
527 service_->set_profile(profile); in TEST_F()
Dcellular_capability_classic_unittest.cc408 cellular_->service()->set_profile(profile); in TEST_F()
/system/connectivity/shill/
Dmanager_unittest.cc908 service->set_profile(profile0); in TEST_F()
1243 service->set_profile(profile); in TEST_F()
1329 s_not_in_group->set_profile(profile1); in TEST_F()
1330 s_configure_fail->set_profile(profile1); in TEST_F()
1331 s_configure_succeed->set_profile(profile1); in TEST_F()
1444 s_will_remove0->set_profile(profile); in TEST_F()
1445 s_will_remove1->set_profile(profile); in TEST_F()
1446 s_will_not_remove0->set_profile(profile); in TEST_F()
1447 s_will_not_remove1->set_profile(profile); in TEST_F()
1530 s_will_remove0->set_profile(profile1); in TEST_F()
[all …]
Dservice_unittest.cc836 service_->set_profile(mock_profile); in TEST_F()
844 service_->set_profile(nullptr); // Break reference cycle. in TEST_F()
850 service_->set_profile(mock_profile); in TEST_F()
856 service_->set_profile(nullptr); // Break reference cycle. in TEST_F()
1354 service_->set_profile(nullptr); in TEST_F()
1360 service_->set_profile(profile); in TEST_F()
1409 service_->set_profile(nullptr); in TEST_F()
1414 service_->set_profile(profile); in TEST_F()
2005 service_->set_profile(mock_profile); in TEST_F()
2161 service2->set_profile(profile2); in TEST_F()
[all …]
Dservice_property_change_test.cc169 service->set_profile(profile); in TestCustomSetterNoopChange()
Dservice.h471 void set_profile(const ProfileRefPtr& p);
Dservice.cc1186 void Service::set_profile(const ProfileRefPtr& p) { profile_ = p; } in set_profile() function in shill::Service
/system/connectivity/shill/vpn/
Dvpn_service_unittest.cc336 service_->set_profile(profile); in TEST_F()
350 service_->set_profile(profile); in TEST_F()
/system/connectivity/shill/wifi/
Dwifi_service_unittest.cc554 wifi_service->set_profile(mock_profile); in TEST_F()
1085 service->set_profile(mock_profile); in TEST_F()
1104 service->set_profile(mock_profile); in TEST_F()
2035 service->set_profile(mock_profile); in TEST_F()
Dwifi_provider_unittest.cc184 service->set_profile(default_profile_); in BindServiceToDefaultProfile()
187 service->set_profile(user_profile_); in BindServiceToUserProfile()
/system/tpm/attestation/server/
Dattestation_service.cc624 request_pb.set_profile(profile); in CreateCertificateRequest()