Home
last modified time | relevance | path

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

/base/account/os_account/frameworks/common/include/
Daccountmgr_service_ipc_interface_code.h110 DELETE_AUTH_TOKEN, enumerator
/base/account/os_account/services/accountmgr/src/appaccount/
Dapp_account_stub.cpp152 static_cast<uint32_t>(AppAccountInterfaceCode::DELETE_AUTH_TOKEN),
678 } else if (code == static_cast<uint32_t>(AppAccountInterfaceCode::DELETE_AUTH_TOKEN)) { in ProcDeleteAuthToken()
/base/account/os_account/frameworks/appaccount/native/src/
Dapp_account_proxy.cpp601 result = SendRequest(AppAccountInterfaceCode::DELETE_AUTH_TOKEN, data, reply); in DeleteAuthToken()