Home
last modified time | relevance | path

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

/ohos5.0/base/notification/common_event_service/frameworks/core/src/
H A Dcommon_event.cpp142 if (CreateCommonEventListener(subscriber, commonEventListener) == SUBSCRIBE_FAILED) { in PublishParameterCheck()
381 return SUBSCRIBE_FAILED; in CreateCommonEventListener()
394 return SUBSCRIBE_FAILED; in CreateCommonEventListener()
400 return SUBSCRIBE_FAILED; in CreateCommonEventListener()
/ohos5.0/base/notification/common_event_service/frameworks/core/include/
H A Dcommon_event.h240 static const uint8_t SUBSCRIBE_FAILED = 2; variable
/ohos5.0/base/account/os_account/frameworks/appaccount/native/src/
H A Dapp_account.cpp712 return SUBSCRIBE_FAILED; in CreateAppAccountEventListener()
725 return SUBSCRIBE_FAILED; in CreateAppAccountEventListener()
731 return SUBSCRIBE_FAILED; in CreateAppAccountEventListener()
/ohos5.0/base/account/os_account/frameworks/osaccount/core/src/
H A Dos_account.cpp745 return SUBSCRIBE_FAILED; in CreateOsAccountEventListener()
758 return SUBSCRIBE_FAILED; in CreateOsAccountEventListener()
764 return SUBSCRIBE_FAILED; in CreateOsAccountEventListener()
/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.h32 SUBSCRIBE_FAILED, enumerator
/ohos5.0/base/account/os_account/frameworks/osaccount/core/test/unittest/
H A Dos_account_test.cpp259 EXPECT_EQ(OsAccount::SUBSCRIBE_FAILED,
/ohos5.0/base/account/os_account/services/accountmgr/test/unittest/app_account/
H A Dapp_account_test.cpp478 EXPECT_EQ(result, AppAccount::SubscribeState::SUBSCRIBE_FAILED);
/ohos5.0/base/account/os_account/services/accountmgr/test/moduletest/app_account/
H A Dapp_account_manager_service_subscribe_module_test.cpp277 EXPECT_EQ(subscribeState, AppAccount::SUBSCRIBE_FAILED);