Home
last modified time | relevance | path

Searched refs:AccountCommonEventVec (Results 1 - 1 of 1) sorted by relevance

/foundation/distributedhardware/device_manager/services/service/src/
H A Ddevice_manager_service.cpp1599 std::vector<std::string> AccountCommonEventVec; in SubscribeAccountCommonEvent() local
1600 AccountCommonEventVec.emplace_back(CommonEventSupport::COMMON_EVENT_USER_SWITCHED); in SubscribeAccountCommonEvent()
1601 AccountCommonEventVec.emplace_back(CommonEventSupport::COMMON_EVENT_USER_REMOVED); in SubscribeAccountCommonEvent()
1602 AccountCommonEventVec.emplace_back(CommonEventSupport::COMMON_EVENT_HWID_LOGOUT); in SubscribeAccountCommonEvent()
1603 AccountCommonEventVec.emplace_back(CommonEventSupport::COMMON_EVENT_HWID_LOGIN); in SubscribeAccountCommonEvent()
1604 if (accountCommonEventManager_->SubscribeAccountCommonEvent(AccountCommonEventVec, callback)) { in SubscribeAccountCommonEvent()

Completed in 4 milliseconds