Searched refs:RemoveAuthorizedAccount (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/account/os_account/services/accountmgr/test/moduletest/app_account/ |
H A D | app_account_control_manager_module_test.cpp | 119 result = AppAccountControlManager::GetInstance().RemoveAuthorizedAccount(
|
/ohos5.0/base/account/os_account/services/accountmgr/include/appaccount/ |
H A D | app_account_control_manager.h | 140 … ErrCode RemoveAuthorizedAccount(const std::string &authorizedApp, AppAccountInfo &appAccountInfo,
|
/ohos5.0/base/account/os_account/services/accountmgr/src/appaccount/ |
H A D | app_account_control_manager.cpp | 292 result = RemoveAuthorizedAccount(authorizedApp, appAccountInfo, dataStoragePtr, uid); in DeleteAccount() 396 …result = RemoveAuthorizedAccount(authorizedApp, appAccountInfo, dataStoragePtr, appAccountCallingI… in DisableAppAccess() 1473 ErrCode AppAccountControlManager::RemoveAuthorizedAccount(const std::string &bundleName, in RemoveAuthorizedAccount() function in OHOS::AccountSA::AppAccountControlManager
|
/ohos5.0/base/account/os_account/services/accountmgr/ |
H A D | libaccountmgr.map | 92 …"OHOS::AccountSA::AppAccountControlManager::RemoveAuthorizedAccount(std::__h::basic_string<char, s…
|