Home
last modified time | relevance | path

Searched refs:PluginGetDomainAccountInfoOptions (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/account/os_account/interfaces/innerkits/domain_account/native/include/
H A Ddomain_plugin.h61 } PluginGetDomainAccountInfoOptions; typedef
90 typedef PluginBussnessError* (*GetAccountInfoFunc)(const PluginGetDomainAccountInfoOptions *options,
/ohos5.0/base/account/os_account/frameworks/domain_account/test/moduletest/include/
H A Dmock_domain_so_plugin.h28 PluginBussnessError *GetAccountInfo(const PluginGetDomainAccountInfoOptions *options, const int32_t…
/ohos5.0/base/account/os_account/frameworks/domain_account/test/moduletest/src/
H A Dmock_domain_so_plugin.cpp96 PluginBussnessError *GetAccountInfo(const PluginGetDomainAccountInfoOptions *options, const int32_t… in GetAccountInfo()
/ohos5.0/base/account/os_account/services/accountmgr/test/unittest/domain_account/mock/
H A Dmock_musl.cpp132 PluginBussnessError* GetAccountInfo(const PluginGetDomainAccountInfoOptions *options, const int32_t… in GetAccountInfo()
/ohos5.0/base/account/os_account/services/accountmgr/src/domain_account/
H A Dinner_domain_account_manager.cpp1447 PluginGetDomainAccountInfoOptions pluginOptions; in PluginGetDomainAccountInfo()