Home
last modified time | relevance | path

Searched defs:saControl (Results 1 – 2 of 2) sorted by relevance

/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
Dsystem_ability_state_scheduler_test.cpp1348 SaControlInfo saControl = { START_ON_DEMAND, TEST_SYSTEM_ABILITY1}; variable
1372 SaControlInfo saControl = { START_ON_DEMAND, TEST_SYSTEM_ABILITY1, true}; variable
1396 SaControlInfo saControl = { START_ON_DEMAND, TEST_SYSTEM_ABILITY1, true}; variable
1415 SaControlInfo saControl; variable
1536 SaControlInfo saControl = { STOP_ON_DEMAND, TEST_SYSTEM_ABILITY1}; variable
1559 SaControlInfo saControl = { STOP_ON_DEMAND, TEST_SYSTEM_ABILITY1, true}; variable
1582 SaControlInfo saControl = { STOP_ON_DEMAND, TEST_SYSTEM_ABILITY1, true}; variable
/foundation/systemabilitymgr/samgr/services/samgr/native/source/schedule/
Dsystem_ability_state_scheduler.cpp1337 for (auto& saControl : saControlList) { in CheckEnableOnce() local
1354 const SaControlInfo& saControl, sptr<ISystemAbilityLoadCallback> callback) in CheckStartEnableOnce()
1390 const SaControlInfo& saControl) in CheckStopEnableOnce()