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

  /system/connectivity/shill/
mock_service.h 65 MOCK_CONST_METHOD1(GetLoadableStorageIdentifier,
service.h 272 virtual std::string GetLoadableStorageIdentifier(
    [all...]
service.cc 508 string Service::GetLoadableStorageIdentifier(
    [all...]
service_unittest.cc 400 TEST_F(ServiceTest, GetLoadableStorageIdentifier) {
405 EXPECT_EQ("", service_->GetLoadableStorageIdentifier(storage));
406 EXPECT_EQ(storage_id_, service_->GetLoadableStorageIdentifier(storage));
    [all...]
manager_unittest.cc     [all...]
manager.cc 858 string entry_name = service->GetLoadableStorageIdentifier(
    [all...]
  /system/connectivity/shill/wifi/
wifi_service.h 117 std::string GetLoadableStorageIdentifier(
wifi_service.cc 333 string WiFiService::GetLoadableStorageIdentifier(
362 string id = GetLoadableStorageIdentifier(*storage);
    [all...]
wifi_service_unittest.cc 298 wifi_service->GetLoadableStorageIdentifier(mock_store));
    [all...]

Completed in 1155 milliseconds