Searched refs:StartDiscovering4MetaType (Results 1 - 3 of 3) sorted by relevance
/foundation/distributedhardware/device_manager/test/commonunittest/ |
H A D | UTTest_discovery_manager.cpp | 198 int32_t ret = manager->StartDiscovering4MetaType(pkgName, dmSubInfo, param); in HWTEST_F() 208 int32_t ret = manager->StartDiscovering4MetaType(pkgName, dmSubInfo, param); in HWTEST_F() 218 int32_t ret = manager->StartDiscovering4MetaType(pkgName, dmSubInfo, param); in HWTEST_F() 228 int32_t ret = manager->StartDiscovering4MetaType(pkgName, dmSubInfo, param); in HWTEST_F()
|
/foundation/distributedhardware/device_manager/services/service/include/discovery/ |
H A D | discovery_manager.h | 79 int32_t StartDiscovering4MetaType(const std::string &pkgName, DmSubscribeInfo &dmSubInfo,
|
/foundation/distributedhardware/device_manager/services/service/src/discovery/ |
H A D | discovery_manager.cpp | 171 StartDiscovering4MetaType(pkgName, dmSubInfo, discoverParam); in StartDiscovering() 253 int32_t DiscoveryManager::StartDiscovering4MetaType(const std::string &pkgName, DmSubscribeInfo &dmSubInfo, in StartDiscovering4MetaType() function in OHOS::DistributedHardware::DiscoveryManager 261 LOGI("StartDiscovering4MetaType for share meta node process."); in StartDiscovering4MetaType() 268 LOGI("StartDiscovering4MetaType for wear meta node process."); in StartDiscovering4MetaType() 275 LOGI("StartDiscovering4MetaType for cast_plus meta node process."); in StartDiscovering4MetaType() 282 LOGE("StartDiscovering4MetaType failed, unsupport meta type : %{public}d.", metaType); in StartDiscovering4MetaType() 290 LOGI("StartDiscovering4MetaType capability = %{public}s,", std::string(dmSubInfo.capability).c_str()); in StartDiscovering4MetaType() 298 LOGE("StartDiscovering4MetaType failed, softbus refresh lnn ret: %{public}d.", ret); in StartDiscovering4MetaType()
|
Completed in 3 milliseconds