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/
H A Dapp_account_info.h80 ErrCode DeleteAuthToken(const std::string &authType, const std::string &token, bool isOwnerSelf);
/base/account/os_account/frameworks/appaccount/native/src/
H A Dapp_account_info.cpp396 ErrCode AppAccountInfo::DeleteAuthToken(const std::string &authType, const std::string &token, bool isOwnerSelf) in DeleteAuthToken() argument
405 if (isOwnerSelf) { in DeleteAuthToken()
/base/account/os_account/services/accountmgr/src/appaccount/
H A Dapp_account_control_manager.cpp754 bool isOwnerSelf = request.owner == request.callerBundleName; in DeleteOAuthToken() local
755 ret = appAccountInfo.DeleteAuthToken(request.authType, token, isOwnerSelf); in DeleteOAuthToken()

Completed in 5 milliseconds