Home
last modified time | relevance | path

Searched refs:SUBSYS_APPLICATIONS_SYS_ABILITY_ID_BEGIN (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/include/
H A Dsystem_ability_definition.h56 SUBSYS_APPLICATIONS_SYS_ABILITY_ID_BEGIN = 500, enumerator
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/
H A Ddefinition.rs50 pub const SUBSYS_APPLICATIONS_SYS_ABILITY_ID_BEGIN: i32 = 500; const
/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/src/
H A Dmem_mgr_service.cpp103 AddSystemAbilityListener(SUBSYS_APPLICATIONS_SYS_ABILITY_ID_BEGIN); in OnStart()