Searched refs:tempVector (Results 1 – 3 of 3) sorted by relevance
313 std::vector<std::string> tempVector; in HandleStartDhidRemoteInput() local326 tempVector.push_back(dhid); in HandleStartDhidRemoteInput()334 int32_t ret = StartRemoteInput(sinkId, tempVector, callback); in HandleStartDhidRemoteInput()350 std::vector<std::string> tempVector; in HandleStopDhidRemoteInput() local363 tempVector.push_back(dhid); in HandleStopDhidRemoteInput()371 int32_t ret = StopRemoteInput(sinkId, tempVector, callback); in HandleStopDhidRemoteInput()388 std::vector<std::string> tempVector; in HandleStartRelayDhidRemoteInput() local401 tempVector.push_back(dhid); in HandleStartRelayDhidRemoteInput()426 std::vector<std::string> tempVector; in HandleStopRelayDhidRemoteInput() local439 tempVector.push_back(dhid); in HandleStopRelayDhidRemoteInput()[all …]
100 …ol ParseTempIme(const std::string &valueStr, int32_t userId, std::vector<std::string> &tempVector);
284 std::vector<std::string> &tempVector) in ParseTempIme() argument292 tempVector = tempIme.tempImeList.identities; in ParseTempIme()