Searched refs:RemoveUser (Results 1 – 8 of 8) sorted by relevance
38 void RemoveUser(int32_t userId) override;
44 ErrCode RemoveUser(int32_t userId);
43 void BundleUserManagerAdapterProxy::RemoveUser(int32_t userId) in RemoveUser() function in OHOS::AccountSA::BundleUserManagerAdapterProxy
153 ErrCode BundleManagerAdapter::RemoveUser(int32_t userId) in RemoveUser() function in OHOS::AccountSA::BundleManagerAdapter173 bundleUserMgrProxy->RemoveUser(userId); in RemoveUser()
52 void RemoveUser(const EventFwk::CommonEventData &data);
150 EventManagerFunc_[CommonEventSupport::COMMON_EVENT_USER_REMOVED] = &EventSubscriber::RemoveUser; in EventSubscriber()179 void ImCommonEventManager::EventSubscriber::RemoveUser(const CommonEventData &data) in RemoveUser() function in OHOS::MiscServices::ImCommonEventManager::EventSubscriber
121 return BundleManagerAdapter::GetInstance()->RemoveUser(osAccountInfo.GetLocalId()); in SendToBMSAccountDelete()325 int err = proxy->RemoveUser(osAccountInfo.GetLocalId(), in SendToStorageAccountRemove()
65 int32_t RemoveUser(int32_t userId, uint32_t flags) in RemoveUser() function in OHOS::AccountTest::MockStorageMgrProxy