Home
last modified time | relevance | path

Searched refs:DISTRIBUTED_SCHED_TEST_OS_ID (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/systemabilitymgr/safwk/
H A DREADME_zh.md160 AddSystemAbilityListener(DISTRIBUTED_SCHED_TEST_OS_ID);
164 StopAbility(DISTRIBUTED_SCHED_TEST_OS_ID);
H A DREADME.md141 AddSystemAbilityListener(DISTRIBUTED_SCHED_TEST_OS_ID);
145 StopAbility(DISTRIBUTED_SCHED_TEST_OS_ID);
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/include/
H A Dsystem_ability_definition.h130 DISTRIBUTED_SCHED_TEST_OS_ID = 1491, enumerator
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/
H A Ddefinition.rs124 pub const DISTRIBUTED_SCHED_TEST_OS_ID: i32 = 1491; const