Searched refs:DmCredentialManager (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/distributedhardware/device_manager/test/commonunittest/ |
H A D | UTTest_dm_credential_manager.cpp | 80 …std::shared_ptr<DmCredentialManager> Test = std::make_shared<DmCredentialManager>(hiChainConnector… 92 …std::shared_ptr<DmCredentialManager> Test = std::make_shared<DmCredentialManager>(hiChainConnector… 106 …std::shared_ptr<DmCredentialManager> dmCreMgr = std::make_shared<DmCredentialManager>(hiChainConne… 120 …std::shared_ptr<DmCredentialManager> dmCreMgr = std::make_shared<DmCredentialManager>(hiChainConne… 134 …std::shared_ptr<DmCredentialManager> dmCreMgr = std::make_shared<DmCredentialManager>(hiChainConne… 148 …std::shared_ptr<DmCredentialManager> dmCreMgr = std::make_shared<DmCredentialManager>(hiChainConne… 203 …std::shared_ptr<DmCredentialManager> dmCreMgr = std::make_shared<DmCredentialManager>(hiChainConne… 222 …std::shared_ptr<DmCredentialManager> dmCreMgr = std::make_shared<DmCredentialManager>(hiChainConne… 241 …std::shared_ptr<DmCredentialManager> dmCreMgr = std::make_shared<DmCredentialManager>(hiChainConne… 330 …std::shared_ptr<DmCredentialManager> dmCreMgr = std::make_shared<DmCredentialManager>(hiChainConne… [all …]
|
H A D | UTTest_dm_credential_manager.h | 38 std::shared_ptr<DmCredentialManager> dmCreMgr_;
|
H A D | UTTest_hichain_connector.cpp | 676 …hiChainConnector->hiChainResCallback_ = std::make_shared<DmCredentialManager>(hiChainConn, listene… 743 …hiChainConnector->hiChainResCallback_ = std::make_shared<DmCredentialManager>(hiChainConn, listene…
|
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/credential/ |
H A D | dm_credential_manager.cpp | 82 DmCredentialManager::DmCredentialManager(std::shared_ptr<HiChainConnector> hiChainConnector, in DmCredentialManager() function in OHOS::DistributedHardware::DmCredentialManager 89 DmCredentialManager::~DmCredentialManager() in ~DmCredentialManager() 94 int32_t DmCredentialManager::RequestCredential(const std::string &reqJsonStr, std::string &returnJs… in RequestCredential() 156 int32_t DmCredentialManager::ImportRemoteCredentialExt(const std::string &credentialInfo) in ImportRemoteCredentialExt() 166 int32_t DmCredentialManager::ImportLocalCredential(const std::string &credentialInfo) in ImportLocalCredential() 247 void DmCredentialManager::OnGroupResultExt(int32_t action, const std::string &resultInfo) in OnGroupResultExt() 253 void DmCredentialManager::OnGroupResult(int64_t requestId, int32_t action, in OnGroupResult() 263 int32_t DmCredentialManager::RegisterCredentialCallback(const std::string &pkgName) in RegisterCredentialCallback() 277 int32_t DmCredentialManager::UnRegisterCredentialCallback(const std::string &pkgName) in UnRegisterCredentialCallback() 412 int32_t DmCredentialManager::ImportRemoteCredential(const std::string &credentialInfo) in ImportRemoteCredential() [all …]
|
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/credential/ |
H A D | dm_credential_manager.h | 34 class DmCredentialManager final : public IDmGroupResCallback, 35 public std::enable_shared_from_this<DmCredentialManager> { 37 DmCredentialManager(std::shared_ptr<HiChainConnector> hiChainConnector, 39 ~DmCredentialManager();
|
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/ |
H A D | device_manager_service_impl.h | 160 std::shared_ptr<DmCredentialManager> credentialMgr_;
|
H A D | device_manager_service_impl_lite.h | 153 std::shared_ptr<DmCredentialManager> credentialMgr_;
|
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/ |
H A D | device_manager_service_impl_lite.cpp | 57 credentialMgr_ = std::make_shared<DmCredentialManager>(hiChainConnector_, listener); in Initialize()
|
H A D | device_manager_service_impl.cpp | 81 credentialMgr_ = std::make_shared<DmCredentialManager>(hiChainConnector_, listener); in Initialize()
|