Home
last modified time | relevance | path

Searched refs:photo_ (Results 1 – 3 of 3) sorted by relevance

/base/account/os_account/frameworks/osaccount/native/src/
Dos_account_info.cpp46 photo_.clear(); in OsAccountInfo()
61 photo_.clear(); in OsAccountInfo()
78 photo_(photo), in OsAccountInfo()
182 return photo_; in GetPhoto()
187 photo_ = photo; in SetPhoto()
218 {PHOTO, photo_}, in ToJson()
259 jsonObject, jsonObjectEnd, PHOTO, photo_, OHOS::AccountSA::JsonType::STRING); in FromJson()
/base/account/os_account/interfaces/innerkits/osaccount/native/include/
Dos_account_info.h144 std::string photo_; variable
/base/account/os_account/frameworks/osaccount/native/test/unittest/
Dos_account_info_test.cpp337 osAccountInfo.photo_ = photo;
351 EXPECT_EQ(STRING_PHOTO, osAccountInfo.photo_);