Searched refs:GetPhoto (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/base/account/os_account/interfaces/innerkits/osaccount/native/include/ |
H A D | os_account_info.h | 91 std::string GetPhoto() const;
|
/ohos5.0/base/account/os_account/services/accountmgr/src/osaccount/ |
H A D | inner_os_account_manager.cpp | 624 oldInfo.SetPhoto(newInfo.GetPhoto()); in RetryToGetAccount() 1435 if (osAccountInfo.GetPhoto() != "") { in RetryToGetAccount() 1436 std::string photo = osAccountInfo.GetPhoto(); in RetryToGetAccount() 1467 photo = osAccountInfo.GetPhoto(); in RetryToGetAccount() 1578 if (osAccountInfo.GetPhoto() == photo) { in RetryToGetAccount()
|
H A D | os_account_control_file_manager.cpp | 502 if (osAccountInfo.GetPhoto() != "") { in GetOsAccountList() 503 std::string photo = osAccountInfo.GetPhoto(); in GetOsAccountList()
|
/ohos5.0/base/account/os_account/services/accountmgr/test/unittest/os_account/ |
H A D | os_account_inner_account_mgr_mock.cpp | 181 EXPECT_TRUE(accountInfo.GetPhoto().empty()); 238 EXPECT_TRUE(accountInfo.GetPhoto().empty()); 301 EXPECT_EQ(accountInfo.GetPhoto(), "test photo"); 370 EXPECT_EQ(accountInfo.GetPhoto(), "test photo");
|
/ohos5.0/base/account/os_account/frameworks/osaccount/native/src/ |
H A D | os_account_info.cpp | 212 std::string OsAccountInfo::GetPhoto() const in GetPhoto() function in OHOS::AccountSA::OsAccountInfo
|
/ohos5.0/base/account/os_account/frameworks/osaccount/native/test/unittest/ |
H A D | os_account_info_test.cpp | 338 EXPECT_EQ(photo, osAccountInfo.GetPhoto());
|
/ohos5.0/base/customization/enterprise_device_management/interfaces/kits/account_manager/src/ |
H A D | account_manager_addon.cpp | 276 …NAPI_CALL(env, napi_create_string_utf8(env, info.GetPhoto().c_str(), NAPI_AUTO_LENGTH, &photoToJs)… in ConvertOsAccountInfoToJs()
|
/ohos5.0/base/account/os_account/frameworks/osaccount/native/ |
H A D | libos_account_innerkits.map | 184 "OHOS::AccountSA::OsAccountInfo::GetPhoto() const";
|
/ohos5.0/base/account/os_account/interfaces/kits/napi/osaccount/src/ |
H A D | napi_os_account_common.cpp | 261 napi_create_string_utf8(env, info.GetPhoto().c_str(), NAPI_AUTO_LENGTH, &photoToJs); in GetOACBInfoToJs()
|