Home
last modified time | relevance | path

Searched refs:COLOR (Results 1 - 22 of 22) sorted by relevance

/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/
H A Drbtree.c32 #define COLOR(n) ((n) == NULL ? BLACK : ((n)->key & COLOR_MASK)) macro
33 #define IS_RED(n) (COLOR((n)) == RED)
34 #define IS_BLACK(n) (COLOR((n)) == BLACK)
277 SET_COLOR(w, COLOR(x->p)); in DeleteFixUpBlack()
309 SET_COLOR(w, COLOR(x->p)); in DeleteFixUpRed()
338 RbTreeKey yColor = COLOR(y); in RbTreeDelete()
348 yColor = COLOR(y); in RbTreeDelete()
364 SET_COLOR(y, COLOR(z)); in RbTreeDelete()
/base/global/resource_management_lite/frameworks/resmgr_lite/include/
H A Dres_common.h74 COLOR = 14, enumerator
H A Dglobal_utils.h56 COLOR = 14, enumerator
/base/global/resource_management/interfaces/inner_api/include/
H A Dres_common.h94 COLOR = 14, enumerator
/base/global/resource_management/frameworks/resmgr/test/unittest/common/
H A Dtheme_manager_test.cpp83 int id = rmc->GetResId("base_only", ResType::COLOR); in HWTEST_F()
105 int id = rmc->GetResId("base_only", ResType::COLOR); in HWTEST_F()
H A Dres_desc_test.cpp96 EXPECT_EQ(ResType::COLOR, resType); in HWTEST_F()
H A Dhap_resource_test.cpp247 idv = pResource->GetIdValuesByName(std::string("color_ref"), ResType::COLOR); in HWTEST_F()
H A Dresource_manager_test.cpp788 int id = rmc->GetResId("divider_color", ResType::COLOR); in HWTEST_F()
794 id = rmc->GetResId("color_aboutPage_title_primary", ResType::COLOR); in HWTEST_F()
1731 id = rmc->GetResId("grey_background", ResType::COLOR); in HWTEST_F()
H A Dresource_manager_performance_test.cpp978 int id = GetResId("divider_color", ResType::COLOR); in HWTEST_F()
/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/
H A Dres_desc_test.cpp96 EXPECT_EQ(ResType::COLOR, resType); in HWTEST_F()
H A Dhap_resource_test.cpp243 idv = pResource->GetIdValuesByName(std::string("color_ref"), ResType::COLOR); in HWTEST_F()
H A Dresource_manager_test.cpp1324 int id = GetResId("divider_color", ResType::COLOR); in HWTEST_F()
1330 id = GetResId("color_aboutPage_title_primary", ResType::COLOR); in HWTEST_F()
1582 id = GetResId("grey_background", ResType::COLOR); in HWTEST_F()
H A Dresource_manager_performance_test.cpp971 int id = GetResId("divider_color", ResType::COLOR); in HWTEST_F()
/base/global/resource_management_lite/frameworks/resmgr_lite/src/
H A Dresource_manager_impl.cpp468 const IdItem *idItem = hapManager_->FindResourceByName(name, ResType::COLOR); in GetColorByName()
474 if (idItem == nullptr || idItem->resType_ != ResType::COLOR) { in GetColor()
H A Dres_desc.cpp134 resTypeStrList.insert(make_pair(ResType::COLOR, std::string("color"))); in Init()
/base/global/resource_management/frameworks/resmgr/src/
H A Dres_desc.cpp209 resTypeStrList.insert(make_pair(ResType::COLOR, std::string("color"))); in Init()
H A Dtheme_pack_manager.cpp192 if (resType == ResType::COLOR && !isThemeSystemResEnable) { in FindThemeResource()
H A Dtheme_pack_resource.cpp54 {"color", COLOR},
H A Dresource_manager_impl.cpp861 const std::shared_ptr<IdItem> idItem = hapManager_->FindResourceByName(name, ResType::COLOR, isOverrideResMgr_); in GetColorByName()
881 if (idItem == nullptr || idItem->resType_ != ResType::COLOR) { in GetColor()
H A Dhap_manager.cpp1070 {"color", COLOR},
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_controller.h56 COLOR = 10001, member in OHOS::NWeb::ResourceType
/base/global/resource_management/frameworks/resmgr/src/utils/
H A Dhap_parser.cpp53 {COLOR, SELECT_COLOR},

Completed in 24 milliseconds