Home
last modified time | relevance | path

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

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