OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UidRanges
(Results
1 - 2
of
2
) sorted by null
/system/netd/server/
UidRanges.h
26
class
UidRanges
{
33
UidRanges
() {}
34
UidRanges
(const std::vector<android::net::UidRange>& ranges);
42
void add(const
UidRanges
& other);
43
void remove(const
UidRanges
& other);
UidRanges.cpp
17
#include "
UidRanges
.h"
27
bool
UidRanges
::hasUid(uid_t uid) const {
33
const std::vector<
UidRanges
::Range>&
UidRanges
::getRanges() const {
37
bool
UidRanges
::parseFrom(int argc, char* argv[]) {
78
UidRanges
::
UidRanges
(const std::vector<android::net::UidRange>& ranges) {
87
void
UidRanges
::add(const
UidRanges
& other) {
92
void
UidRanges
::remove(const UidRanges& other)
[
all
...]
Completed in 466 milliseconds