Home
last modified time | relevance | path

Searched refs:ARKUI_UI_APPEARANCE_SERVICE_ID (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ui_appearance/services/src/
H A Dui_appearance_ability_client.cpp116 …moteObject> systemAbility = systemAbilityManager->GetSystemAbility(ARKUI_UI_APPEARANCE_SERVICE_ID); in CreateUiAppearanceServiceProxy()
H A Dui_appearance_ability.cpp105 REGISTER_SYSTEM_ABILITY_BY_ID(UiAppearanceAbility, ARKUI_UI_APPEARANCE_SERVICE_ID, true);
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/include/
H A Dsystem_ability_definition.h319 ARKUI_UI_APPEARANCE_SERVICE_ID = 7002, enumerator
/ohos5.0/foundation/arkui/ui_appearance/test/unittest/
H A Dui_appearance_test.cpp44 UiAppearanceAbilityTest() : UiAppearanceAbility(ARKUI_UI_APPEARANCE_SERVICE_ID, true) {} in UiAppearanceAbilityTest()
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/
H A Ddefinition.rs306 pub const ARKUI_UI_APPEARANCE_SERVICE_ID: i32 = 7002; const
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/
H A Ddump_utils.cpp166 { ARKUI_UI_APPEARANCE_SERVICE_ID, "UiAppearanceService" },
/ohos5.0/foundation/arkui/ui_appearance/services/utils/src/
H A Dsetting_data_manager.cpp57 const auto remoteObj = saMgr->GetSystemAbility(ARKUI_UI_APPEARANCE_SERVICE_ID); in Initialize()