Lines Matching refs:GetConfig
34 ILOG("Get productType, result: %s", ModelManager::GetConfig().deviceType.c_str());
35 if (ModelManager::GetConfig().deviceType.empty()) {
39 return ModelManager::GetConfig().deviceType.c_str();
44 ILOG("Get manufacture, result: %s", ModelManager::GetConfig().manufactureName.c_str());
45 if (ModelManager::GetConfig().manufactureName.empty()) {
49 return ModelManager::GetConfig().manufactureName.c_str();
54 ILOG("Get brand, result: %s", ModelManager::GetConfig().brandName.c_str());
55 if (ModelManager::GetConfig().brandName.empty()) {
59 return ModelManager::GetConfig().brandName.c_str();
74 ILOG("Get model, result: %s", ModelManager::GetConfig().modelName.c_str());
75 if (ModelManager::GetConfig().modelName.empty()) {
79 return ModelManager::GetConfig().modelName.c_str();