Home
last modified time | relevance | path

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

/base/account/os_account/frameworks/common/include/
Daccountmgr_service_ipc_interface_code.h36 GET_APP_ACCOUNT_SERVICE = 105, enumerator
/base/account/os_account/frameworks/ohosaccount/native/src/
Daccount_proxy.cpp341 auto ret = SendRequest(AccountMgrInterfaceCode::GET_APP_ACCOUNT_SERVICE, data, reply); in GetAppAccountService()
/base/account/os_account/services/accountmgr/src/
Daccount_stub.cpp82 …stubFuncMap_[AccountMgrInterfaceCode::GET_APP_ACCOUNT_SERVICE] = &AccountStub::CmdGetAppAccountSer… in AccountStub()