/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/ |
H A D | rbtree.c | 32 #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 D | res_common.h | 74 COLOR = 14, enumerator
|
H A D | global_utils.h | 56 COLOR = 14,
enumerator
|
/base/global/resource_management/interfaces/inner_api/include/ |
H A D | res_common.h | 94 COLOR = 14, enumerator
|
/base/global/resource_management/frameworks/resmgr/test/unittest/common/ |
H A D | theme_manager_test.cpp | 83 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 D | res_desc_test.cpp | 96 EXPECT_EQ(ResType::COLOR, resType); in HWTEST_F()
|
H A D | hap_resource_test.cpp | 247 idv = pResource->GetIdValuesByName(std::string("color_ref"), ResType::COLOR); in HWTEST_F()
|
H A D | resource_manager_test.cpp | 788 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 D | resource_manager_performance_test.cpp | 978 int id = GetResId("divider_color", ResType::COLOR); in HWTEST_F()
|
/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/ |
H A D | res_desc_test.cpp | 96 EXPECT_EQ(ResType::COLOR, resType); in HWTEST_F()
|
H A D | hap_resource_test.cpp | 243 idv = pResource->GetIdValuesByName(std::string("color_ref"), ResType::COLOR); in HWTEST_F()
|
H A D | resource_manager_test.cpp | 1324 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 D | resource_manager_performance_test.cpp | 971 int id = GetResId("divider_color", ResType::COLOR); in HWTEST_F()
|
/base/global/resource_management_lite/frameworks/resmgr_lite/src/ |
H A D | resource_manager_impl.cpp | 468 const IdItem *idItem = hapManager_->FindResourceByName(name, ResType::COLOR); in GetColorByName() 474 if (idItem == nullptr || idItem->resType_ != ResType::COLOR) { in GetColor()
|
H A D | res_desc.cpp | 134 resTypeStrList.insert(make_pair(ResType::COLOR, std::string("color"))); in Init()
|
/base/global/resource_management/frameworks/resmgr/src/ |
H A D | res_desc.cpp | 209 resTypeStrList.insert(make_pair(ResType::COLOR, std::string("color"))); in Init()
|
H A D | theme_pack_manager.cpp | 192 if (resType == ResType::COLOR && !isThemeSystemResEnable) { in FindThemeResource()
|
H A D | theme_pack_resource.cpp | 54 {"color", COLOR},
|
H A D | resource_manager_impl.cpp | 861 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 D | hap_manager.cpp | 1070 {"color", COLOR},
|
/base/web/webview/interfaces/kits/napi/webviewcontroller/ |
H A D | webview_controller.h | 56 COLOR = 10001, member in OHOS::NWeb::ResourceType
|
/base/global/resource_management/frameworks/resmgr/src/utils/ |
H A D | hap_parser.cpp | 53 {COLOR, SELECT_COLOR},
|