Searched refs:DEVICE_NOT_SET (Results 1 - 15 of 15) sorted by relevance
/base/global/resource_management_lite/frameworks/resmgr_lite/src/ |
H A 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_lite/frameworks/resmgr_lite/include/ |
H A D | res_common.h | 87 DEVICE_NOT_SET = -1, enumerator
|
/base/global/resource_management/frameworks/resmgr/src/ |
H A D | res_config_impl.cpp | 50 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 D | hap_manager.cpp | 227 if (this->overrideResConfig_->GetDeviceType() != DEVICE_NOT_SET) { in getCompleteOverrideConfig()
|
/base/global/resource_management/interfaces/inner_api/include/ |
H A D | res_common.h | 123 DEVICE_NOT_SET = -1, enumerator
|
/base/global/resource_management/frameworks/resmgr/test/unittest/common/ |
H A D | resource_manager_test.cpp | 333 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 D | res_desc_test.cpp | 147 TestKeyParam(KeyType::DEVICETYPE, DeviceType::DEVICE_NOT_SET, "not_device_type"); in HWTEST_F()
|
H A D | hap_parser_test.cpp | 129 ASSERT_EQ(DEVICE_NOT_SET, HapParser::GetDeviceType(1000000)); in HWTEST_F()
|
H A D | res_config_impl_test.cpp | 1489 other->SetDeviceType(DeviceType::DEVICE_NOT_SET); in HWTEST_F()
|
/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/ |
H A D | hap_parser_test.cpp | 126 ASSERT_EQ(DEVICE_NOT_SET, HapParser::GetDeviceType(1000000)); in HWTEST_F()
|
H A D | res_desc_test.cpp | 147 TestKeyParam(KeyType::DEVICETYPE, DeviceType::DEVICE_NOT_SET, "not_device_type"); in HWTEST_F()
|
H A D | resource_manager_test.cpp | 345 EXPECT_EQ(DEVICE_NOT_SET, rc.GetDeviceType()); in HWTEST_F()
|
/base/global/resource_management/frameworks/resmgr/include/ |
H A D | hap_parser.h | 242 DeviceType deviceType = DEVICE_NOT_SET;
|
/base/global/resource_management_lite/frameworks/resmgr_lite/src/utils/ |
H A 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/ |
H A D | hap_parser.cpp | 718 DeviceType deviceType = DEVICE_NOT_SET; in GetDeviceType()
|
Completed in 17 milliseconds