Home
last modified time | relevance | path

Searched refs:SendToCESAccountSwitched (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/account/os_account/services/accountmgr/test/mock/os_account/
H A Dos_account_interface.h40 static void SendToCESAccountSwitched(int newId, int oldId);
H A Dos_account_interface.cpp81 void OsAccountInterface::SendToCESAccountSwitched(int newId, int oldId) in SendToCESAccountSwitched() function in OHOS::AccountSA::OsAccountInterface
/ohos5.0/base/account/os_account/services/accountmgr/include/osaccount/
H A Dos_account_interface.h48 static void SendToCESAccountSwitched(int newId, int oldId);
/ohos5.0/base/account/os_account/services/accountmgr/src/osaccount/
H A Dos_account_interface.cpp297 void OsAccountInterface::SendToCESAccountSwitched(int newId, int oldId) in SendToCESAccountSwitched() function in OHOS::AccountSA::OsAccountInterface
H A Dinner_os_account_manager.cpp1800 OsAccountInterface::SendToCESAccountSwitched(localId, oldId); in RetryToGetAccount()