Home
last modified time | relevance | path

Searched refs:UnsubscribeOsAccount (Results 1 – 25 of 28) sorted by relevance

12

/base/account/os_account/services/accountmgr/src/osaccount/
Dos_account_subscribe_death_recipient.cpp37 DelayedSingleton<OsAccountSubscribeManager>::GetInstance()->UnsubscribeOsAccount(object); in OnRemoteDied()
Dos_account_subscribe_manager.cpp57 ErrCode OsAccountSubscribeManager::UnsubscribeOsAccount(const sptr<IRemoteObject> &eventListener) in UnsubscribeOsAccount() function in OHOS::AccountSA::OsAccountSubscribeManager
Dos_account_manager_service.cpp513 ErrCode OsAccountManagerService::UnsubscribeOsAccount(const sptr<IRemoteObject> &eventListener) in UnsubscribeOsAccount() function in OHOS::AccountSA::OsAccountManagerService
521 return innerManager_->UnsubscribeOsAccount(eventListener); in UnsubscribeOsAccount()
Dinner_os_account_manager.cpp1285 ErrCode IInnerOsAccountManager::UnsubscribeOsAccount(const sptr<IRemoteObject> &eventListener) in UnsubscribeOsAccount() function in OHOS::AccountSA::IInnerOsAccountManager
1291 return subscribeManagerPtr_->UnsubscribeOsAccount(eventListener); in UnsubscribeOsAccount()
/base/account/os_account/test/fuzztest/osaccount/unsubscribeosaccount_fuzzer/
Dunsubscribeosaccount_fuzzer.cpp37 int32_t result = OsAccountManager::UnsubscribeOsAccount(subscriber); in UnsubscribeOsAccountFuzzTest()
/base/account/os_account/services/accountmgr/include/osaccount/
Dios_account_subscribe.h43 virtual ErrCode UnsubscribeOsAccount(const sptr<IRemoteObject> &eventListener) = 0;
Dos_account_subscribe_manager.h34 ErrCode UnsubscribeOsAccount(const sptr<IRemoteObject> &eventListener) override;
Diinner_os_account.h59 virtual ErrCode UnsubscribeOsAccount(const sptr<IRemoteObject> &eventListener) = 0;
Dos_account_manager_service.h79 ErrCode UnsubscribeOsAccount(const sptr<IRemoteObject> &eventListener) override;
Diinner_os_account_manager.h62 ErrCode UnsubscribeOsAccount(const sptr<IRemoteObject> &eventListener) override;
/base/account/os_account/services/accountmgr/test/moduletest/os_account/
Dos_account_manager_service_subscribe_module_test.cpp128 result = osAccountManagerService_->UnsubscribeOsAccount(osAccountEventListener);
180 result = osAccountManagerService_->UnsubscribeOsAccount(osAccountEventListener);
/base/account/os_account/frameworks/osaccount/native/src/
Dos_account_manager.cpp199 ErrCode OsAccountManager::UnsubscribeOsAccount(const std::shared_ptr<OsAccountSubscriber> &subscrib… in UnsubscribeOsAccount() function in OHOS::AccountSA::OsAccountManager
201 return OsAccount::GetInstance().UnsubscribeOsAccount(subscriber); in UnsubscribeOsAccount()
/base/account/os_account/services/accountmgr/test/unittest/os_account/
Dos_account_subscribe_death_recipient_test.cpp176 …result = DelayedSingleton<OsAccountSubscribeManager>::GetInstance()->UnsubscribeOsAccount(nullptr);
/base/account/os_account/interfaces/innerkits/osaccount/native/include/
Dos_account_manager.h62 static ErrCode UnsubscribeOsAccount(const std::shared_ptr<OsAccountSubscriber> &subscriber);
/base/account/os_account/frameworks/osaccount/core/include/
Dos_account.h57 ErrCode UnsubscribeOsAccount(const std::shared_ptr<OsAccountSubscriber> &subscriber);
Dios_account.h68 virtual ErrCode UnsubscribeOsAccount(const sptr<IRemoteObject> &eventListener) = 0;
Dos_account_proxy.h64 ErrCode UnsubscribeOsAccount(const sptr<IRemoteObject> &eventListener) override;
/base/account/os_account/frameworks/osaccount/native/test/moduletest/
Dos_account_manager_module_test.cpp1812 EXPECT_NE(OsAccountManager::UnsubscribeOsAccount(subscriber), ERR_OK);
1875 EXPECT_EQ(ERR_OK, OsAccountManager::UnsubscribeOsAccount(subscriber));
1890 EXPECT_EQ(ERR_OK, OsAccountManager::UnsubscribeOsAccount(subscriber));
1913 EXPECT_EQ(ERR_OK, OsAccountManager::UnsubscribeOsAccount(subscribers[i]));
1928 OsAccountManager::UnsubscribeOsAccount(subscriber));
/base/account/os_account/test/systemtest/common/resource/fuzzTest/src/
Dfuzz_test_manager.cpp249 OsAccountManager::UnsubscribeOsAccount(subscriber); in RegisterOsAccountManager()
/base/account/os_account/frameworks/osaccount/core/test/unittest/
Dos_account_mock_test.cpp448 g_osAccount->UnsubscribeOsAccount(subscriber));
/base/account/os_account/frameworks/osaccount/core/src/
Dos_account.cpp528 ErrCode OsAccount::UnsubscribeOsAccount(const std::shared_ptr<OsAccountSubscriber> &subscriber) in UnsubscribeOsAccount() function in OHOS::AccountSA::OsAccount
544 ErrCode result = osAccountProxy_->UnsubscribeOsAccount(eventListener->second->AsObject()); in UnsubscribeOsAccount()
Dos_account_stub.cpp780 ErrCode result = UnsubscribeOsAccount(eventListener); in ProcUnsubscribeOsAccount()
Dos_account_proxy.cpp893 ErrCode OsAccountProxy::UnsubscribeOsAccount(const sptr<IRemoteObject> &eventListener) in UnsubscribeOsAccount() function in OHOS::AccountSA::OsAccountProxy
/base/account/os_account/frameworks/osaccount/core/
Dlibos_account_core.map93 …"OHOS::AccountSA::OsAccount::UnsubscribeOsAccount(std::__1::shared_ptr<OHOS::AccountSA::OsAccountS…
94 …"OHOS::AccountSA::OsAccount::UnsubscribeOsAccount(std::__h::shared_ptr<OHOS::AccountSA::OsAccountS…
/base/account/os_account/frameworks/test/unittest/
Daccount_osaccount_proxy_mock_test.cpp471 ErrCode errCode = OsAccountManager::UnsubscribeOsAccount(subscriber);

12