Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/services/accountmgr/test/moduletest/app_account/
H A Dapp_account_manager_service_subscribe_module_test.cpp273 EXPECT_EQ(subscribeState, AppAccount::INITIAL_SUBSCRIPTION);
334 EXPECT_EQ(subscribeState, AppAccount::INITIAL_SUBSCRIPTION);
380 EXPECT_EQ(subscribeState, AppAccount::INITIAL_SUBSCRIPTION);
453 EXPECT_EQ(subscribeState, AppAccount::INITIAL_SUBSCRIPTION);
530 EXPECT_EQ(subscribeState, AppAccount::INITIAL_SUBSCRIPTION);
590 EXPECT_EQ(subscribeState, AppAccount::INITIAL_SUBSCRIPTION);
604 EXPECT_EQ(subscribeState, AppAccount::INITIAL_SUBSCRIPTION);
/ohos5.0/base/notification/common_event_service/frameworks/core/include/
H A Dcommon_event.h239 static const uint8_t INITIAL_SUBSCRIPTION = 1; variable
/ohos5.0/base/account/os_account/services/accountmgr/test/unittest/app_account/
H A Dapp_account_test.cpp435 EXPECT_EQ(result, AppAccount::SubscribeState::INITIAL_SUBSCRIPTION);
475 EXPECT_EQ(result, AppAccount::SubscribeState::INITIAL_SUBSCRIPTION);
/ohos5.0/base/notification/common_event_service/frameworks/core/src/
H A Dcommon_event.cpp174 if (subscribeState == INITIAL_SUBSCRIPTION) { in SubscribeCommonEvent()
406 return INITIAL_SUBSCRIPTION; in CreateCommonEventListener()
/ohos5.0/base/account/os_account/frameworks/osaccount/core/include/
H A Dos_account.h27 enum SubscribeState { ALREADY_SUBSCRIBED = 0, INITIAL_SUBSCRIPTION, SUBSCRIBE_FAILED }; enumerator
/ohos5.0/base/account/os_account/frameworks/appaccount/native/include/
H A Dapp_account.h31 INITIAL_SUBSCRIPTION, enumerator
/ohos5.0/base/account/os_account/frameworks/appaccount/native/src/
H A Dapp_account.cpp617 if (subscribeState == INITIAL_SUBSCRIPTION) { in SubscribeAppAccount()
737 return INITIAL_SUBSCRIPTION; in CreateAppAccountEventListener()
/ohos5.0/base/account/os_account/frameworks/osaccount/core/src/
H A Dos_account.cpp585 if (subscribeState == INITIAL_SUBSCRIPTION) { in SubscribeOsAccount()
770 return INITIAL_SUBSCRIPTION; in CreateOsAccountEventListener()