Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/frameworks/osaccount/native/test/moduletest/
H A Dos_account_manager_module_test.cpp2656 auto activingSubscriber = std::make_shared<ActiveOsAccountSubscriber>(subscribeActivingInfo); variable
2657 EXPECT_EQ(ERR_OK, OsAccountManager::SubscribeOsAccount(activingSubscriber));
2658 EXPECT_CALL(*activingSubscriber, OnAccountsChanged(account.GetLocalId())).Times(Exactly(1));
2694 EXPECT_EQ(ERR_OK, OsAccountManager::UnsubscribeOsAccount(activingSubscriber));