Home
last modified time | relevance | path

Searched refs:ALREADY_SUBSCRIBED (Results 1 - 7 of 7) sorted by relevance

/base/notification/common_event_service/frameworks/core/include/
H A Dcommon_event.h238 static const uint8_t ALREADY_SUBSCRIBED = 0; member in OHOS::EventFwk::CommonEvent
/base/account/os_account/frameworks/osaccount/core/include/
H A Dos_account.h27 enum SubscribeState { ALREADY_SUBSCRIBED = 0, INITIAL_SUBSCRIPTION, SUBSCRIBE_FAILED }; enumerator
/base/notification/common_event_service/frameworks/core/src/
H A Dcommon_event.cpp186 } else if (subscribeState == ALREADY_SUBSCRIBED) { in SubscribeCommonEvent()
390 return ALREADY_SUBSCRIBED; in CreateCommonEventListener()
/base/account/os_account/frameworks/appaccount/native/include/
H A Dapp_account.h30 ALREADY_SUBSCRIBED = 0, enumerator
/base/account/os_account/frameworks/appaccount/native/src/
H A Dapp_account.cpp624 } else if (subscribeState == ALREADY_SUBSCRIBED) { in SubscribeAppAccount()
721 return ALREADY_SUBSCRIBED; in CreateAppAccountEventListener()
/base/account/os_account/frameworks/osaccount/core/src/
H A Dos_account.cpp591 } else if (subscribeState == ALREADY_SUBSCRIBED) { in SubscribeOsAccount()
749 return ALREADY_SUBSCRIBED; in CreateOsAccountEventListener()
/base/account/os_account/services/accountmgr/test/unittest/app_account/
H A Dapp_account_test.cpp440 EXPECT_EQ(result, AppAccount::SubscribeState::ALREADY_SUBSCRIBED); in HWTEST_F()

Completed in 7 milliseconds