Home
last modified time | relevance | path

Searched refs:GetShortName (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/account/os_account/interfaces/innerkits/osaccount/native/include/
H A Dos_account_info.h75 std::string GetShortName() const;
/ohos5.0/base/account/os_account/services/accountmgr/test/unittest/os_account/
H A Dos_account_inner_account_mgr_mock.cpp178 EXPECT_EQ(accountInfo.GetShortName(), "");
235 EXPECT_EQ(accountInfo.GetShortName(), "CreateOsAccount001ShortName");
298 EXPECT_EQ(accountInfo.GetShortName(), "CreateOsAccountWithFullInfo001ShortName");
367 EXPECT_EQ(accountInfo.GetShortName(), "UpdateOsAccountWithFullInfo001ShortName");
/ohos5.0/base/account/os_account/frameworks/osaccount/native/src/
H A Dos_account_info.cpp83 std::string OsAccountInfo::GetShortName() const in GetShortName() function in OHOS::AccountSA::OsAccountInfo
/ohos5.0/base/account/os_account/services/accountmgr/src/osaccount/
H A Dinner_os_account_manager.cpp509 if (accountInfoOld.GetShortName().empty()) { in RetryToGetAccount()
939 if (!osAccountInfo.GetShortName().empty() && value.contains(Constants::SHORT_NAME)) { in RetryToGetAccount()
941 if ((osAccountInfo.GetShortName() == shortName) && (localIdKey != localIdStr) in RetryToGetAccount()
1412 shortName = osAccountInfo.GetShortName(); in RetryToGetAccount()
H A Dos_account_control_file_manager.cpp902 accountBaseInfo[Constants::SHORT_NAME] = osAccountInfo.GetShortName(); in UpdateAccountIndex()
1237 accountIndexElement[Constants::SHORT_NAME] = account->GetShortName(); in GetAccountIndexInfo()
/ohos5.0/base/account/os_account/frameworks/osaccount/native/
H A Dlibos_account_innerkits.map188 "OHOS::AccountSA::OsAccountInfo::GetShortName() const";
/ohos5.0/base/account/os_account/frameworks/domain_account/test/moduletest/src/
H A Ddomain_account_client_module_test.cpp758 EXPECT_EQ(osAccountInfo.GetShortName(), options.shortName);
/ohos5.0/base/account/os_account/interfaces/kits/napi/osaccount/src/
H A Dnapi_os_account_common.cpp243 napi_create_string_utf8(env, info.GetShortName().c_str(), NAPI_AUTO_LENGTH, &shortNameToJs); in GetOACBInfoToJs()