Home
last modified time | relevance | path

Searched refs:GetPhoto (Results 1 – 7 of 7) sorted by relevance

/base/account/os_account/interfaces/innerkits/osaccount/native/include/
Dos_account_info.h69 std::string GetPhoto() const;
/base/account/os_account/frameworks/osaccount/native/test/unittest/
Dos_account_info_test.cpp316 EXPECT_EQ(photo, osAccountInfo.GetPhoto());
/base/account/os_account/services/accountmgr/src/osaccount/
Dinner_os_account_manager.cpp879 if (osAccountInfo.GetPhoto() != "") { in QueryOsAccountById()
880 std::string photo = osAccountInfo.GetPhoto(); in QueryOsAccountById()
920 photo = osAccountInfo.GetPhoto(); in GetOsAccountProfilePhoto()
1023 if (osAccountInfo.GetPhoto() == photo) { in SetOsAccountProfilePhoto()
Dos_account_control_file_manager.cpp214 if (osAccountInfo.GetPhoto() != "") { in GetOsAccountList()
215 std::string photo = osAccountInfo.GetPhoto(); in GetOsAccountList()
/base/account/os_account/frameworks/osaccount/native/src/
Dos_account_info.cpp180 std::string OsAccountInfo::GetPhoto() const in GetPhoto() function in OHOS::AccountSA::OsAccountInfo
/base/account/os_account/frameworks/osaccount/native/
Dlibos_account_innerkits.map156 "OHOS::AccountSA::OsAccountInfo::GetPhoto() const";
/base/account/os_account/interfaces/kits/napi/osaccount/src/
Dnapi_os_account_common.cpp214 napi_create_string_utf8(env, info.GetPhoto().c_str(), NAPI_AUTO_LENGTH, &photoToJs); in GetOACBInfoToJs()