Searched refs:isOwnerSelf (Results 1 – 3 of 3) sorted by relevance
80 … ErrCode DeleteAuthToken(const std::string &authType, const std::string &token, bool isOwnerSelf);
403 …countInfo::DeleteAuthToken(const std::string &authType, const std::string &token, bool isOwnerSelf) in DeleteAuthToken() argument412 if (isOwnerSelf) { in DeleteAuthToken()
753 bool isOwnerSelf = request.owner == request.callerBundleName; in DeleteOAuthToken() local754 ret = appAccountInfo.DeleteAuthToken(request.authType, token, isOwnerSelf); in DeleteOAuthToken()