Signed-off-by: ma-shaoyin <mashaoyin1@huawei.com>

Changes to be committed:
This commit is contained in:
ma-shaoyin 2022-08-05 20:05:56 +08:00
parent 8de2ee1c52
commit 70cc3424da

View File

@ -115,8 +115,10 @@ namespace MiscServices {
}
ImCommonEventManager::SystemAbilityStatusChangeListener::SystemAbilityStatusChangeListener(
std::shared_ptr<EventSubscriber> &sub) : sub_(sub)
{}
std::shared_ptr<EventSubscriber> &sub)
: sub_(sub)
{
}
void ImCommonEventManager::SystemAbilityStatusChangeListener::OnAddSystemAbility(
int32_t systemAbilityId, const std::string& deviceId)