Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/parameter/
H A Dparameter.cpp31 char *g_testDeviceType = const_cast<char *>(EMPTY_STRING); variable
35 if (strcmp(g_testDeviceType, DEVICE_TYPE_OF_PHONE) == 0) { in GetDeviceType()
38 if (strcmp(g_testDeviceType, DEVICE_TYPE_OF_DEFAULT) == 0) { in GetDeviceType()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_install_device_type_test.cpp35 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());
H A Dbms_bundle_install_driver_test.cpp96 extern char *g_testDeviceType;
140 g_testDeviceType = const_cast<char *>(DEVICE_TYPE_OF_DEFAULT.c_str()); in InstallBundle()