Home
last modified time | relevance | path

Searched refs:listSessions (Results 1 – 8 of 8) sorted by relevance

/frameworks/native/libs/binder/include/binder/
DRpcServer.h135 std::vector<sp<RpcSession>> listSessions();
/frameworks/native/libs/binder/tests/rpc_fuzzer/
Dmain.cpp112 while (!server->listSessions().empty() && server->numUninitializedSessions()) { in LLVMFuzzerTestOneInput()
/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
DContentCaptureManagerServiceShellCommand.java213 return requestSessionCommon(pw, latch, () -> mService.listSessions(userId, receiver)); in requestList()
DContentCaptureManagerService.java508 void listSessions(int userId, IResultReceiver receiver) { in listSessions() method in ContentCaptureManagerService
/frameworks/native/libs/binder/
DRpcServer.cpp159 std::vector<sp<RpcSession>> RpcServer::listSessions() { in listSessions() function in android::RpcServer
/frameworks/base/services/autofill/java/com/android/server/autofill/
DAutofillManagerServiceShellCommand.java404 return requestSessionCommon(pw, latch, () -> mService.listSessions(userId, receiver)); in requestList()
DAutofillManagerService.java413 void listSessions(int userId, IResultReceiver receiver) { in listSessions() method in AutofillManagerService
/frameworks/native/libs/binder/tests/
DbinderRpcTest.cpp107 for (auto session : spServer->listSessions()) { in countBinders()