Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/device_manager/services/softbuscache/include/
H A Ddm_softbus_cache.h54 int32_t GetDevInfoFromBus(const std::string &networkId, DmDeviceInfo &devInfo);
/ohos5.0/foundation/distributedhardware/device_manager/services/softbuscache/src/
H A Ddm_softbus_cache.cpp349 int32_t ret = GetDevInfoFromBus(networkId, nodeInfo); in GetDevInfoByNetworkId()
358 int32_t SoftbusCache::GetDevInfoFromBus(const std::string &networkId, DmDeviceInfo &devInfo) in GetDevInfoFromBus() function in OHOS::DistributedHardware::SoftbusCache