/base/account/os_account/frameworks/osaccount/core/src/ |
H A D | os_account_event_listener.cpp | 38 void OsAccountEventListener::OnAccountsSwitch(const int &newId, const int &oldId) in OnAccountsSwitch() function in OHOS::AccountSA::OsAccountEventListener 45 osAccountSubscriber_->OnAccountsSwitch(newId, oldId); in OnAccountsSwitch()
|
H A D | os_account_event_stub.cpp | 56 OnAccountsSwitch(newId, oldId); in OnRemoteRequest()
|
H A D | os_account_event_proxy.cpp | 51 void OsAccountEventProxy::OnAccountsSwitch(const int &newId, const int &oldId) in OnAccountsSwitch() function in OHOS::AccountSA::OsAccountEventProxy
|
/base/account/os_account/frameworks/osaccount/core/include/ |
H A D | ios_account_event.h | 30 virtual void OnAccountsSwitch(const int &newId, const int &oldId) = 0;
|
H A D | os_account_event_proxy.h | 30 void OnAccountsSwitch(const int &newId, const int &oldId) override;
|
H A D | os_account_event_listener.h | 30 void OnAccountsSwitch(const int &newId, const int &oldId) override;
|
/base/account/os_account/interfaces/innerkits/osaccount/native/include/ |
H A D | os_account_subscriber.h | 31 virtual void OnAccountsSwitch(const int &newId, const int &oldId) {}; in OnAccountsSwitch() function in OHOS::AccountSA::OsAccountSubscriber
|
/base/account/os_account/services/accountmgr/src/osaccount/ |
H A D | os_account_subscribe_manager.cpp | 141 bool OsAccountSubscribeManager::OnAccountsSwitch(const sptr<IOsAccountEvent> &eventProxy, const int newId, in OnAccountsSwitch() function in OHOS::AccountSA::OsAccountSubscribeManager 148 eventProxy->OnAccountsSwitch(newId, oldId); in OnAccountsSwitch() 209 auto task = [this, eventProxy, newId, oldId] { this->OnAccountsSwitch(eventProxy, newId, oldId); }; in Publish()
|
/base/account/os_account/services/accountmgr/include/osaccount/ |
H A D | os_account_subscribe_manager.h | 40 bool OnAccountsSwitch(const sptr<IOsAccountEvent> &eventProxy, const int newId, const int oldId);
|
/base/request/request/services/include/ |
H A D | account.h | 43 virtual void OnAccountsSwitch(const int &newId, const int &oldId) override;
|
/base/request/request/services/src/cxx/ |
H A D | account.cpp | 49 void SubscriberWrapper::OnAccountsSwitch(const int &newId, const int &oldId) in OnAccountsSwitch() function in OHOS::Request::SubscriberWrapper
|
/base/account/os_account/interfaces/kits/napi/osaccount/include/ |
H A D | napi_os_account.h | 41 void OnAccountsSwitch(const int &newId, const int &oldId) override;
|
/base/account/os_account/frameworks/osaccount/native/test/moduletest/ |
H A D | os_account_manager_module_test.cpp | 335 MOCK_METHOD2(OnAccountsSwitch, void(const int &newId, const int &oldId)); 2566 EXPECT_CALL(*switchedSubscriber, OnAccountsSwitch(account.GetLocalId(), MAIN_ACCOUNT_ID)).Times(Exactly(1)); in HWTEST_F() 2572 EXPECT_CALL(*switchingSubscriber, OnAccountsSwitch(account.GetLocalId(), MAIN_ACCOUNT_ID)).Times(Exactly(1)); in HWTEST_F() 2689 EXPECT_CALL(*switchedSubscriber, OnAccountsSwitch(account.GetLocalId(), _)).Times(Exactly(1)); in HWTEST_F() 2695 EXPECT_CALL(*switchingSubscriber, OnAccountsSwitch(account.GetLocalId(), _)).Times(Exactly(1)); in HWTEST_F()
|
/base/time/time_service/services/ |
H A D | time_system_ability.cpp | 94 void OnAccountsSwitch(const int &newId, const int &oldId) {} in OnAccountsSwitch() function in OHOS::MiscServices::UserRemovedSubscriber
|
/base/account/os_account/interfaces/kits/napi/osaccount/src/ |
H A D | napi_os_account.cpp | 1528 void SubscriberPtr::OnAccountsSwitch(const int &newId, const int &oldId) in OnAccountsSwitch() function in OHOS::AccountJsKit::SubscriberPtr
|