Searched refs:dhidsVec (Results 1 - 6 of 6) sorted by relevance
/foundation/distributedhardware/distributed_input/inputdevicehandler/test/inputhandlertest/ |
H A D | distributed_input_handler_test.cpp | 47 std::vector<std::string> dhidsVec; in HWTEST_F() local 49 dInputHandler.FindDevicesInfoByDhId(dhidsVec, datas); in HWTEST_F() 60 std::vector<std::string> dhidsVec; in HWTEST_F() local 62 dInputHandler.FindDevicesInfoByDhId(dhidsVec, datas); in HWTEST_F()
|
/foundation/distributedhardware/distributed_input/inputdevicehandler/src/ |
H A D | distributed_input_handler.cpp | 106 std::vector<std::string> dhidsVec, std::map<int32_t, std::string> &datas) in FindDevicesInfoByDhId() 109 inputHub_->GetDevicesInfoByDhId(dhidsVec, datas); in FindDevicesInfoByDhId() 105 FindDevicesInfoByDhId( std::vector<std::string> dhidsVec, std::map<int32_t, std::string> &datas) FindDevicesInfoByDhId() argument
|
/foundation/distributedhardware/distributed_input/inputdevicehandler/include/ |
H A D | distributed_input_handler.h | 52 API_EXPORT void FindDevicesInfoByDhId(std::vector<std::string> dhidsVec, std::map<int32_t, std::string> &datas);
|
/foundation/distributedhardware/distributed_input/services/source/sourcemanager/src/ |
H A D | distributed_input_source_manager.cpp | 1319 std::vector<std::string> dhidsVec; in RunStartDhidCallback() local 1320 SplitStringToVector(dhIds, INPUT_STRING_SPLIT_POINT, dhidsVec); in RunStartDhidCallback() 1322 GetAnonyString(dhIds).c_str(), dhidsVec.size()); in RunStartDhidCallback() 1329 if (iter->sinkId != sinkId || !IsStringDataSame(iter->dhIds, dhidsVec)) { in RunStartDhidCallback() 1341 std::vector<std::string> dhidsVec; in RunStopDhidCallback() local 1342 SplitStringToVector(dhIds, INPUT_STRING_SPLIT_POINT, dhidsVec); in RunStopDhidCallback() 1350 if (iter->sinkId != sinkId || !IsStringDataSame(iter->dhIds, dhidsVec)) { in RunStopDhidCallback() 1362 std::vector<std::string> dhidsVec; in RunRelayStartDhidCallback() local 1363 SplitStringToVector(dhids, INPUT_STRING_SPLIT_POINT, dhidsVec); in RunRelayStartDhidCallback() 1365 dhids.c_str(), dhidsVec in RunRelayStartDhidCallback() 1389 std::vector<std::string> dhidsVec; RunRelayStopDhidCallback() local [all...] |
/foundation/distributedhardware/distributed_input/common/include/ |
H A D | input_hub.h | 92 void GetDevicesInfoByDhId(std::vector<std::string> dhidsVec, std::map<int32_t, std::string> &datas);
|
H A D | input_hub.cpp | 1341 void InputHub::GetDevicesInfoByDhId(std::vector<std::string> dhidsVec, std::map<int32_t, std::string> &datas) in GetDevicesInfoByDhId() argument 1343 for (auto dhId : dhidsVec) { in GetDevicesInfoByDhId()
|
Completed in 7 milliseconds