Home
last modified time | relevance | path

Searched refs:RemoveAppAccountData (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/account/os_account/services/accountmgr/include/appaccount/
H A Dapp_account_control_manager.h147 …ErrCode RemoveAppAccountData(const uid_t &uid, const std::string &bundleName, const uint32_t &appI…
/ohos5.0/base/account/os_account/services/accountmgr/src/appaccount/
H A Dapp_account_control_manager.cpp1067 return RemoveAppAccountData(uid, bundleName, appIndex); in OnPackageRemoved()
1070 ErrCode AppAccountControlManager::RemoveAppAccountData( in RemoveAppAccountData() function in OHOS::AccountSA::AppAccountControlManager