Home
last modified time | relevance | path

Searched refs:GetCryptoAdapter (Results 1 - 8 of 8) sorted by relevance

/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() function in OHOS::DistributedHardware::DmAdapterManager
33 return dmConfigManager.GetCryptoAdapter(soName); in GetCryptoAdapter()
/foundation/distributedhardware/device_manager/services/implementation/include/adapter/
H A Ddm_adapter_manager.h31 * @tc.name: DmAdapterManager::GetCryptoAdapter
35 std::shared_ptr<ICryptoAdapter> GetCryptoAdapter(const std::string &soName);
/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() function in OHOS::DistributedHardware::DmAdapterManager
/foundation/distributedhardware/device_manager/test/servicesfuzztest/dmadaptermanager_fuzzer/
H A Ddm_adapter_manager_fuzzer.cpp29 DmAdapterManager::GetInstance().GetCryptoAdapter(soName); in DmAdapterManagerFuzzTest()
/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_dm_adapter_manager.cpp53 std::shared_ptr<ICryptoAdapter> iCryptoAdapter = dmAdapterManager->GetCryptoAdapter(soName); in HWTEST_F()
/foundation/distributedhardware/device_manager/services/implementation/include/config/
H A Ddm_config_manager.h73 std::shared_ptr<ICryptoAdapter> GetCryptoAdapter(const std::string &soName);
/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_dm_distributed_hardware_load.cpp85 auto ret = DmAdapterManager::GetInstance().GetCryptoAdapter(soName); in HWTEST_F()
/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() function in OHOS::DistributedHardware::DmConfigManager

Completed in 3 milliseconds