OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DeviceClaimer
(Results
1 - 2
of
2
) sorted by null
/system/connectivity/shill/
device_claimer.cc
26
DeviceClaimer
::
DeviceClaimer
(
34
DeviceClaimer
::~
DeviceClaimer
() {
45
bool
DeviceClaimer
::Claim(const string& device_name, Error* error) {
62
bool
DeviceClaimer
::Release(const std::string& device_name,
80
bool
DeviceClaimer
::DevicesClaimed() {
84
bool
DeviceClaimer
::IsDeviceReleased(const string& device_name) {
device_claimer.h
35
class
DeviceClaimer
{
37
DeviceClaimer
(const std::string& service_name,
40
virtual ~
DeviceClaimer
();
77
DISALLOW_COPY_AND_ASSIGN(
DeviceClaimer
);
Completed in 435 milliseconds