Home
last modified time | relevance | path

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

/ide/tools/previewer/mock/lite/
DHalSysParam.cpp76 ILOG("Get model, result: %s", ModelManager::GetConfig().modelName.c_str()); in HalGetProductModel()
77 if (ModelManager::GetConfig().modelName.empty()) { in HalGetProductModel()
81 return ModelManager::GetConfig().modelName.c_str(); in HalGetProductModel()
/ide/tools/previewer/util/
DModelManager.cpp39 allNames += string(config.modelName); in GetAllModelName()
48 ILOG("Start Simulator: %s", GetConfig().modelName.c_str()); in SetCurrentDevice()
DModelConfig.h25 std::string modelName; member