Searched defs:hdiName2Config (Results 1 – 4 of 4) sorted by relevance
65 std::map<std::string, HdiConfig> hdiName2Config; variable85 std::map<std::string, HdiConfig> hdiName2Config; variable
26 int32_t IDriverManager::Start(const std::map<std::string, HdiConfig> &hdiName2Config) in Start()
46 int32_t DriverManager::Start(const std::map<std::string, HdiConfig> &hdiName2Config) in Start()72 bool DriverManager::HdiConfigIsValid(const std::map<std::string, HdiConfig> &hdiName2Config) in HdiConfigIsValid()
95 const std::map<std::string, UserAuth::HdiConfig> hdiName2Config = { in StartDriverManager() local