/ohos5.0/base/security/security_guard/test/unittest/mock/account_manager/ |
H A D | os_account_manager.h | 44 … MOCK_METHOD1(SubscribeOsAccount, ErrCode(const std::shared_ptr<OsAccountSubscriber> &subscriber)); 49 static ErrCode SubscribeOsAccount(const std::shared_ptr<OsAccountSubscriber> &subscriber) in SubscribeOsAccount() function 54 return instance_->SubscribeOsAccount(subscriber); in SubscribeOsAccount()
|
/ohos5.0/base/account/os_account/services/accountmgr/test/unittest/os_account/ |
H A D | os_account_subscribe_death_recipient_test.cpp | 84 OsAccountSubscribeManager::GetInstance().SubscribeOsAccount(subscribeInfoPtr, listener); 168 ErrCode result = OsAccountSubscribeManager::GetInstance().SubscribeOsAccount(nullptr, listener); 171 result = OsAccountSubscribeManager::GetInstance().SubscribeOsAccount(subscribeInfoPtr, nullptr);
|
H A D | os_account_event_manager_multiple_thread_test.cpp | 104 EXPECT_EQ(ERR_OK, OsAccountManager::SubscribeOsAccount(subscriber)); in TestWriteReadFileInfo()
|
/ohos5.0/base/account/os_account/test/fuzztest/osaccount/subscribeosaccount_fuzzer/ |
H A D | subscribeosaccount_fuzzer.cpp | 37 int32_t result = OsAccountManager::SubscribeOsAccount(subscriber); in SubscribeOsAccountFuzzTest()
|
/ohos5.0/drivers/external_device_manager/services/native/driver_extension_manager/src/drivers_pkg_manager/ |
H A D | driver_pkg_manager.cpp | 100 auto retCode = OsAccountManager::SubscribeOsAccount(driverOsAccountSwitching); in SubscribeOsAccountSwitch() 105 retCode = OsAccountManager::SubscribeOsAccount(driverOsAccountSwitched); in SubscribeOsAccountSwitch()
|
/ohos5.0/base/account/os_account/services/accountmgr/test/moduletest/os_account/ |
H A D | os_account_manager_service_subscribe_module_test.cpp | 206 result = OsAccount::GetInstance().SubscribeOsAccount(subscriberTestPtr); 253 result = OsAccount::GetInstance().SubscribeOsAccount(subscriberTestPtr);
|
H A D | inner_os_account_manager_test.cpp | 111 ErrCode ret = innerMgrService_->SubscribeOsAccount(subscribeInfo, eventListener);
|
/ohos5.0/base/account/os_account/services/accountmgr/include/osaccount/ |
H A D | ios_account_subscribe.h | 40 virtual ErrCode SubscribeOsAccount(
|
H A D | os_account_subscribe_manager.h | 32 ErrCode SubscribeOsAccount(const std::shared_ptr<OsAccountSubscribeInfo> &subscribeInfoPtr,
|
H A D | iinner_os_account.h | 67 virtual ErrCode SubscribeOsAccount(
|
H A D | os_account_manager_service.h | 91 ErrCode SubscribeOsAccount(
|
/ohos5.0/foundation/barrierfree/accessibility/services/test/mock/ |
H A D | mock_os_account_manager.cpp | 30 ErrCode OsAccountManager::SubscribeOsAccount(const std::shared_ptr<OsAccountSubscriber>& subscriber… in SubscribeOsAccount() function in OHOS::AccountSA::OsAccountManager
|
/ohos5.0/foundation/bundlemanager/app_domain_verify/test/unittest/mock/src/ |
H A D | mock_os_account_manager.cpp | 34 ErrCode OsAccountManager::SubscribeOsAccount(const std::shared_ptr<OsAccountSubscriber>& subscriber… in SubscribeOsAccount() function in OHOS::AccountSA::OsAccountManager
|
/ohos5.0/base/request/request/services/src/cxx/ |
H A D | account.cpp | 61 return OsAccountManager::SubscribeOsAccount(Wrapper); in RegistryAccountSubscriber()
|
/ohos5.0/base/account/os_account/frameworks/osaccount/native/test/moduletest/ |
H A D | os_account_manager_module_test.cpp | 2086 EXPECT_NE(OsAccountManager::SubscribeOsAccount(subscriber), ERR_OK); 2164 EXPECT_EQ(ERR_OK, OsAccountManager::SubscribeOsAccount(subscriber)); 2178 EXPECT_EQ(ERR_OK, OsAccountManager::SubscribeOsAccount(subscriber)); 2179 EXPECT_EQ(ERR_OK, OsAccountManager::SubscribeOsAccount(subscriber)); 2195 EXPECT_EQ(ERR_OK, OsAccountManager::SubscribeOsAccount(subscriber)); 2512 ASSERT_EQ(ERR_OK, OsAccountManager::SubscribeOsAccount(subscriberTwo)); 2589 EXPECT_EQ(ERR_OK, OsAccountManager::SubscribeOsAccount(stoppingSubscriber)); 2595 EXPECT_EQ(ERR_OK, OsAccountManager::SubscribeOsAccount(stoppedSubscriber)); 2657 EXPECT_EQ(ERR_OK, OsAccountManager::SubscribeOsAccount(activingSubscriber)); 2662 EXPECT_EQ(ERR_OK, OsAccountManager::SubscribeOsAccount(activedSubscriber)); [all …]
|
/ohos5.0/foundation/multimedia/player_framework/services/services/observer/ |
H A D | account_observer.cpp | 104 ErrCode errCode = AccountSA::OsAccountManager::SubscribeOsAccount(accountListener_); in RegisterObserver()
|
/ohos5.0/base/account/os_account/frameworks/osaccount/native/src/ |
H A D | os_account_manager.cpp | 242 ErrCode OsAccountManager::SubscribeOsAccount(const std::shared_ptr<OsAccountSubscriber> &subscriber) in SubscribeOsAccount() function in OHOS::AccountSA::OsAccountManager 244 return OsAccount::GetInstance().SubscribeOsAccount(subscriber); in SubscribeOsAccount()
|
/ohos5.0/base/account/os_account/services/accountmgr/src/osaccount/ |
H A D | os_account_subscribe_manager.cpp | 39 ErrCode OsAccountSubscribeManager::SubscribeOsAccount( in SubscribeOsAccount() function in OHOS::AccountSA::OsAccountSubscribeManager
|
/ohos5.0/base/account/os_account/frameworks/osaccount/core/src/ |
H A D | os_account.cpp | 71 ErrCode result = proxy->SubscribeOsAccount(subscribeInfo, item.second); in RestoreListenerRecords() 564 ErrCode OsAccount::SubscribeOsAccount(const std::shared_ptr<OsAccountSubscriber> &subscriber) in SubscribeOsAccount() function in OHOS::AccountSA::OsAccount 586 subscribeState = proxy->SubscribeOsAccount(subscribeInfo, osAccountEventListener); in SubscribeOsAccount()
|
/ohos5.0/base/account/os_account/interfaces/innerkits/osaccount/native/include/ |
H A D | os_account_manager.h | 420 static ErrCode SubscribeOsAccount(const std::shared_ptr<OsAccountSubscriber> &subscriber);
|
/ohos5.0/base/useriam/user_auth_framework/services/ipc/src/ |
H A D | template_cache_manager.cpp | 145 ErrCode errCode = AccountSA::OsAccountManager::SubscribeOsAccount(instance); in Subscribe()
|
/ohos5.0/base/account/os_account/frameworks/osaccount/core/include/ |
H A D | ios_account.h | 77 virtual ErrCode SubscribeOsAccount(
|
H A D | os_account.h | 65 ErrCode SubscribeOsAccount(const std::shared_ptr<OsAccountSubscriber> &subscriber);
|
H A D | os_account_proxy.h | 71 ErrCode SubscribeOsAccount(
|
/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/src/event/ |
H A D | mem_mgr_event_center.cpp | 232 ErrCode errCode = AccountSA::OsAccountManager::SubscribeOsAccount(accountObserver_); in RegisterAccountObserver()
|