Home
last modified time | relevance | path

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

/base/account/os_account/frameworks/appaccount/native/include/
Dapp_account_info.h78 … ErrCode DeleteAuthToken(const std::string &authType, const std::string &token, bool isOwnerSelf);
/base/account/os_account/frameworks/appaccount/native/src/
Dapp_account_info.cpp329 …countInfo::DeleteAuthToken(const std::string &authType, const std::string &token, bool isOwnerSelf) in DeleteAuthToken() argument
335 if (it->second.token == token && isOwnerSelf) { in DeleteAuthToken()
/base/account/os_account/services/accountmgr/src/appaccount/
Dapp_account_control_manager.cpp492 bool isOwnerSelf = false; in DeleteOAuthToken() local
494 isOwnerSelf = true; in DeleteOAuthToken()
503 ret = appAccountInfo.DeleteAuthToken(request.authType, request.token, isOwnerSelf); in DeleteOAuthToken()