Home
last modified time | relevance | path

Searched refs:ValidateRequestList (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish/host/libs/allocd/
Dresource_manager.h118 bool ValidateRequestList(const Json::Value& config);
Dresource_manager.cpp183 bool ResourceManager::ValidateRequestList(const Json::Value& config) { in ValidateRequestList() function in cuttlefish::ResourceManager
215 return ValidateRequestList(config_request); in ValidateConfigRequest()