Home
last modified time | relevance | path

Searched refs:ICryptoAdapter (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/adapter/
H A Dcrypto_adapter.h20 class ICryptoAdapter {
22 virtual ~ICryptoAdapter() = default;
31 using CreateICryptoAdapterFuncPtr = ICryptoAdapter *(*)(void);
H A Ddm_adapter_manager.h35 std::shared_ptr<ICryptoAdapter> GetCryptoAdapter(const std::string &soName);
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/config/
H A Ddm_config_manager.h73 std::shared_ptr<ICryptoAdapter> GetCryptoAdapter(const std::string &soName);
94 std::map<std::string, std::shared_ptr<ICryptoAdapter>> cryptoAdapterPtr_;
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/authentication/
H A Dauth_message_processor.h79 class ICryptoAdapter; variable
117 std::shared_ptr<ICryptoAdapter> cryptoAdapter_;
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/adapter/lite/
H A Ddm_adapter_manager.cpp29 std::shared_ptr<ICryptoAdapter> DmAdapterManager::GetCryptoAdapter(const std::string &soName) in GetCryptoAdapter()
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/adapter/standard/
H A Ddm_adapter_manager.cpp30 std::shared_ptr<ICryptoAdapter> DmAdapterManager::GetCryptoAdapter(const std::string &soName) in GetCryptoAdapter()
/ohos5.0/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_dm_adapter_manager.cpp53 std::shared_ptr<ICryptoAdapter> iCryptoAdapter = dmAdapterManager->GetCryptoAdapter(soName);
H A DUTTest_auth_message_processor.cpp31 class CryptoAdapterTest : public ICryptoAdapter {
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/config/
H A Ddm_config_manager.cpp168 std::shared_ptr<ICryptoAdapter> DmConfigManager::GetCryptoAdapter(const std::string &soName) in GetCryptoAdapter()
206 std::shared_ptr<ICryptoAdapter> iCryptoAdapter(func()); in GetCryptoAdapter()