Home
last modified time | relevance | path

Searched refs:GetAddDeviceList (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/credential/
H A Ddm_credential_manager.h117 int32_t GetAddDeviceList(const nlohmann::json &jsonObject, nlohmann::json &jsonDeviceList);
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/credential/
H A Ddm_credential_manager.cpp384 int32_t DmCredentialManager::GetAddDeviceList(const nlohmann::json &jsonObject, nlohmann::json &jso… in GetAddDeviceList() function in OHOS::DistributedHardware::DmCredentialManager
444 if (GetAddDeviceList(jsonObject, jsonDeviceList) != DM_OK) { in ImportRemoteCredential()