Home
last modified time | relevance | path

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

/base/account/os_account/frameworks/common/include/
Daccountmgr_service_ipc_interface_code.h117 GET_OAUTH_LIST, enumerator
/base/account/os_account/services/accountmgr/src/appaccount/
Dapp_account_stub.cpp184 static_cast<uint32_t>(AppAccountInterfaceCode::GET_OAUTH_LIST),
791 if (code == static_cast<uint32_t>(AppAccountInterfaceCode::GET_OAUTH_LIST)) { in ProcGetAuthList()
/base/account/os_account/frameworks/appaccount/native/src/
Dapp_account_proxy.cpp795 result = SendRequest(AppAccountInterfaceCode::GET_OAUTH_LIST, data, reply); in GetOAuthList()