Home
last modified time | relevance | path

Searched refs:DOMAIN_PLUGIN_GET_DOMAIN_ACCOUNT_INFO (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/account/os_account/frameworks/common/include/
H A Daccountmgr_service_ipc_interface_code.h198 DOMAIN_PLUGIN_GET_DOMAIN_ACCOUNT_INFO = 2, enumerator
/ohos5.0/base/account/os_account/frameworks/domain_account/src/
H A Ddomain_account_plugin_stub.cpp46 case DomainAccountPluginInterfaceCode::DOMAIN_PLUGIN_GET_DOMAIN_ACCOUNT_INFO: in OnRemoteRequest()
/ohos5.0/base/account/os_account/services/accountmgr/src/domain_account/
H A Ddomain_account_plugin_proxy.cpp188 …return SendRequest(DomainAccountPluginInterfaceCode::DOMAIN_PLUGIN_GET_DOMAIN_ACCOUNT_INFO, data, … in GetDomainAccountInfo()