Home
last modified time | relevance | path

Searched refs:DEVICE_NOT_SET (Results 1 - 15 of 15) sorted by relevance

/base/global/resource_management_lite/frameworks/resmgr_lite/src/
H A 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_lite/frameworks/resmgr_lite/include/
H A Dres_common.h87 DEVICE_NOT_SET = -1, enumerator
/base/global/resource_management/frameworks/resmgr/src/
H A Dres_config_impl.cpp50 deviceType_(DEVICE_NOT_SET), in ResConfigImpl()
476 if (this->deviceType_ != DEVICE_NOT_SET && deviceType != DEVICE_NOT_SET) { in IsDeviceTypeMatch()
550 request->deviceType_ != DeviceType::DEVICE_NOT_SET) { in IsMoreSuitable()
551 return this->deviceType_ != DeviceType::DEVICE_NOT_SET; in IsMoreSuitable()
714 return (this->deviceType_ != DeviceType::DEVICE_NOT_SET); in IsMoreSpecificThan()
H A Dhap_manager.cpp227 if (this->overrideResConfig_->GetDeviceType() != DEVICE_NOT_SET) { in getCompleteOverrideConfig()
/base/global/resource_management/interfaces/inner_api/include/
H A Dres_common.h123 DEVICE_NOT_SET = -1, enumerator
/base/global/resource_management/frameworks/resmgr/test/unittest/common/
H A Dresource_manager_test.cpp333 EXPECT_EQ(DEVICE_NOT_SET, rc.GetDeviceType()); in HWTEST_F()
1085 rc->SetDeviceType(DEVICE_NOT_SET); in HWTEST_F()
1117 rc->SetDeviceType(DEVICE_NOT_SET); in HWTEST_F()
1213 rc->SetDeviceType(DEVICE_NOT_SET); in HWTEST_F()
1243 rc->SetDeviceType(DEVICE_NOT_SET); in HWTEST_F()
1392 rc->SetDeviceType(DEVICE_NOT_SET); in HWTEST_F()
1422 rc->SetDeviceType(DEVICE_NOT_SET); in HWTEST_F()
1512 rc->SetDeviceType(DEVICE_NOT_SET); in HWTEST_F()
1542 rc->SetDeviceType(DEVICE_NOT_SET); in HWTEST_F()
1575 rc->SetDeviceType(DEVICE_NOT_SET); in HWTEST_F()
[all...]
H A Dres_desc_test.cpp147 TestKeyParam(KeyType::DEVICETYPE, DeviceType::DEVICE_NOT_SET, "not_device_type"); in HWTEST_F()
H A Dhap_parser_test.cpp129 ASSERT_EQ(DEVICE_NOT_SET, HapParser::GetDeviceType(1000000)); in HWTEST_F()
H A Dres_config_impl_test.cpp1489 other->SetDeviceType(DeviceType::DEVICE_NOT_SET); in HWTEST_F()
/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/
H A Dhap_parser_test.cpp126 ASSERT_EQ(DEVICE_NOT_SET, HapParser::GetDeviceType(1000000)); in HWTEST_F()
H A Dres_desc_test.cpp147 TestKeyParam(KeyType::DEVICETYPE, DeviceType::DEVICE_NOT_SET, "not_device_type"); in HWTEST_F()
H A Dresource_manager_test.cpp345 EXPECT_EQ(DEVICE_NOT_SET, rc.GetDeviceType()); in HWTEST_F()
/base/global/resource_management/frameworks/resmgr/include/
H A Dhap_parser.h242 DeviceType deviceType = DEVICE_NOT_SET;
/base/global/resource_management_lite/frameworks/resmgr_lite/src/utils/
H A 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/
H A Dhap_parser.cpp718 DeviceType deviceType = DEVICE_NOT_SET; in GetDeviceType()

Completed in 17 milliseconds