Home
last modified time | relevance | path

Searched refs:DEVICE_NOT_SET (Results 1 – 14 of 14) sorted by relevance

/base/global/resource_management_lite/frameworks/resmgr_lite/src/
Dres_config_impl.cpp29 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/
Dres_config_impl.cpp50 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/
Dres_common.h87 DEVICE_NOT_SET = -1, enumerator
/base/global/resource_management/interfaces/inner_api/include/
Dres_common.h106 DEVICE_NOT_SET = -1, enumerator
/base/global/resource_management/frameworks/resmgr/include/
Dhap_parser.h159 DeviceType deviceType = DEVICE_NOT_SET;
/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/
Dhap_parser_test.cpp126 ASSERT_EQ(DEVICE_NOT_SET, HapParser::GetDeviceType(1000000));
Dres_desc_test.cpp147 TestKeyParam(KeyType::DEVICETYPE, DeviceType::DEVICE_NOT_SET, "not_device_type");
Dresource_manager_test.cpp345 EXPECT_EQ(DEVICE_NOT_SET, rc.GetDeviceType());
/base/global/resource_management/frameworks/resmgr/test/unittest/common/
Dres_desc_test.cpp147 TestKeyParam(KeyType::DEVICETYPE, DeviceType::DEVICE_NOT_SET, "not_device_type");
Dhap_parser_test.cpp134 ASSERT_EQ(DEVICE_NOT_SET, HapParser::GetDeviceType(1000000));
Dresource_manager_test.cpp813 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 …]
Dres_config_impl_test.cpp1627 other->SetDeviceType(DeviceType::DEVICE_NOT_SET);
/base/global/resource_management_lite/frameworks/resmgr_lite/src/utils/
Dhap_parser.cpp414 DeviceType deviceType = DEVICE_NOT_SET; in CreateResConfigFromKeyParams()
450 DeviceType deviceType = DEVICE_NOT_SET; in GetDeviceType()
/base/global/resource_management/frameworks/resmgr/src/utils/
Dhap_parser.cpp560 DeviceType deviceType = DEVICE_NOT_SET; in GetDeviceType()