Home
last modified time | relevance | path

Searched refs:OnAccountUnBound (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/base/account/os_account/frameworks/domain_account/src/
H A Ddomain_account_plugin_service.cpp164 ErrCode DomainAccountPluginService::OnAccountUnBound(const DomainAccountInfo &info, in OnAccountUnBound() function in OHOS::AccountSA::DomainAccountPluginService
173 innerPlugin_->OnAccountUnBound(info, callbackPtr); in OnAccountUnBound()
H A Ddomain_account_plugin_stub.cpp245 ErrCode result = OnAccountUnBound(*info, callback); in ProcOnAccountUnBound()
/ohos5.0/base/account/os_account/interfaces/innerkits/domain_account/native/include/
H A Ddomain_account_plugin.h74 virtual void OnAccountUnBound(const DomainAccountInfo &info,
/ohos5.0/base/account/os_account/frameworks/domain_account/include/
H A Didomain_account_plugin.h43 …virtual ErrCode OnAccountUnBound(const DomainAccountInfo &info, const sptr<IDomainAccountCallback>…
H A Ddomain_account_plugin_service.h43 …ErrCode OnAccountUnBound(const DomainAccountInfo &info, const sptr<IDomainAccountCallback> &callba…
/ohos5.0/base/account/os_account/frameworks/domain_account/test/moduletest/include/
H A Dmock_domain_plugin.h39 void OnAccountUnBound(const DomainAccountInfo &info,
/ohos5.0/base/account/os_account/services/accountmgr/include/domain_account/
H A Ddomain_account_plugin_proxy.h41 ErrCode OnAccountUnBound(const DomainAccountInfo &info,
H A Dinner_domain_account_manager.h58 …ErrCode OnAccountUnBound(const DomainAccountInfo &info, const std::shared_ptr<DomainAccountCallbac…
/ohos5.0/base/account/os_account/frameworks/domain_account/test/moduletest/src/
H A Ddomain_account_plugin_service_test.cpp196 EXPECT_EQ(pluginServie_->OnAccountUnBound(info, nullptr), ERR_ACCOUNT_COMMON_NULL_PTR_ERROR);
H A Dmock_domain_plugin.cpp199 void MockDomainPlugin::OnAccountUnBound( in OnAccountUnBound() function in OHOS::AccountSA::MockDomainPlugin
/ohos5.0/base/account/os_account/services/accountmgr/test/unittest/domain_account/
H A Ddomain_account_plugin_proxy_test.cpp199 EXPECT_EQ(pluginProxy_->OnAccountUnBound(info, nullptr), ERR_ACCOUNT_COMMON_WRITE_PARCEL_ERROR);
/ohos5.0/base/account/os_account/services/accountmgr/src/domain_account/
H A Ddomain_account_plugin_proxy.cpp211 ErrCode DomainAccountPluginProxy::OnAccountUnBound(const DomainAccountInfo &info, in OnAccountUnBound() function in OHOS::AccountSA::DomainAccountPluginProxy
H A Dinner_domain_account_manager.cpp1394 plugin->OnAccountUnBound(info, callback); in StartOnAccountUnBound()
1397 ErrCode InnerDomainAccountManager::OnAccountUnBound(const DomainAccountInfo &info, in OnAccountUnBound() function in OHOS::AccountSA::InnerDomainAccountManager
/ohos5.0/base/account/os_account/interfaces/kits/napi/domain_account/include/
H A Dnapi_domain_account_manager.h113 void OnAccountUnBound(const AccountSA::DomainAccountInfo &info,
/ohos5.0/base/account/os_account/interfaces/kits/napi/domain_account/src/
H A Dnapi_domain_account_manager.cpp758 void NapiDomainAccountPlugin::OnAccountUnBound(const DomainAccountInfo &info, in OnAccountUnBound() function in OHOS::AccountJsKit::NapiDomainAccountPlugin
/ohos5.0/base/account/os_account/services/accountmgr/src/osaccount/
H A Dinner_os_account_manager.cpp767 InnerDomainAccountManager::GetInstance().OnAccountUnBound(curDomainInfo, nullptr); in RetryToGetAccount()