Home
last modified time | relevance | path

Searched refs:THEME (Results 1 - 19 of 19) sorted by relevance

/base/theme/wallpaper_mgr/utils/dfx/hisysevent_adapter/
H A Dfault_reporter.cpp29 int nRet = HiSysEventWrite(HiSysEvent::Domain::THEME, SERVICE_FAULT, HiSysEvent::EventType::FAULT, FAULT_TYPE, in ReportServiceFault()
36 int nRet = HiSysEventWrite(HiSysEvent::Domain::THEME, RUNTIME_FAULT, HiSysEvent::EventType::FAULT, FAULT_TYPE, in ReportRuntimeFault()
/base/global/resource_management_lite/frameworks/resmgr_lite/include/
H A Dres_common.h76 THEME = 16, enumerator
H A Dglobal_utils.h58 THEME = 16, enumerator
H A Dres_desc.h58 if (type == ResType::STRINGARRAY || type == ResType::INTARRAY || type == ResType::THEME || in IsArrayOfType()
/base/global/resource_management/interfaces/inner_api/include/
H A Dres_common.h96 THEME = 16, enumerator
/base/global/resource_management/frameworks/resmgr/include/
H A Dres_desc.h59 if (type == ResType::STRINGARRAY || type == ResType::INTARRAY || type == ResType::THEME || in IsArrayOfType()
/base/global/resource_management_lite/frameworks/resmgr_lite/src/
H A Dres_desc.cpp138 resTypeStrList.insert(make_pair(ResType::THEME, std::string("theme"))); in Init()
145 if (!(resType_ == THEME || resType_ == PATTERN)) { in HaveParent()
H A Dresource_manager_impl.cpp319 if (!(idItem->resType_ == THEME || idItem->resType_ == PATTERN)) { in ResolveParentReference()
525 const IdItem *idItem = hapManager_->FindResourceByName(name, ResType::THEME); in GetThemeByName()
532 if (idItem == nullptr || idItem->resType_ != ResType::THEME) { in GetTheme()
/base/global/resource_management/frameworks/resmgr/src/
H A Dres_desc.cpp213 resTypeStrList.insert(make_pair(ResType::THEME, std::string("theme"))); in Init()
221 if (!(resType_ == THEME || resType_ == PATTERN)) { in HaveParent()
H A Dresource_manager_impl.cpp981 const std::shared_ptr<IdItem> idItem = hapManager_->FindResourceByName(name, ResType::THEME, isOverrideResMgr_); in GetThemeByName()
996 if (idItem->resType_ != ResType::THEME) { in GetTheme()
998 "actual resType = %{public}d, expect resType = %{public}d", idItem->resType_, ResType::THEME); in GetTheme()
H A Dhap_manager.cpp1071 {"theme", THEME},
/base/global/resource_management/frameworks/resmgr/test/unittest/common/
H A Dres_desc_test.cpp112 EXPECT_EQ(ResType::THEME, resType); in HWTEST_F()
H A Dresource_manager_test_common.cpp493 int id = GetResId(name, ResType::THEME); in TestGetThemeById()
H A Dresource_manager_performance_test.cpp703 int id = GetResId("app_theme", ResType::THEME); in HWTEST_F()
/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/
H A Dres_desc_test.cpp112 EXPECT_EQ(ResType::THEME, resType); in HWTEST_F()
H A Dresource_manager_test.cpp964 int id = GetResId("app_theme", ResType::THEME); in HWTEST_F()
1673 if (i == ResType::THEME || i == ResType::PATTERN) { in HWTEST_F()
H A Dresource_manager_performance_test.cpp696 int id = GetResId("app_theme", ResType::THEME); in HWTEST_F()
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/include/
H A Dhisysevent.h200 static constexpr char THEME[] = "THEME"; member in OHOS::HiviewDFX::HiSysEvent::Domain
/base/global/resource_management/frameworks/resmgr/src/utils/
H A Dhap_parser.cpp54 {THEME, SELECT_THEME},

Completed in 20 milliseconds