Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/interfaces/innerkits/osaccount/native/include/
H A Dos_account_info.h93 void SetPhoto(const std::string photo);
/ohos5.0/base/account/os_account/services/accountmgr/test/unittest/os_account/
H A Dos_account_inner_account_mgr_mock.cpp287 createInfo.SetPhoto("test photo");
355 updateInfo.SetPhoto("test photo");
536 createInfo.SetPhoto("test photo");
758 createInfo.SetPhoto("test photo");
790 createInfo.SetPhoto("test photo");
1230 osAccountInfo.SetPhoto("abc");
/ohos5.0/base/account/os_account/frameworks/osaccount/native/src/
H A Dos_account_info.cpp217 void OsAccountInfo::SetPhoto(const std::string photo) in SetPhoto() function in OHOS::AccountSA::OsAccountInfo
/ohos5.0/base/account/os_account/frameworks/osaccount/native/
H A Dlibos_account_innerkits.map185 …"OHOS::AccountSA::OsAccountInfo::SetPhoto(std::__h::basic_string<char, std::__h::char_traits<char>…
218 …"OHOS::AccountSA::OsAccountInfo::SetPhoto(std::__h::basic_string<char, std::__h::char_traits<char>…
/ohos5.0/base/account/os_account/frameworks/osaccount/native/test/unittest/
H A Dos_account_info_test.cpp350 osAccountInfo.SetPhoto(STRING_PHOTO);
/ohos5.0/base/account/os_account/services/accountmgr/src/osaccount/
H A Dinner_os_account_manager.cpp624 oldInfo.SetPhoto(newInfo.GetPhoto()); in RetryToGetAccount()
1442 osAccountInfo.SetPhoto(photo); in RetryToGetAccount()
1586 osAccountInfo.SetPhoto(Constants::USER_PHOTO_FILE_TXT_NAME); in RetryToGetAccount()
H A Dos_account_control_file_manager.cpp505 osAccountInfo.SetPhoto(photo); in GetOsAccountList()