Home
last modified time | relevance | path

Searched refs:DIRECTION_NOT_SET (Results 1 - 11 of 11) sorted by relevance

/base/global/resource_management/frameworks/resmgr/src/
H A Dtheme_pack_config.cpp22 ThemeConfig::ThemeConfig() : themeDirection_(DIRECTION_NOT_SET), themeColorMode_(COLOR_MODE_NOT_SET) {} in ThemeConfig()
40 if (direction != DIRECTION_NOT_SET && themeDirection_ != DIRECTION_NOT_SET) { in Match()
62 if (this->themeDirection_ != themeDirection_ && direction != DIRECTION_NOT_SET) { in BestMatch()
63 return this->themeDirection_ != DIRECTION_NOT_SET; in BestMatch()
75 return this->themeDirection_ != DIRECTION_NOT_SET; in IsMoreMatchThan()
H A Dres_config_impl.cpp44 direction_(DIRECTION_NOT_SET), in ResConfigImpl()
466 if (this->direction_ != DIRECTION_NOT_SET && direction != DIRECTION_NOT_SET) { in IsDirectionMatch()
546 request->direction_ != Direction::DIRECTION_NOT_SET) { in IsMoreSuitable()
547 return this->direction_ != Direction::DIRECTION_NOT_SET; in IsMoreSuitable()
711 return (this->direction_ != Direction::DIRECTION_NOT_SET); in IsMoreSpecificThan()
H A Dhap_manager.cpp230 if (this->overrideResConfig_->GetDirection() != DIRECTION_NOT_SET) { in getCompleteOverrideConfig()
/base/global/resource_management_lite/frameworks/resmgr_lite/src/
H A Dres_config_impl.cpp27 direction_(DIRECTION_NOT_SET), in ResConfigImpl()
190 if (this->direction_ != DIRECTION_NOT_SET && in Match()
191 other->direction_ != DIRECTION_NOT_SET) { in Match()
231 request->direction_ != Direction::DIRECTION_NOT_SET) { in IsMoreSuitable()
232 return this->direction_ != Direction::DIRECTION_NOT_SET; in IsMoreSuitable()
293 return (this->direction_ != Direction::DIRECTION_NOT_SET); in IsMoreSpecificThan()
/base/global/resource_management/frameworks/resmgr/test/unittest/common/
H A Dtheme_config_test.cpp95 this->themeConfig->SetThemeDirection(DIRECTION_NOT_SET); in HWTEST_F()
96 this->resConfig->SetDirection(DIRECTION_NOT_SET); in HWTEST_F()
104 this->resConfig->SetDirection(DIRECTION_NOT_SET); in HWTEST_F()
228 this->themeConfig->SetThemeDirection(DIRECTION_NOT_SET); in HWTEST_F()
285 this->resConfig->SetDirection(DIRECTION_NOT_SET); in HWTEST_F()
294 this->themeConfig->SetThemeDirection(DIRECTION_NOT_SET); in HWTEST_F()
308 this->resConfig->SetDirection(DIRECTION_NOT_SET); in HWTEST_F()
H A Dresource_manager_test.cpp331 EXPECT_EQ(DIRECTION_NOT_SET, rc.GetDirection()); in HWTEST_F()
1084 rc->SetDirection(DIRECTION_NOT_SET); in HWTEST_F()
1116 rc->SetDirection(DIRECTION_NOT_SET); in HWTEST_F()
1148 rc->SetDirection(DIRECTION_NOT_SET); in HWTEST_F()
1180 rc->SetDirection(DIRECTION_NOT_SET); in HWTEST_F()
1212 rc->SetDirection(DIRECTION_NOT_SET); in HWTEST_F()
1242 rc->SetDirection(DIRECTION_NOT_SET); in HWTEST_F()
1272 rc->SetDirection(DIRECTION_NOT_SET); in HWTEST_F()
1302 rc->SetDirection(DIRECTION_NOT_SET); in HWTEST_F()
1332 rc->SetDirection(DIRECTION_NOT_SET); in HWTEST_F()
[all...]
/base/global/resource_management_lite/frameworks/resmgr_lite/include/
H A Dres_common.h112 DIRECTION_NOT_SET = -1, enumerator
/base/global/resource_management/interfaces/inner_api/include/
H A Dres_common.h161 DIRECTION_NOT_SET = -1, enumerator
/base/global/resource_management/frameworks/resmgr/include/
H A Dhap_parser.h241 Direction direction = DIRECTION_NOT_SET;
/base/global/resource_management_lite/frameworks/resmgr_lite/src/utils/
H A Dhap_parser.cpp413 Direction direction = DIRECTION_NOT_SET; in CreateResConfigFromKeyParams()
/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/
H A Dresource_manager_test.cpp343 EXPECT_EQ(DIRECTION_NOT_SET, rc.GetDirection()); in HWTEST_F()

Completed in 11 milliseconds