Home
last modified time | relevance | path

Searched refs:userMgrHost_ (Results 1 - 3 of 3) sorted by relevance

/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_stream_installer_host_test/
H A Dbms_stream_installer_host_test.cpp67 sptr<BundleUserMgrHostMock> userMgrHost_ = nullptr; member in OHOS::AppExecFwk::BmsStreamInstallerHostTest
77 userMgrHost_ = new (std::nothrow) BundleUserMgrHostMock(); in SetUp()
226 auto result = userMgrHost_->OnRemoteRequest(code, data, reply, option); in HWTEST_F()
244 auto result = userMgrHost_->OnRemoteRequest(code, data, reply, option); in HWTEST_F()
263 EXPECT_CALL(*userMgrHost_, CreateNewUser(_, _)).Times(1); in HWTEST_F()
264 auto result = userMgrHost_->OnRemoteRequest(code, data, reply, option); in HWTEST_F()
283 EXPECT_CALL(*userMgrHost_, RemoveUser(_)).Times(1); in HWTEST_F()
284 auto result = userMgrHost_->OnRemoteRequest(code, data, reply, option); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_service.cpp193 if (userMgrHost_ == nullptr) { in InitBundleUserMgr()
194 userMgrHost_ = new (std::nothrow) BundleUserMgrHostImpl(); in InitBundleUserMgr()
197 return userMgrHost_ != nullptr; in InitBundleUserMgr()
399 return userMgrHost_; in GetBundleUserMgr()
478 userMgrHost_->RemoveUser(userId); in CheckAllUser()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_mgr_service.h201 sptr<BundleUserMgrHostImpl> userMgrHost_; member in OHOS::AppExecFwk::BundleMgrService

Completed in 3 milliseconds