Home
last modified time | relevance | path

Searched refs:GetIsCreateSecret (Results 1 – 4 of 4) sorted by relevance

/base/account/os_account/interfaces/innerkits/osaccount/native/include/
Dos_account_info.h115 bool GetIsCreateSecret() const;
/base/account/os_account/frameworks/osaccount/native/src/
Dos_account_info.cpp137 bool OsAccountInfo::GetIsCreateSecret() const in GetIsCreateSecret() function in OHOS::AccountSA::OsAccountInfo
/base/account/os_account/frameworks/osaccount/native/
Dlibos_account_innerkits.map141 "OHOS::AccountSA::OsAccountInfo::GetIsCreateSecret() const";
/base/account/os_account/services/accountmgr/src/osaccount/
Dinner_os_account_manager.cpp1129 if (domainInfo.accountId_.empty() && !osAccountInfo.GetIsCreateSecret()) { in ActivateOsAccount()