Searched refs:devDhIds (Results 1 - 2 of 2) sorted by relevance
/foundation/distributedhardware/distributed_input/services/sink/sinkmanager/src/ |
H A D | distributed_input_sink_manager.cpp | 244 std::vector<std::string> devDhIds; in OnStartRemoteInput() local 245 SplitStringToVector(deviceInfo.second, INPUT_STRING_SPLIT_POINT, devDhIds); in OnStartRemoteInput() 246 DInputSinkState::GetInstance().RecordDhIds(devDhIds, DhIdState::THROUGH_OUT, sessionId); in OnStartRemoteInput() 311 std::vector<std::string> devDhIds; in OnStartRemoteInputDhid() local 312 SplitStringToVector(strDhids, INPUT_STRING_SPLIT_POINT, devDhIds); in OnStartRemoteInputDhid() 313 DInputSinkState::GetInstance().RecordDhIds(devDhIds, DhIdState::THROUGH_OUT, sessionId); in OnStartRemoteInputDhid() 314 AffectDhIds affDhIds = DistributedInputCollector::GetInstance().SetSharingDhIds(true, devDhIds); in OnStartRemoteInputDhid() 385 std::vector<std::string> devDhIds; in OnRelayStartDhidRemoteInput() local 386 SplitStringToVector(strDhids, INPUT_STRING_SPLIT_POINT, devDhIds); in OnRelayStartDhidRemoteInput() 387 DInputSinkState::GetInstance().RecordDhIds(devDhIds, DhIdStat in OnRelayStartDhidRemoteInput() 487 std::vector<std::string> devDhIds; OnRelayStartTypeRemoteInput() local [all...] |
/foundation/distributedhardware/distributed_input/services/source/sourcemanager/src/ |
H A D | dinput_source_listener.cpp | 260 std::vector<std::string> devDhIds; in OnResponseStartRemoteInputDhid() local 261 SplitStringToVector(dhids, INPUT_STRING_SPLIT_POINT, devDhIds); in OnResponseStartRemoteInputDhid()
|
Completed in 3 milliseconds