/ohos5.0/base/account/os_account/frameworks/domain_account/src/ |
H A D | domain_account_plugin_service.cpp | 164 ErrCode DomainAccountPluginService::OnAccountUnBound(const DomainAccountInfo &info, in OnAccountUnBound() function in OHOS::AccountSA::DomainAccountPluginService 173 innerPlugin_->OnAccountUnBound(info, callbackPtr); in OnAccountUnBound()
|
H A D | domain_account_plugin_stub.cpp | 245 ErrCode result = OnAccountUnBound(*info, callback); in ProcOnAccountUnBound()
|
/ohos5.0/base/account/os_account/interfaces/innerkits/domain_account/native/include/ |
H A D | domain_account_plugin.h | 74 virtual void OnAccountUnBound(const DomainAccountInfo &info,
|
/ohos5.0/base/account/os_account/frameworks/domain_account/include/ |
H A D | idomain_account_plugin.h | 43 …virtual ErrCode OnAccountUnBound(const DomainAccountInfo &info, const sptr<IDomainAccountCallback>…
|
H A D | domain_account_plugin_service.h | 43 …ErrCode OnAccountUnBound(const DomainAccountInfo &info, const sptr<IDomainAccountCallback> &callba…
|
/ohos5.0/base/account/os_account/frameworks/domain_account/test/moduletest/include/ |
H A D | mock_domain_plugin.h | 39 void OnAccountUnBound(const DomainAccountInfo &info,
|
/ohos5.0/base/account/os_account/services/accountmgr/include/domain_account/ |
H A D | domain_account_plugin_proxy.h | 41 ErrCode OnAccountUnBound(const DomainAccountInfo &info,
|
H A D | inner_domain_account_manager.h | 58 …ErrCode OnAccountUnBound(const DomainAccountInfo &info, const std::shared_ptr<DomainAccountCallbac…
|
/ohos5.0/base/account/os_account/frameworks/domain_account/test/moduletest/src/ |
H A D | domain_account_plugin_service_test.cpp | 196 EXPECT_EQ(pluginServie_->OnAccountUnBound(info, nullptr), ERR_ACCOUNT_COMMON_NULL_PTR_ERROR);
|
H A D | mock_domain_plugin.cpp | 199 void MockDomainPlugin::OnAccountUnBound( in OnAccountUnBound() function in OHOS::AccountSA::MockDomainPlugin
|
/ohos5.0/base/account/os_account/services/accountmgr/test/unittest/domain_account/ |
H A D | domain_account_plugin_proxy_test.cpp | 199 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 D | domain_account_plugin_proxy.cpp | 211 ErrCode DomainAccountPluginProxy::OnAccountUnBound(const DomainAccountInfo &info, in OnAccountUnBound() function in OHOS::AccountSA::DomainAccountPluginProxy
|
H A D | inner_domain_account_manager.cpp | 1394 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 D | napi_domain_account_manager.h | 113 void OnAccountUnBound(const AccountSA::DomainAccountInfo &info,
|
/ohos5.0/base/account/os_account/interfaces/kits/napi/domain_account/src/ |
H A D | napi_domain_account_manager.cpp | 758 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 D | inner_os_account_manager.cpp | 767 InnerDomainAccountManager::GetInstance().OnAccountUnBound(curDomainInfo, nullptr); in RetryToGetAccount()
|