OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:EphemeralProfile
(Results
1 - 2
of
2
) sorted by null
/system/connectivity/shill/
ephemeral_profile.h
36
class
EphemeralProfile
: public Profile {
38
EphemeralProfile
(ControlInterface* control_interface,
41
~
EphemeralProfile
() override;
53
DISALLOW_COPY_AND_ASSIGN(
EphemeralProfile
);
ephemeral_profile.cc
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()
[
all
...]
Completed in 2620 milliseconds