HomeSort by relevance Sort by last modified time
    Searched full:mock_profile (Results 1 - 17 of 17) sorted by null

  /system/connectivity/shill/
mock_profile.cc 17 #include "shill/mock_profile.h"
service_unittest.cc 46 #include "shill/mock_profile.h"
833 MockProfileRefPtr mock_profile(
836 service_->set_profile(mock_profile);
839 EXPECT_CALL(*mock_profile, GetConstStorage())
841 EXPECT_CALL(*mock_profile, UpdateService(IsRefPtrTo(service_)));
    [all...]
service_property_change_test.cc 32 #include "shill/mock_profile.h"
profile_unittest.cc 30 #include "shill/mock_profile.h"
Android.mk 507 mock_profile.cc \
shill.gyp 768 'mock_profile.cc',
    [all...]
manager_unittest.cc 53 #include "shill/mock_profile.h"
868 scoped_refptr<MockProfile> mock_profile(
871 EXPECT_CALL(*mock_profile, GetRpcIdentifier())
873 AdoptProfile(manager(), mock_profile); local
877 EXPECT_EQ(mock_profile.get(), profile.get());
    [all...]
  /system/connectivity/shill/wifi/
wifi_service_unittest.cc 45 #include "shill/mock_profile.h"
552 scoped_refptr<MockProfile> mock_profile(
554 wifi_service->set_profile(mock_profile);
    [all...]
wifi_provider_unittest.cc 38 #include "shill/mock_profile.h"
    [all...]
wifi_unittest.cc 59 #include "shill/mock_profile.h"
    [all...]
  /system/connectivity/shill/vpn/
vpn_provider_unittest.cc 35 #include "shill/mock_profile.h"
vpn_service_unittest.cc 34 #include "shill/mock_profile.h"
  /system/connectivity/shill/cellular/
cellular_capability_classic_unittest.cc 39 #include "shill/mock_profile.h"
cellular_service_unittest.cc 35 #include "shill/mock_profile.h"
cellular_capability_gsm_unittest.cc 43 #include "shill/mock_profile.h"
cellular_capability_universal_unittest.cc 51 #include "shill/mock_profile.h"
    [all...]
  /system/connectivity/shill/wimax/
wimax_provider_unittest.cc 34 #include "shill/mock_profile.h"

Completed in 351 milliseconds