Home
last modified time | relevance | path

Searched refs:tempVector (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_input/interfaces/ipc/src/
H A Ddistributed_input_source_stub.cpp313 std::vector<std::string> tempVector; in HandleStartDhidRemoteInput() local
326 tempVector.push_back(dhid); in HandleStartDhidRemoteInput()
334 int32_t ret = StartRemoteInput(sinkId, tempVector, callback); in HandleStartDhidRemoteInput()
350 std::vector<std::string> tempVector; in HandleStopDhidRemoteInput() local
363 tempVector.push_back(dhid); in HandleStopDhidRemoteInput()
371 int32_t ret = StopRemoteInput(sinkId, tempVector, callback); in HandleStopDhidRemoteInput()
388 std::vector<std::string> tempVector; in HandleStartRelayDhidRemoteInput() local
401 tempVector.push_back(dhid); in HandleStartRelayDhidRemoteInput()
426 std::vector<std::string> tempVector; in HandleStopRelayDhidRemoteInput() local
439 tempVector.push_back(dhid); in HandleStopRelayDhidRemoteInput()
[all …]
/ohos5.0/base/inputmethod/imf/services/adapter/settings_data_provider/include/
H A Denable_ime_data_parser.h100 …ol ParseTempIme(const std::string &valueStr, int32_t userId, std::vector<std::string> &tempVector);
/ohos5.0/base/inputmethod/imf/services/adapter/settings_data_provider/src/
H A Denable_ime_data_parser.cpp284 std::vector<std::string> &tempVector) in ParseTempIme() argument
292 tempVector = tempIme.tempImeList.identities; in ParseTempIme()