Searched refs:OhosAccountStateChange (Results 1 - 4 of 4) sorted by relevance
/base/account/os_account/services/accountmgr/include/ |
H A D | ohos_account_manager.h | 164 ErrCode OhosAccountStateChange(const std::string &name, const std::string &uid, const std::string &eventStr);
173 ErrCode OhosAccountStateChange(
|
/base/account/os_account/services/accountmgr/src/ |
H A D | account_mgr_service.cpp | 92 if (OhosAccountManager::GetInstance().OhosAccountStateChange(accountName, uid, eventStr) != ERR_OK) { in UpdateOhosAccountInfo() 108 ErrCode res = OhosAccountManager::GetInstance().OhosAccountStateChange(userId, ohosAccountInfo, eventStr); in SetOhosAccountInfoByUserId()
|
H A D | ohos_account_manager.cpp | 173 ErrCode OhosAccountManager::OhosAccountStateChange(const std::string &name, const std::string &uid, in OhosAccountStateChange() function in OHOS::AccountSA::OhosAccountManager 188 ErrCode OhosAccountManager::OhosAccountStateChange( in OhosAccountStateChange() function in OHOS::AccountSA::OhosAccountManager
|
/base/account/os_account/services/accountmgr/test/unittest/ohos_account/ |
H A D | ohos_account_manager_test.cpp | 287 * @tc.desc: test OhosAccountStateChange event is invalid . 293 EXPECT_EQ(OhosAccountManager::GetInstance().OhosAccountStateChange("test", "testuid", "testevent"), in HWTEST_F()
|
Completed in 4 milliseconds