Home
last modified time | relevance | path

Searched refs:StopSession (Results 1 – 3 of 3) sorted by relevance

/device/google/cuttlefish/host/libs/allocd/
Dutils.cpp45 {RequestType::StopSession, "stop_session"},
53 {"stop_session", RequestType::StopSession},
120 case RequestType::StopSession: in ReqTyToStr()
Drequest.h39 StopSession, // Request all resources within a session be released enumerator
/device/google/cuttlefish/host/commands/stop/
Dmain.cc154 ReqTyToStr(RequestType::StopSession); in ReleaseAllocdResources()