OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetApn
(Results
1 - 4
of
4
) sorted by null
/system/connectivity/shill/cellular/
cellular_service_unittest.cc
230
TEST_F(CellularServiceTest,
SetApn
) {
249
service_->
SetApn
(testapn, &error);
281
service_->
SetApn
(testapn, &error);
292
service_->
SetApn
(emptyapn, &error);
333
service_->
SetApn
(userapn, &error);
531
EXPECT_TRUE(service_->
SetApn
(testapn, &error));
534
EXPECT_FALSE(service_->
SetApn
(testapn, &error));
cellular_service.h
143
FRIEND_TEST(CellularServiceTest,
SetApn
);
187
bool
SetApn
(const Stringmap& value, Error* error);
cellular_service.cc
92
&CellularService::
SetApn
);
192
bool CellularService::
SetApn
(const Stringmap& value, Error* error) {
cellular_capability_classic_unittest.cc
436
cellular_->service()->
SetApn
(apn_info, &error);
Completed in 1212 milliseconds