Searched refs:DEVICE_NOT_SET (Results 1 – 14 of 14) sorted by relevance
/base/global/resource_management_lite/frameworks/resmgr_lite/src/ |
D | res_config_impl.cpp | 29 deviceType_(DEVICE_NOT_SET), in ResConfigImpl() 196 if (this->deviceType_ != DEVICE_NOT_SET && in Match() 197 other->deviceType_ != DEVICE_NOT_SET) { in Match() 235 request->deviceType_ != DeviceType::DEVICE_NOT_SET) { in IsMoreSuitable() 236 return this->deviceType_ != DeviceType::DEVICE_NOT_SET; in IsMoreSuitable() 296 return (this->deviceType_ != DeviceType::DEVICE_NOT_SET); in IsMoreSpecificThan()
|
/base/global/resource_management/frameworks/resmgr/src/ |
D | res_config_impl.cpp | 50 deviceType_(DEVICE_NOT_SET), in ResConfigImpl() 342 if (this->deviceType_ != DEVICE_NOT_SET && deviceType != DEVICE_NOT_SET) { in IsDeviceTypeMatch() 404 request->deviceType_ != DeviceType::DEVICE_NOT_SET) { in IsMoreSuitable() 405 return this->deviceType_ != DeviceType::DEVICE_NOT_SET; in IsMoreSuitable() 570 return (this->deviceType_ != DeviceType::DEVICE_NOT_SET); in IsMoreSpecificThan()
|
/base/global/resource_management_lite/frameworks/resmgr_lite/include/ |
D | res_common.h | 87 DEVICE_NOT_SET = -1, enumerator
|
/base/global/resource_management/interfaces/inner_api/include/ |
D | res_common.h | 106 DEVICE_NOT_SET = -1, enumerator
|
/base/global/resource_management/frameworks/resmgr/include/ |
D | hap_parser.h | 159 DeviceType deviceType = DEVICE_NOT_SET;
|
/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/ |
D | hap_parser_test.cpp | 126 ASSERT_EQ(DEVICE_NOT_SET, HapParser::GetDeviceType(1000000));
|
D | res_desc_test.cpp | 147 TestKeyParam(KeyType::DEVICETYPE, DeviceType::DEVICE_NOT_SET, "not_device_type");
|
D | resource_manager_test.cpp | 345 EXPECT_EQ(DEVICE_NOT_SET, rc.GetDeviceType());
|
/base/global/resource_management/frameworks/resmgr/test/unittest/common/ |
D | res_desc_test.cpp | 147 TestKeyParam(KeyType::DEVICETYPE, DeviceType::DEVICE_NOT_SET, "not_device_type");
|
D | hap_parser_test.cpp | 134 ASSERT_EQ(DEVICE_NOT_SET, HapParser::GetDeviceType(1000000));
|
D | resource_manager_test.cpp | 813 EXPECT_EQ(DEVICE_NOT_SET, rc.GetDeviceType()); 4230 rc->SetDeviceType(DEVICE_NOT_SET); 4262 rc->SetDeviceType(DEVICE_NOT_SET); 4358 rc->SetDeviceType(DEVICE_NOT_SET); 4388 rc->SetDeviceType(DEVICE_NOT_SET); 4538 rc->SetDeviceType(DEVICE_NOT_SET); 4568 rc->SetDeviceType(DEVICE_NOT_SET); 4658 rc->SetDeviceType(DEVICE_NOT_SET); 4688 rc->SetDeviceType(DEVICE_NOT_SET); 4721 rc->SetDeviceType(DEVICE_NOT_SET); [all …]
|
D | res_config_impl_test.cpp | 1627 other->SetDeviceType(DeviceType::DEVICE_NOT_SET);
|
/base/global/resource_management_lite/frameworks/resmgr_lite/src/utils/ |
D | hap_parser.cpp | 414 DeviceType deviceType = DEVICE_NOT_SET; in CreateResConfigFromKeyParams() 450 DeviceType deviceType = DEVICE_NOT_SET; in GetDeviceType()
|
/base/global/resource_management/frameworks/resmgr/src/utils/ |
D | hap_parser.cpp | 560 DeviceType deviceType = DEVICE_NOT_SET; in GetDeviceType()
|