Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/
H A Ddevice_manager_service.cpp1794 std::vector<std::string> commonEventVec; in SubscribePackageCommonEvent() local
1795 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()