Searched refs:DEVICE_CAR (Results 1 - 17 of 17) sorted by relevance
/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/ |
H A D | hap_parser_test.cpp | 87 kp->value_ = DEVICE_CAR; in HWTEST_F() 100 EXPECT_EQ(DEVICE_CAR, config->GetDeviceType()); in HWTEST_F() 120 ASSERT_EQ(DEVICE_CAR, HapParser::GetDeviceType(DEVICE_CAR)); in HWTEST_F() 170 kp->value_ = DEVICE_CAR; in HWTEST_F()
|
H A D | res_desc_test.cpp | 143 TestKeyParam(KeyType::DEVICETYPE, DeviceType::DEVICE_CAR, CAR_STR); in HWTEST_F()
|
H A D | res_config_impl_test.cpp | 328 current->SetDeviceType(DeviceType::DEVICE_CAR); in HWTEST_F() 329 other->SetDeviceType(DeviceType::DEVICE_CAR); in HWTEST_F() 344 current->SetDeviceType(DeviceType::DEVICE_CAR); in HWTEST_F()
|
H A D | resource_manager_test.cpp | 225 rc->SetDeviceType(DeviceType::DEVICE_CAR); in HWTEST_F() 364 rc->SetDeviceType(DeviceType::DEVICE_CAR); in HWTEST_F() 373 EXPECT_EQ(DEVICE_CAR, rc.GetDeviceType()); in HWTEST_F()
|
H A D | resource_manager_performance_test.cpp | 223 rc->SetDeviceType(DeviceType::DEVICE_CAR); in HWTEST_F() 257 rc->SetDeviceType(DeviceType::DEVICE_CAR); in HWTEST_F()
|
/base/global/resource_management_lite/frameworks/resmgr_lite/include/ |
H A D | res_common.h | 90 DEVICE_CAR = 2, enumerator
|
/base/global/resource_management/frameworks/resmgr/test/unittest/common/ |
H A D | hap_parser_test.cpp | 87 kp3->value_ = DEVICE_CAR; in HWTEST_F() 105 EXPECT_EQ(DEVICE_CAR, config->GetDeviceType()); in HWTEST_F() 123 ASSERT_EQ(DEVICE_CAR, HapParser::GetDeviceType(DEVICE_CAR)); in HWTEST_F() 173 kp4->value_ = DEVICE_CAR; in HWTEST_F()
|
H A D | res_desc_test.cpp | 143 TestKeyParam(KeyType::DEVICETYPE, DeviceType::DEVICE_CAR, CAR_STR); in HWTEST_F()
|
H A D | resource_manager_performance_test.cpp | 230 rc->SetDeviceType(DeviceType::DEVICE_CAR); in HWTEST_F() 264 rc->SetDeviceType(DeviceType::DEVICE_CAR); in HWTEST_F()
|
H A D | resource_manager_test.cpp | 170 rc->SetDeviceType(DeviceType::DEVICE_CAR); in HWTEST_F() 356 rc->SetDeviceType(DeviceType::DEVICE_CAR); in HWTEST_F() 370 EXPECT_EQ(DEVICE_CAR, rc.GetDeviceType()); in HWTEST_F()
|
H A D | res_config_impl_test.cpp | 322 current->SetDeviceType(DeviceType::DEVICE_CAR); in HWTEST_F() 323 other->SetDeviceType(DeviceType::DEVICE_CAR); in HWTEST_F() 336 current->SetDeviceType(DeviceType::DEVICE_CAR); in HWTEST_F()
|
/base/global/resource_management/interfaces/inner_api/include/ |
H A D | res_common.h | 126 DEVICE_CAR = 2, enumerator
|
/base/global/resource_management_lite/frameworks/resmgr_lite/src/utils/ |
H A D | hap_parser.cpp | 451 if (value == DEVICE_CAR) { in GetDeviceType() 452 deviceType = DEVICE_CAR; in GetDeviceType()
|
/base/global/resource_management_lite/frameworks/resmgr_lite/src/ |
H A D | res_desc.cpp | 64 case DeviceType::DEVICE_CAR: in GetDeviceTypeStr()
|
/base/global/resource_management/frameworks/resmgr/src/ |
H A D | res_desc.cpp | 77 case DeviceType::DEVICE_CAR: in GetDeviceTypeStr()
|
/base/global/resource_management/interfaces/js/kits/src/ |
H A D | resource_manager_napi.cpp | 236 NAPI_CALL(env, SetEnumItem(env, object, "DEVICE_TYPE_CAR", DEVICE_CAR)); in InitDeviceTypeObject()
|
/base/global/resource_management/frameworks/resmgr/src/utils/ |
H A D | hap_parser.cpp | 719 if (value == DEVICE_CAR) { in GetDeviceType() 720 deviceType = DEVICE_CAR; in GetDeviceType()
|
Completed in 23 milliseconds