Home
last modified time | relevance | path

Searched refs:OnAccountsSubNotify (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/account/os_account/interfaces/kits/napi/osaccount/include/
H A Dnapi_os_account.h47 void OnAccountsSubNotify(const int &newId, const int &oldId);
/ohos5.0/base/account/os_account/interfaces/kits/napi/osaccount/src/
H A Dnapi_os_account.cpp1525 OnAccountsSubNotify(id, id); in OnAccountsChanged()
1530 OnAccountsSubNotify(newId, oldId); in OnAccountsSwitch()
1533 void SubscriberPtr::OnAccountsSubNotify(const int &newId, const int &oldId) in OnAccountsSubNotify() function in OHOS::AccountJsKit::SubscriberPtr