Searched refs:SetPhotoById (Results 1 – 7 of 7) sorted by relevance
/base/account/os_account/services/accountmgr/test/unittest/os_account/mock/ |
D | mock_os_account_control_file_manager.h | 55 MOCK_METHOD2(SetPhotoById, ErrCode(const int id, const std::string &photo));
|
/base/account/os_account/services/accountmgr/include/osaccount/ |
D | ios_account_control.h | 35 virtual ErrCode SetPhotoById(const int id, const std::string &photo) = 0;
|
D | os_account_control_file_manager.h | 48 ErrCode SetPhotoById(const int id, const std::string &photo) override;
|
/base/account/os_account/services/accountmgr/test/unittest/os_account/ |
D | os_account_control_file_manager_test.cpp | 368 EXPECT_EQ(osAccountControlManager_->SetPhotoById(id, STRING_PHOTO), ERR_OK); 387 EXPECT_NE(osAccountControlManager_->SetPhotoById(id, STRING_ERR_PHOTO), ERR_OK);
|
D | os_account_inner_account_mgr_mock.cpp | 784 EXPECT_CALL(*ptr, SetPhotoById(_, _))
|
/base/account/os_account/services/accountmgr/src/osaccount/ |
D | inner_os_account_manager.cpp | 1026 errCode = osAccountControl_->SetPhotoById(id, photo); in SetOsAccountProfilePhoto()
|
D | os_account_control_file_manager.cpp | 1106 ErrCode OsAccountControlFileManager::SetPhotoById(const int id, const std::string &photo) in SetPhotoById() function in OHOS::AccountSA::OsAccountControlFileManager
|