Home
last modified time | relevance | path

Searched refs:authMgr_ (Results 1 - 5 of 5) sorted by relevance

/foundation/distributedhardware/device_manager/services/implementation/src/
H A Ddevice_manager_service_impl.cpp74 if (authMgr_ == nullptr) { in Initialize()
75 authMgr_ = std::make_shared<DmAuthManager>(softbusConnector_, hiChainConnector_, listener, in Initialize()
77 softbusConnector_->GetSoftbusSession()->RegisterSessionCallback(authMgr_); in Initialize()
78 hiChainConnector_->RegisterHiChainCallback(authMgr_); in Initialize()
79 hiChainAuthConnector_->RegisterHiChainAuthCallback(authMgr_); in Initialize()
97 authMgr_ = nullptr; in Release()
161 return authMgr_->UnAuthenticateDevice(pkgName, udid, bindLevel); in UnAuthenticateDevice()
170 return authMgr_->StopAuthenticateDevice(pkgName); in StopAuthenticateDevice()
181 return authMgr_->UnBindDevice(pkgName, udid, bindLevel); in UnBindDevice()
192 if (authMgr_ ! in SetUserOperation()
[all...]
/foundation/distributedhardware/device_manager/services/implementation/include/authentication/
H A Dauth_message_processor.h114 std::weak_ptr<DmAuthManager> authMgr_; member in OHOS::DistributedHardware::AuthMessageProcessor
/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_device_manager_service_impl.cpp91 deviceManagerServiceImpl_->authMgr_ = nullptr; in HWTEST_F()
608 deviceManagerServiceImpl_->authMgr_ = nullptr; in HWTEST_F()
639 deviceManagerServiceImpl_->authMgr_ = nullptr; in HWTEST_F()
725 deviceManagerServiceImpl_->authMgr_ = nullptr; in HWTEST_F()
742 EXPECT_NE(deviceManagerServiceImpl_->authMgr_, nullptr); in HWTEST_F()
759 EXPECT_NE(deviceManagerServiceImpl_->authMgr_, nullptr); in HWTEST_F()
774 EXPECT_NE(deviceManagerServiceImpl_->authMgr_, nullptr); in HWTEST_F()
791 EXPECT_NE(deviceManagerServiceImpl_->authMgr_, nullptr); in HWTEST_F()
1361 EXPECT_NE(deviceManagerServiceImpl_->authMgr_, nullptr); in HWTEST_F()
1372 EXPECT_NE(deviceManagerServiceImpl_->authMgr_, nullpt in HWTEST_F()
[all...]
/foundation/distributedhardware/device_manager/services/implementation/include/
H A Ddevice_manager_service_impl.h153 std::shared_ptr<DmAuthManager> authMgr_; member in OHOS::DistributedHardware::DeviceManagerServiceImpl
/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Dauth_message_processor.cpp33 AuthMessageProcessor::AuthMessageProcessor(std::shared_ptr<DmAuthManager> authMgr) : authMgr_(authMgr) in AuthMessageProcessor()
40 authMgr_.reset(); in ~AuthMessageProcessor()

Completed in 6 milliseconds