Searched refs:AccountCommonEventVec (Results 1 – 1 of 1) sorted by relevance
1572 std::vector<std::string> AccountCommonEventVec; in SubscribeAccountCommonEvent() local1573 AccountCommonEventVec.emplace_back(CommonEventSupport::COMMON_EVENT_USER_SWITCHED); in SubscribeAccountCommonEvent()1574 AccountCommonEventVec.emplace_back(CommonEventSupport::COMMON_EVENT_HWID_LOGOUT); in SubscribeAccountCommonEvent()1575 AccountCommonEventVec.emplace_back(CommonEventSupport::COMMON_EVENT_HWID_LOGIN); in SubscribeAccountCommonEvent()1576 if (accountCommonEventManager_->SubscribeAccountCommonEvent(AccountCommonEventVec, callback)) { in SubscribeAccountCommonEvent()