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 D | bms_stream_installer_host_test.cpp | 67 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 D | bundle_mgr_service.cpp | 193 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 D | bundle_mgr_service.h | 201 sptr<BundleUserMgrHostImpl> userMgrHost_; member in OHOS::AppExecFwk::BundleMgrService
|
Completed in 3 milliseconds