Home
last modified time | relevance | path

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

/base/account/os_account/services/accountmgr/test/unittest/app_account/
Dapp_account_test.cpp451 EXPECT_EQ(result, AppAccount::SubscribeState::INITIAL_SUBSCRIPTION);
456 EXPECT_EQ(result, AppAccount::SubscribeState::ALREADY_SUBSCRIBED);
491 EXPECT_EQ(result, AppAccount::SubscribeState::INITIAL_SUBSCRIPTION);
494 EXPECT_EQ(result, AppAccount::SubscribeState::SUBSCRIBE_FAILED);
/base/account/os_account/frameworks/osaccount/core/include/
Dos_account.h27 enum SubscribeState { ALREADY_SUBSCRIBED = 0, INITIAL_SUBSCRIPTION, SUBSCRIBE_FAILED }; enum
/base/account/os_account/frameworks/appaccount/native/include/
Dapp_account.h29 enum SubscribeState { enum