Searched refs:accountCommonEventManager_ (Results 1 – 3 of 3) sorted by relevance
244 std::shared_ptr<DmAccountCommonEventManager> accountCommonEventManager_; variable
285 EXPECT_NE(DeviceManagerService::GetInstance().accountCommonEventManager_, nullptr);
1566 if (accountCommonEventManager_ == nullptr) { in SubscribeAccountCommonEvent()1567 accountCommonEventManager_ = std::make_shared<DmAccountCommonEventManager>(); in SubscribeAccountCommonEvent()1576 if (accountCommonEventManager_->SubscribeAccountCommonEvent(AccountCommonEventVec, callback)) { in SubscribeAccountCommonEvent()