OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetStorage
(Results
1 - 4
of
4
) sorted by null
/system/connectivity/shill/
mock_profile.h
49
MOCK_METHOD0(
GetStorage
, StoreInterface*());
profile.h
201
virtual StoreInterface*
GetStorage
() {
/system/connectivity/shill/wifi/
wifi_provider_unittest.cc
119
EXPECT_CALL(*default_profile_,
GetStorage
())
125
EXPECT_CALL(*user_profile_,
GetStorage
())
234
auto profile_storage = static_cast<MockStore*>(profile->
GetStorage
());
732
static_cast<MockStore*>(default_profile_->
GetStorage
());
[
all
...]
wifi_provider.cc
376
StoreInterface* storage = profile->
GetStorage
();
Completed in 78 milliseconds