Searched refs:commonEventVec (Results 1 – 1 of 1) sorted by relevance
1794 std::vector<std::string> commonEventVec; in SubscribePackageCommonEvent() local1795 commonEventVec.emplace_back(CommonEventSupport::COMMON_EVENT_PACKAGE_REMOVED); in SubscribePackageCommonEvent()1796 commonEventVec.emplace_back(CommonEventSupport::COMMON_EVENT_PACKAGE_FULLY_REMOVED); in SubscribePackageCommonEvent()1797 if (packageCommonEventManager_->SubscribePackageCommonEvent(commonEventVec, callback)) { in SubscribePackageCommonEvent()