Home
last modified time | relevance | path

Searched refs:DINPUT_SOFTBUS_KEY_SINK_DEV_ID (Results 1 - 5 of 5) sorted by relevance

/foundation/distributedhardware/distributed_input/services/source/transport/src/
H A Ddistributed_input_source_transport.cpp406 jsonStr[DINPUT_SOFTBUS_KEY_SINK_DEV_ID] = sinkId; in NotifyOriginPrepareResult()
427 jsonStr[DINPUT_SOFTBUS_KEY_SINK_DEV_ID] = sinkId; in NotifyOriginUnprepareResult()
449 jsonStr[DINPUT_SOFTBUS_KEY_SINK_DEV_ID] = sinkId; in NotifyOriginStartDhidResult()
472 jsonStr[DINPUT_SOFTBUS_KEY_SINK_DEV_ID] = sinkId; in NotifyOriginStopDhidResult()
495 jsonStr[DINPUT_SOFTBUS_KEY_SINK_DEV_ID] = sinkId; in NotifyOriginStartTypeResult()
518 jsonStr[DINPUT_SOFTBUS_KEY_SINK_DEV_ID] = sinkId; in NotifyOriginStopTypeResult()
1141 !IsString(recMsg, DINPUT_SOFTBUS_KEY_SINK_DEV_ID) || in ReceiveRelayPrepareResult()
1148 std::string sinkId = recMsg[DINPUT_SOFTBUS_KEY_SINK_DEV_ID]; in ReceiveRelayPrepareResult()
1157 !IsString(recMsg, DINPUT_SOFTBUS_KEY_SINK_DEV_ID) || in ReceiveRelayUnprepareResult()
1164 std::string sinkId = recMsg[DINPUT_SOFTBUS_KEY_SINK_DEV_ID]; in ReceiveRelayUnprepareResult()
[all...]
/foundation/distributedhardware/distributed_input/services/common/include/
H A Ddinput_softbus_define.h61 #define DINPUT_SOFTBUS_KEY_SINK_DEV_ID "dinput_softbus_key_sink_dev_id" macro
/foundation/distributedhardware/distributed_input/utils/src/
H A Ddinput_utils_tool.cpp137 if (IsString(jsonObj, DINPUT_SOFTBUS_KEY_SINK_DEV_ID)) { in SetAnonyId()
138 jsonObj[DINPUT_SOFTBUS_KEY_SINK_DEV_ID] = GetAnonyString(jsonObj[DINPUT_SOFTBUS_KEY_SINK_DEV_ID]); in SetAnonyId()
/foundation/distributedhardware/distributed_input/services/source/transport/test/sourcetransunittest/
H A Ddistributed_input_sourcetrans_test.cpp747 recMsg[DINPUT_SOFTBUS_KEY_SINK_DEV_ID] = 100; in HWTEST_F()
752 recMsg[DINPUT_SOFTBUS_KEY_SINK_DEV_ID] = "sink_devid_test"; in HWTEST_F()
764 recMsg[DINPUT_SOFTBUS_KEY_SINK_DEV_ID] = 100; in HWTEST_F()
769 recMsg[DINPUT_SOFTBUS_KEY_SINK_DEV_ID] = "sink_devid_test"; in HWTEST_F()
864 recMsg[DINPUT_SOFTBUS_KEY_SINK_DEV_ID] = 200; in HWTEST_F()
870 recMsg[DINPUT_SOFTBUS_KEY_SINK_DEV_ID] = "sink_devId_test"; in HWTEST_F()
884 recMsg[DINPUT_SOFTBUS_KEY_SINK_DEV_ID] = 200; in HWTEST_F()
890 recMsg[DINPUT_SOFTBUS_KEY_SINK_DEV_ID] = "sink_devId_test"; in HWTEST_F()
/foundation/distributedhardware/distributed_input/utils/test/unittest/
H A Ddinput_context_test.cpp230 jsonObj[DINPUT_SOFTBUS_KEY_SINK_DEV_ID] = sinkDevId; in HWTEST_F()

Completed in 8 milliseconds