Home
last modified time | relevance | path

Searched refs:SUBSYS_CCRUNTIME_SYS_ABILITY_ID_BEGIN (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/include/
H A Dsystem_ability_definition.h72 SUBSYS_CCRUNTIME_SYS_ABILITY_ID_BEGIN = 1000, enumerator
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/
H A Ddefinition.rs66 pub const SUBSYS_CCRUNTIME_SYS_ABILITY_ID_BEGIN: i32 = 1000; const