Home
last modified time | relevance | path

Searched refs:OhosAccountStateChange (Results 1 - 4 of 4) sorted by relevance

/base/account/os_account/services/accountmgr/include/
H A Dohos_account_manager.h164 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 Daccount_mgr_service.cpp92 if (OhosAccountManager::GetInstance().OhosAccountStateChange(accountName, uid, eventStr) != ERR_OK) { in UpdateOhosAccountInfo()
108 ErrCode res = OhosAccountManager::GetInstance().OhosAccountStateChange(userId, ohosAccountInfo, eventStr); in SetOhosAccountInfoByUserId()
H A Dohos_account_manager.cpp173 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 Dohos_account_manager_test.cpp287 * @tc.desc: test OhosAccountStateChange event is invalid .
293 EXPECT_EQ(OhosAccountManager::GetInstance().OhosAccountStateChange("test", "testuid", "testevent"), in HWTEST_F()

Completed in 4 milliseconds