Home
last modified time | relevance | path

Searched refs:profile_property (Results 1 – 3 of 3) sorted by relevance

/dports/astro/routino/routino-3.3.3/web/www/routino/
H A Drouter.pl62 my $value=$main::routino->{profile_property}->{$property}->{$transport};
H A Dprofiles.pl57 profile_property => {
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/dbus/shill/
H A Dfake_shill_manager_client.cc446 std::string profile_property; in ConfigureServiceForProfile() local
447 GetString(properties, shill::kProfileProperty, &profile_property); in ConfigureServiceForProfile()
448 CHECK(profile_property == profile_path.value()); in ConfigureServiceForProfile()