Searched refs:g_testDeviceType (Results 1 – 3 of 3) sorted by relevance
31 char *g_testDeviceType = const_cast<char *>(EMPTY_STRING); variable35 if (strcmp(g_testDeviceType, DEVICE_TYPE_OF_PHONE) == 0) { in GetDeviceType()38 if (strcmp(g_testDeviceType, DEVICE_TYPE_OF_DEFAULT) == 0) { in GetDeviceType()
35 extern char *g_testDeviceType;124 g_testDeviceType = const_cast<char *>(DEVICE_TYPE_OF_PHONE.c_str());145 g_testDeviceType = const_cast<char *>(DEVICE_TYPE_OF_PHONE.c_str());166 g_testDeviceType = const_cast<char *>(DEVICE_TYPE_OF_PHONE.c_str());187 g_testDeviceType = const_cast<char *>(DEVICE_TYPE_OF_DEFAULT.c_str());208 g_testDeviceType = const_cast<char *>(DEVICE_TYPE_OF_DEFAULT.c_str());229 g_testDeviceType = const_cast<char *>(DEVICE_TYPE_OF_DEFAULT.c_str());
96 extern char *g_testDeviceType;140 g_testDeviceType = const_cast<char *>(DEVICE_TYPE_OF_DEFAULT.c_str()); in InstallBundle()