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_mgr_test.cpp1991 SaControlInfo saControl = { START_ON_DEMAND, TEST_SYSTEM_ABILITY1}; variable
2009 SaControlInfo saControl = { START_ON_DEMAND, TEST_SYSTEM_ABILITY1, true}; variable
2027 SaControlInfo saControl = { START_ON_DEMAND, TEST_SYSTEM_ABILITY1, true}; variable
2045 SaControlInfo saControl; variable
2155 SaControlInfo saControl = { STOP_ON_DEMAND, TEST_SYSTEM_ABILITY1}; variable
2172 SaControlInfo saControl = { STOP_ON_DEMAND, TEST_SYSTEM_ABILITY1, true}; variable
2189 SaControlInfo saControl = { STOP_ON_DEMAND, TEST_SYSTEM_ABILITY1, true}; variable
/foundation/systemabilitymgr/samgr/services/samgr/native/source/
Dsystem_ability_manager.cpp389 for (auto& saControl : saControlList) { in ProcessOnDemandEvent() local
406 const SaControlInfo& saControl, sptr<ISystemAbilityLoadCallback> callback) in CheckStartEnableOnce()
438 const SaControlInfo& saControl) in CheckStopEnableOnce()