Home
last modified time | relevance | path

Searched defs:ident (Results 1 – 5 of 5) sorted by relevance

/system/connectivity/shill/test-scripts/
Dflimflam.py352 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/
DLooper.cpp192 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/
Dmanager.cc376 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/
DLooper.h422 int ident; member
/system/vold/bench/
Dbenchgen.py47 def __init__(self, name, ident): argument