Lines Matching refs:SetString
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()
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()
527 args.SetString(kTypeProperty, kTypeWimax); in TEST_F()
536 args.SetString(WiMaxService::kNetworkIdProperty, kNetworkId); in TEST_F()
544 args.SetString(kNameProperty, kName); in TEST_F()
546 args.SetString(kEapIdentityProperty, kIdentity); in TEST_F()