Searched defs:ident (Results 1 – 5 of 5) sorted by relevance
/system/connectivity/shill/test-scripts/ |
D | flimflam.py | 352 def CreateProfile(self, ident): argument 356 def RemoveProfile(self, ident): argument 359 def PushProfile(self, ident): argument 363 def PopProfile(self, ident): argument
|
/system/core/libutils/ |
D | Looper.cpp | 192 int ident = response.request.ident; in pollOnce() local 437 int Looper::addFd(int fd, int ident, int events, Looper_callbackFunc callback, void* data) { in addFd() 441 int Looper::addFd(int fd, int ident, int events, const sp<LooperCallback>& callback, void* data) { in addFd()
|
/system/connectivity/shill/ |
D | manager.cc | 376 Profile::Identifier ident; in CreateProfile() local 421 bool Manager::HasProfile(const Profile::Identifier& ident) { in HasProfile() 431 const Profile::Identifier& ident, string* path, Error* error) { in PushProfileInternal() 514 Profile::Identifier ident; in PushProfile() local 528 Profile::Identifier ident; in InsertUserProfile() local 592 Profile::Identifier ident; in PopProfile() local 614 Profile::Identifier ident; in PopAnyProfile() local 631 Profile::Identifier ident; in RemoveProfile() local
|
/system/core/include/utils/ |
D | Looper.h | 422 int ident; member
|
/system/vold/bench/ |
D | benchgen.py | 47 def __init__(self, name, ident): argument
|