Home
last modified time | relevance | path

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

/ohos5.0/foundation/systemabilitymgr/safwk/services/safwk/include/
H A Dlocal_ability_manager.h89 SystemAbilityListener(int32_t listenerSaId) : listenerSaId_(listenerSaId) {} in SystemAbilityListener()
/ohos5.0/foundation/systemabilitymgr/safwk/services/safwk/src/
H A Dlocal_ability_manager.cpp273 bool LocalAbilityManager::AddSystemAbilityListener(int32_t systemAbilityId, int32_t listenerSaId) in AddSystemAbilityListener()
309 bool LocalAbilityManager::RemoveSystemAbilityListener(int32_t systemAbilityId, int32_t listenerSaId) in RemoveSystemAbilityListener()
348 void LocalAbilityManager::NotifyAbilityListener(int32_t systemAbilityId, int32_t listenerSaId, in NotifyAbilityListener()