Searched refs:RequestType (Results 1 – 6 of 6) sorted by relevance
/device/google/cuttlefish/host/libs/allocd/ |
D | utils.cpp | 41 const std::map<RequestType, const char*> RequestTyToStrMap = { 42 {RequestType::ID, "alloc_id"}, 43 {RequestType::CreateInterface, "create_interface"}, 44 {RequestType::DestroyInterface, "destroy_interface"}, 45 {RequestType::StopSession, "stop_session"}, 46 {RequestType::Shutdown, "shutdown"}, 47 {RequestType::Invalid, "invalid"}}; 49 const std::map<std::string, RequestType> StrToRequestTyMap = { 50 {"alloc_id", RequestType::ID}, 51 {"create_interface", RequestType::CreateInterface}, [all …]
|
D | utils.h | 52 RequestType StrToReqTy(const std::string& req); 54 std::string ReqTyToStr(RequestType req_ty);
|
D | request.h | 34 enum class RequestType : uint16_t { enum
|
/device/google/cuttlefish/host/commands/stop/ |
D | main.cc | 154 ReqTyToStr(RequestType::StopSession); in ReleaseAllocdResources()
|
/device/google/atv/products/lowram_boot_profiles/ |
D | preloaded-classes | 475 [Lcom.android.internal.telephony.gsm.SsData$RequestType; 12905 com.android.internal.telephony.gsm.SsData$RequestType
|
D | boot-image-profile.txt | 12255 Lcom/android/internal/telephony/gsm/SsData$RequestType; 17362 [Lcom/android/internal/telephony/gsm/SsData$RequestType;
|