Home
last modified time | relevance | path

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

/ohos5.0/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);
/ohos5.0/base/account/os_account/frameworks/appaccount/native/src/
H A Dapp_account_info.cpp403 …countInfo::DeleteAuthToken(const std::string &authType, const std::string &token, bool isOwnerSelf) in DeleteAuthToken() argument
412 if (isOwnerSelf) { in DeleteAuthToken()
/ohos5.0/base/account/os_account/services/accountmgr/src/appaccount/
H A Dapp_account_control_manager.cpp753 bool isOwnerSelf = request.owner == request.callerBundleName; in DeleteOAuthToken() local
754 ret = appAccountInfo.DeleteAuthToken(request.authType, token, isOwnerSelf); in DeleteOAuthToken()