Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/frameworks/common/include/
H A Daccountmgr_service_ipc_interface_code.h199 DOMAIN_PLUGIN_ON_ACCOUNT_BOUND = 3, enumerator
/ohos5.0/base/account/os_account/frameworks/domain_account/src/
H A Ddomain_account_plugin_stub.cpp48 case DomainAccountPluginInterfaceCode::DOMAIN_PLUGIN_ON_ACCOUNT_BOUND: in OnRemoteRequest()
/ohos5.0/base/account/os_account/services/accountmgr/src/domain_account/
H A Ddomain_account_plugin_proxy.cpp208 … return SendRequest(DomainAccountPluginInterfaceCode::DOMAIN_PLUGIN_ON_ACCOUNT_BOUND, data, reply); in OnAccountBound()