Home
last modified time | relevance | path

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

/ohos5.0/foundation/systemabilitymgr/samgr/
H A DREADME_zh.md70 SendSystemAbilityAddedMsg(systemAbilityId, ability);
H A DREADME.md70 SendSystemAbilityAddedMsg(systemAbilityId, ability);
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/
H A Dsystem_ability_manager.h217 … void SendSystemAbilityAddedMsg(int32_t systemAbilityId, const sptr<IRemoteObject>& remoteObject);
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H A Dsystem_ability_manager.cpp1119 SendSystemAbilityAddedMsg(systemAbilityId, ability); in AddSystemAbility()
1297 void SystemAbilityManager::SendSystemAbilityAddedMsg(int32_t systemAbilityId, const sptr<IRemoteObj… in SendSystemAbilityAddedMsg() function in OHOS::SystemAbilityManager