Lines Matching refs:store
432 FakeStore store; in TEST_F() local
433 store.SetString("no_type", "Name", "No Type Entry"); in TEST_F()
434 store.SetString("no_wimax", "Type", "vpn"); in TEST_F()
435 store.SetString("wimax_network_01234567", "Name", "network"); in TEST_F()
436 store.SetString("wimax_network_01234567", "Type", "wimax"); in TEST_F()
437 store.SetString("wimax_network_01234567", "NetworkId", "01234567"); in TEST_F()
438 store.SetString("no_network_id", "Type", "wimax"); in TEST_F()
439 store.SetString("no_name", "Type", "wimax"); in TEST_F()
440 store.SetString("no_name", "NetworkId", "76543210"); in TEST_F()
446 .WillRepeatedly(Return(&store)); in TEST_F()
460 FakeStore store; in TEST_F() local
461 store.SetString("no_type", "Name", "No Type Entry"); in TEST_F()
462 store.SetString("no_wimax", "Type", "vpn"); in TEST_F()
463 store.SetString("wimax_network_01234567", "Name", "network"); in TEST_F()
464 store.SetString("wimax_network_01234567", "Type", "wimax"); in TEST_F()
465 store.SetString("wimax_network_01234567", "NetworkId", "01234567"); in TEST_F()
466 store.SetString("no_network_id", "Type", "wimax"); in TEST_F()
467 store.SetString("no_name", "Type", "wimax"); in TEST_F()
468 store.SetString("no_name", "NetworkId", "76543210"); in TEST_F()
472 .WillRepeatedly(Return(&store)); in TEST_F()