Home
last modified time | relevance | path

Searched refs:PARAM_KEY_DISC_MEDIUM (Results 1 - 4 of 4) sorted by relevance

/foundation/distributedhardware/device_manager/common/include/
H A Ddm_constants.h220 constexpr const char* PARAM_KEY_DISC_MEDIUM = "DISC_MEDIUM"; member
/foundation/distributedhardware/device_manager/services/service/src/discovery/
H A Ddiscovery_manager.cpp196 if (discoverParam.find(PARAM_KEY_DISC_MEDIUM) != discoverParam.end()) { in ConfigDiscParam()
197 int32_t medium = std::atoi((discoverParam.find(PARAM_KEY_DISC_MEDIUM)->second).c_str()); in ConfigDiscParam()
/foundation/distributedhardware/device_manager/services/service/src/
H A Ddevice_manager_service.cpp425 discParam.insert(std::pair<std::string, std::string>(PARAM_KEY_DISC_MEDIUM, std::to_string(subscribeInfo.medium))); in StartDeviceDiscovery()
/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_device_manager_service.cpp1780 discoverParam[PARAM_KEY_DISC_MEDIUM] = in HWTEST_F()

Completed in 10 milliseconds