Searched refs:API_VERSION9 (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/base/account/os_account/frameworks/appaccount/native/src/ |
H A D | app_account_info.cpp | 159 if (!it.second && apiVersion < Constants::API_VERSION9) { in EnableAppAccess() 174 if (result == 0 && apiVersion < Constants::API_VERSION9) { in DisableAppAccess() 348 if (apiVersion >= Constants::API_VERSION9) { in GetOAuthToken() 427 if (apiVersion >= Constants::API_VERSION9) { in SetOAuthTokenVisibility() 466 if (apiVersion >= Constants::API_VERSION9) { in CheckOAuthTokenVisibility() 495 if (apiVersion >= Constants::API_VERSION9) { in GetOAuthList()
|
/ohos5.0/base/account/os_account/services/accountmgr/src/appaccount/ |
H A D | app_account_manager_service.cpp | 201 …nnerManager_->EnableAppAccess(name, authorizedApp, appAccountCallingInfo, Constants::API_VERSION9); in SetAppAccess() 204 …nerManager_->DisableAppAccess(name, authorizedApp, appAccountCallingInfo, Constants::API_VERSION9); in SetAppAccess() 332 return innerManager_->GetOAuthToken(request, token, Constants::API_VERSION9); in GetAuthToken() 377 return innerManager_->DeleteOAuthToken(request, Constants::API_VERSION9); in DeleteAuthToken() 424 return innerManager_->SetOAuthTokenVisibility(request, Constants::API_VERSION9); in SetAuthTokenVisibility() 446 return innerManager_->CheckOAuthTokenVisibility(request, isVisible, Constants::API_VERSION9); in CheckAuthTokenVisibility() 498 return innerManager_->GetOAuthList(request, oauthList, Constants::API_VERSION9); in GetAuthList()
|
H A D | inner_app_account_manager.cpp | 212 ret = controlManager_.GetOAuthToken(request, token, Constants::API_VERSION9); in Authenticate()
|
H A D | app_account_control_manager.cpp | 681 if (token.empty() && (apiVersion < Constants::API_VERSION9)) { in GetOAuthToken() 743 return apiVersion >= Constants::API_VERSION9 ? ret : ERR_OK; in DeleteOAuthToken() 752 if (apiVersion >= Constants::API_VERSION9) { in DeleteOAuthToken()
|
/ohos5.0/base/account/os_account/frameworks/appaccount/native/include/ |
H A D | app_account_constants.h | 70 constexpr uint32_t API_VERSION9 = 9; variable
|