Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/
H A Ddevice_manager_service.cpp1572 std::vector<std::string> AccountCommonEventVec; in SubscribeAccountCommonEvent() local
1573 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()