Home
last modified time | relevance | path

Searched refs:SetIsActived (Results 1 – 6 of 6) sorted by relevance

/base/account/os_account/interfaces/innerkits/osaccount/native/include/
Dos_account_info.h101 void SetIsActived(const bool isActivated);
/base/account/os_account/services/accountmgr/src/osaccount/
Dinner_os_account_manager.cpp77 osAccountInfo.SetIsActived(true); // admin local account is always active in CreateBaseAdminAccount()
171 osAccountInfos[i].SetIsActived(false); in ResetAccountStatus()
777 osAccountInfosPtr->SetIsActived(true); in QueryAllCreatedOsAccounts()
779 osAccountInfosPtr->SetIsActived(false); in QueryAllCreatedOsAccounts()
874 osAccountInfo.SetIsActived(true); in QueryOsAccountById()
876 osAccountInfo.SetIsActived(false); in QueryOsAccountById()
1067 osAccountInfo.SetIsActived(false); in DeActivateOsAccount()
1152 osAccountInfo.SetIsActived(true); in SendMsgForAccountActivate()
/base/account/os_account/frameworks/osaccount/native/test/unittest/
Dos_account_info_test.cpp301 osAccountInfo.SetIsActived(BOOL_IS_ACTIVED);
/base/account/os_account/services/accountmgr/test/unittest/os_account/
Dos_account_inner_account_mgr_mock.cpp1082 account1.SetIsActived(true);
1105 account1.SetIsActived(true);
1169 account1.SetIsActived(true);
1212 account1.SetIsActived(true);
/base/account/os_account/frameworks/osaccount/native/src/
Dos_account_info.cpp175 void OsAccountInfo::SetIsActived(const bool isActivated) in SetIsActived() function in OHOS::AccountSA::OsAccountInfo
/base/account/os_account/frameworks/osaccount/native/
Dlibos_account_innerkits.map143 "OHOS::AccountSA::OsAccountInfo::SetIsActived(bool)";