Home
last modified time | relevance | path

Searched refs:SINK_DEVICE_ID (Results 1 - 3 of 3) sorted by relevance

/foundation/distributedhardware/distributed_input/common/include/
H A Dconstants_dinput.h149 const std::string SINK_DEVICE_ID = "sinkDevId"; member
/foundation/distributedhardware/distributed_input/services/source/sourcemanager/src/
H A Ddistributed_input_source_manager.cpp1621 if (!IsString(jsonObj, SINK_DEVICE_ID)) { in ParseMessage()
1625 sinkDevId = jsonObj[SINK_DEVICE_ID].get<std::string>(); in ParseMessage()
1722 if (!IsString(jsonObj, SINK_DEVICE_ID)) { in ParseMessage()
1726 sinkDevId = jsonObj[SINK_DEVICE_ID].get<std::string>(); in ParseMessage()
/foundation/distributedhardware/distributed_input/services/source/sourcemanager/test/sourcemanagerunittest/
H A Ddistributed_input_sourcemanager_test.cpp2105 jsonObj[SINK_DEVICE_ID] = 100; in HWTEST_F()
2109 jsonObj[SINK_DEVICE_ID] = "asd4a65sd46as4da6s4d6asdasdafwebrb"; in HWTEST_F()
2132 jsonObj[SINK_DEVICE_ID] = 100; in HWTEST_F()
2136 jsonObj[SINK_DEVICE_ID] = "asd4a65sd46as4da6s4d6asdasdafwebrb"; in HWTEST_F()

Completed in 8 milliseconds