/base/account/os_account/services/accountmgr/src/osaccount/ |
D | os_account_subscribe_death_recipient.cpp | 37 DelayedSingleton<OsAccountSubscribeManager>::GetInstance()->UnsubscribeOsAccount(object); in OnRemoteDied()
|
D | os_account_subscribe_manager.cpp | 57 ErrCode OsAccountSubscribeManager::UnsubscribeOsAccount(const sptr<IRemoteObject> &eventListener) in UnsubscribeOsAccount() function in OHOS::AccountSA::OsAccountSubscribeManager
|
D | os_account_manager_service.cpp | 513 ErrCode OsAccountManagerService::UnsubscribeOsAccount(const sptr<IRemoteObject> &eventListener) in UnsubscribeOsAccount() function in OHOS::AccountSA::OsAccountManagerService 521 return innerManager_->UnsubscribeOsAccount(eventListener); in UnsubscribeOsAccount()
|
D | inner_os_account_manager.cpp | 1285 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/ |
D | unsubscribeosaccount_fuzzer.cpp | 37 int32_t result = OsAccountManager::UnsubscribeOsAccount(subscriber); in UnsubscribeOsAccountFuzzTest()
|
/base/account/os_account/services/accountmgr/include/osaccount/ |
D | ios_account_subscribe.h | 43 virtual ErrCode UnsubscribeOsAccount(const sptr<IRemoteObject> &eventListener) = 0;
|
D | os_account_subscribe_manager.h | 34 ErrCode UnsubscribeOsAccount(const sptr<IRemoteObject> &eventListener) override;
|
D | iinner_os_account.h | 59 virtual ErrCode UnsubscribeOsAccount(const sptr<IRemoteObject> &eventListener) = 0;
|
D | os_account_manager_service.h | 79 ErrCode UnsubscribeOsAccount(const sptr<IRemoteObject> &eventListener) override;
|
D | iinner_os_account_manager.h | 62 ErrCode UnsubscribeOsAccount(const sptr<IRemoteObject> &eventListener) override;
|
/base/account/os_account/services/accountmgr/test/moduletest/os_account/ |
D | os_account_manager_service_subscribe_module_test.cpp | 128 result = osAccountManagerService_->UnsubscribeOsAccount(osAccountEventListener); 180 result = osAccountManagerService_->UnsubscribeOsAccount(osAccountEventListener);
|
/base/account/os_account/frameworks/osaccount/native/src/ |
D | os_account_manager.cpp | 199 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/ |
D | os_account_subscribe_death_recipient_test.cpp | 176 …result = DelayedSingleton<OsAccountSubscribeManager>::GetInstance()->UnsubscribeOsAccount(nullptr);
|
/base/account/os_account/interfaces/innerkits/osaccount/native/include/ |
D | os_account_manager.h | 62 static ErrCode UnsubscribeOsAccount(const std::shared_ptr<OsAccountSubscriber> &subscriber);
|
/base/account/os_account/frameworks/osaccount/core/include/ |
D | os_account.h | 57 ErrCode UnsubscribeOsAccount(const std::shared_ptr<OsAccountSubscriber> &subscriber);
|
D | ios_account.h | 68 virtual ErrCode UnsubscribeOsAccount(const sptr<IRemoteObject> &eventListener) = 0;
|
D | os_account_proxy.h | 64 ErrCode UnsubscribeOsAccount(const sptr<IRemoteObject> &eventListener) override;
|
/base/account/os_account/frameworks/osaccount/native/test/moduletest/ |
D | os_account_manager_module_test.cpp | 1812 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/ |
D | fuzz_test_manager.cpp | 249 OsAccountManager::UnsubscribeOsAccount(subscriber); in RegisterOsAccountManager()
|
/base/account/os_account/frameworks/osaccount/core/test/unittest/ |
D | os_account_mock_test.cpp | 448 g_osAccount->UnsubscribeOsAccount(subscriber));
|
/base/account/os_account/frameworks/osaccount/core/src/ |
D | os_account.cpp | 528 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()
|
D | os_account_stub.cpp | 780 ErrCode result = UnsubscribeOsAccount(eventListener); in ProcUnsubscribeOsAccount()
|
D | os_account_proxy.cpp | 893 ErrCode OsAccountProxy::UnsubscribeOsAccount(const sptr<IRemoteObject> &eventListener) in UnsubscribeOsAccount() function in OHOS::AccountSA::OsAccountProxy
|
/base/account/os_account/frameworks/osaccount/core/ |
D | libos_account_core.map | 93 …"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/ |
D | account_osaccount_proxy_mock_test.cpp | 471 ErrCode errCode = OsAccountManager::UnsubscribeOsAccount(subscriber);
|