Home
last modified time | relevance | path

Searched refs:kNotFound (Results 1 – 25 of 27) sorted by relevance

12

/system/connectivity/shill/
Dstatic_ip_parameters.cc313 error->Populate(Error::kNotFound, "Property is not set"); in ClearMappedProperty()
320 error->Populate(Error::kNotFound, "Property is not set"); in ClearMappedProperty()
327 error->Populate(Error::kNotFound, "Property is not set"); in ClearMappedProperty()
347 error->Populate(Error::kNotFound, "Property is not set"); in GetMappedInt32Property()
359 error->Populate(Error::kNotFound, "Property is not set"); in GetMappedSavedInt32Property()
371 error->Populate(Error::kNotFound, "Property is not set"); in GetMappedStringProperty()
383 error->Populate(Error::kNotFound, "Property is not set"); in GetMappedSavedStringProperty()
395 error->Populate(Error::kNotFound, "Property is not set"); in GetMappedStringsProperty()
407 error->Populate(Error::kNotFound, "Property is not set"); in GetMappedSavedStringsProperty()
Ddhcp_properties_unittest.cc71 EXPECT_EQ(Error::kNotFound, error.type()); in TEST_F()
77 EXPECT_EQ(Error::kNotFound, error.type()); in TEST_F()
133 EXPECT_EQ(Error::kNotFound, error.type()); in TEST_F()
154 EXPECT_EQ(Error::kNotFound, error.type()); in TEST_F()
Ddhcp_properties.cc139 error->Populate(Error::kNotFound, "Property is not set"); in ClearMappedStringProperty()
149 error->Populate(Error::kNotFound, "Property is not set"); in GetMappedStringProperty()
Dprofile_unittest.cc108 EXPECT_EQ(Error::kNotFound, error.type()); in TEST_F()
427 Error::kNotFound)); in TEST_F()
451 Error::kNotFound)); in TEST_F()
476 Error::kNotFound)); in TEST_F()
499 EXPECT_EQ(Error::kNotFound, error.type()); in TEST_F()
Dprofile.cc117 FROM_HERE, error, Error::kNotFound, in InitStorage()
233 FROM_HERE, error, Error::kNotFound, in DeleteEntry()
251 FROM_HERE, error, Error::kNotFound, in GetServiceFromEntry()
Derror.h54 kNotFound, enumerator
Dstatic_ip_parameters_unittest.cc216 EXPECT_EQ(Error::kNotFound, error.type()); in TEST_F()
225 EXPECT_EQ(Error::kNotFound, error.type()); in TEST_F()
Derror_unittest.cc128 EXPECT_EQ(kErrorResultNotFound, Error::GetDBusResult(Error::kNotFound)); in TEST_F()
Dmanager.cc595 FROM_HERE, error, Error::kNotFound, "Profile stack is empty"); in PopProfile()
617 FROM_HERE, error, Error::kNotFound, "Profile stack is empty"); in PopAnyProfile()
930 error->Populate(Error::kNotFound, error_string); in GetServiceWithGUID()
2400 Error::PopulateAndLog(FROM_HERE, error, Error::kNotFound, in ConfigureServiceForProfile()
2490 error->Populate(Error::kNotFound, "Matching service was not found"); in FindMatchingService()
Dservice.cc1236 error->Populate(Error::kNotFound); in GetIPConfigRpcIdentifier()
1244 error->Populate(Error::kNotFound); in GetIPConfigRpcIdentifier()
1594 error->Populate(Error::kNotFound); in GetProfileRpcId()
Dmanager_unittest.cc1032 EXPECT_EQ(Error::kNotFound, TestPushProfile(&manager, kProfile2)); in TEST_F()
1101 EXPECT_EQ(Error::kNotFound, TestPopAnyProfile(&manager)); in TEST_F()
2036 EXPECT_EQ(Error::kNotFound, error.type()); in TEST_F()
2410 EXPECT_EQ(Error::kNotFound, error.type()); in TEST_F()
2444 EXPECT_EQ(Error::kNotFound, error.type()); in TEST_F()
Dservice_unittest.cc1559 EXPECT_EQ(Error::kNotFound, error.type()); in TEST_F()
1577 EXPECT_EQ(Error::kNotFound, error.type()); in TEST_F()
Ddevice.cc1752 error->Populate(Error::kNotFound, "Device is not running LinkMonitor"); in GetLinkMonitorResponseTime()
/system/connectivity/shill/vpn/
Dvpn_driver.cc178 error->Populate(Error::kNotFound, "Property is not set"); in ClearMappedStringProperty()
187 error->Populate(Error::kNotFound, "Property is not set"); in ClearMappedStringsProperty()
Dvpn_driver_unittest.cc389 EXPECT_EQ(Error::kNotFound, error.type()); in TEST_F()
394 EXPECT_EQ(Error::kNotFound, error.type()); in TEST_F()
Dvpn_provider.cc167 error->Populate(Error::kNotFound, "Matching service was not found"); in FindSimilarService()
Dvpn_provider_unittest.cc128 EXPECT_EQ(Error::kNotFound, error.type()); in TEST_F()
/system/connectivity/shill/wimax/
Dwimax_service.cc201 error->Populate(Error::kNotFound, "Not associated with a device"); in GetDeviceRpcId()
Dwimax_service_unittest.cc123 EXPECT_EQ(Error::kNotFound, error.type()); in TEST_F()
Dwimax_provider.cc240 error->Populate(Error::kNotFound, "Matching service was not found"); in FindSimilarService()
Dwimax_provider_unittest.cc551 EXPECT_EQ(Error::kNotFound, e.type()); in TEST_F()
/system/connectivity/shill/wifi/
Dwifi_provider.cc191 error->Populate(Error::kNotFound, "Matching service was not found"); in FindSimilarService()
Dwifi.cc905 if (error.type() == Error::kNotFound) { in HandleDisconnect()
1111 error->Populate(Error::kNotFound, error_message); in FindNetworkRpcidForService()
Dwifi_service.cc726 error->Populate(Error::kNotFound, "Not associated with a device"); in GetDeviceRpcId()
Dwake_on_wifi.cc840 Error::PopulateAndLog(FROM_HERE, error, Error::kNotFound, in RemoveWakeOnPacketConnection()

12