Lines Matching defs:EphemeralProfile
36 static string ObjectID(EphemeralProfile* e) { return e->GetRpcIdentifier(); }
40 const char EphemeralProfile::kFriendlyName[] = "(ephemeral)";
42 EphemeralProfile::EphemeralProfile(ControlInterface* control_interface,
49 EphemeralProfile::~EphemeralProfile() {}
51 string EphemeralProfile::GetFriendlyName() {
55 bool EphemeralProfile::AdoptService(const ServiceRefPtr& service) {
62 bool EphemeralProfile::AbandonService(const ServiceRefPtr& service) {
70 bool EphemeralProfile::Save() {