Home
last modified time | relevance | path

Searched refs:DINPUT_SOFTBUS_KEY_DEVICE_ID (Results 1 - 7 of 7) sorted by relevance

/foundation/distributedhardware/distributed_input/services/sink/transport/src/
H A Ddistributed_input_sink_transport.cpp337 if (!IsString(recMsg, DINPUT_SOFTBUS_KEY_DEVICE_ID)) { in NotifyPrepareRemoteInput()
341 std::string deviceId = recMsg[DINPUT_SOFTBUS_KEY_DEVICE_ID]; in NotifyPrepareRemoteInput()
353 if (!IsString(recMsg, DINPUT_SOFTBUS_KEY_DEVICE_ID)) { in NotifyUnprepareRemoteInput()
357 std::string deviceId = recMsg[DINPUT_SOFTBUS_KEY_DEVICE_ID]; in NotifyUnprepareRemoteInput()
369 if (!IsString(recMsg, DINPUT_SOFTBUS_KEY_DEVICE_ID) || in NotifyStartRemoteInput()
374 std::string deviceId = recMsg[DINPUT_SOFTBUS_KEY_DEVICE_ID]; in NotifyStartRemoteInput()
387 if (!IsString(recMsg, DINPUT_SOFTBUS_KEY_DEVICE_ID) || in NotifyStopRemoteInput()
392 std::string deviceId = recMsg[DINPUT_SOFTBUS_KEY_DEVICE_ID]; in NotifyStopRemoteInput()
405 if (!IsString(recMsg, DINPUT_SOFTBUS_KEY_DEVICE_ID)) { in NotifyLatency()
419 if (!IsString(recMsg, DINPUT_SOFTBUS_KEY_DEVICE_ID) || in NotifyStartRemoteInputDhid()
[all...]
/foundation/distributedhardware/distributed_input/services/sink/transport/test/sinktransunittest/
H A Ddistributed_input_sinktrans_test.cpp75 jsonStr1_[DINPUT_SOFTBUS_KEY_DEVICE_ID] = INT_DEVID; in HWTEST_F()
80 jsonStr8_[DINPUT_SOFTBUS_KEY_DEVICE_ID] = INT_DEVID;; in HWTEST_F()
84 jsonStr8_[DINPUT_SOFTBUS_KEY_DEVICE_ID] = DEVID; in HWTEST_F()
124 jsonStr2_[DINPUT_SOFTBUS_KEY_DEVICE_ID] = INT_DEVID; in HWTEST_F()
127 jsonStr2_[DINPUT_SOFTBUS_KEY_DEVICE_ID] = DEVID; in HWTEST_F()
132 jsonStr9_[DINPUT_SOFTBUS_KEY_DEVICE_ID] = INT_DEVID; in HWTEST_F()
137 jsonStr9_[DINPUT_SOFTBUS_KEY_DEVICE_ID] = DEVID; in HWTEST_F()
180 jsonStr11_[DINPUT_SOFTBUS_KEY_DEVICE_ID] = INT_DEVID; in HWTEST_F()
187 jsonStr11_[DINPUT_SOFTBUS_KEY_DEVICE_ID] = DEVID; in HWTEST_F()
196 jsonStr10_[DINPUT_SOFTBUS_KEY_DEVICE_ID] in HWTEST_F()
[all...]
/foundation/distributedhardware/distributed_input/services/source/transport/src/
H A Ddistributed_input_source_transport.cpp152 jsonStr[DINPUT_SOFTBUS_KEY_DEVICE_ID] = deviceId; in PrepareRemoteInput()
177 jsonStr[DINPUT_SOFTBUS_KEY_DEVICE_ID] = deviceId; in UnprepareRemoteInput()
203 jsonStr[DINPUT_SOFTBUS_KEY_DEVICE_ID] = deviceId; in PrepareRemoteInput()
227 jsonStr[DINPUT_SOFTBUS_KEY_DEVICE_ID] = deviceId; in UnprepareRemoteInput()
253 jsonStr[DINPUT_SOFTBUS_KEY_DEVICE_ID] = deviceId; in StartRemoteInputDhids()
282 jsonStr[DINPUT_SOFTBUS_KEY_DEVICE_ID] = deviceId; in StopRemoteInputDhids()
309 jsonStr[DINPUT_SOFTBUS_KEY_DEVICE_ID] = deviceId; in StartRemoteInputType()
336 jsonStr[DINPUT_SOFTBUS_KEY_DEVICE_ID] = deviceId; in StopRemoteInputType()
362 jsonStr[DINPUT_SOFTBUS_KEY_DEVICE_ID] = sinkId; in SendRelayPrepareRequest()
386 jsonStr[DINPUT_SOFTBUS_KEY_DEVICE_ID] in SendRelayUnprepareRequest()
[all...]
/foundation/distributedhardware/distributed_input/services/common/include/
H A Ddinput_softbus_define.h49 #define DINPUT_SOFTBUS_KEY_DEVICE_ID "dinput_softbus_key_device_id" macro
/foundation/distributedhardware/distributed_input/utils/src/
H A Ddinput_utils_tool.cpp111 if (IsString(jsonObj, DINPUT_SOFTBUS_KEY_DEVICE_ID)) { in SetAnonyId()
112 jsonObj[DINPUT_SOFTBUS_KEY_DEVICE_ID] = GetAnonyString(jsonObj[DINPUT_SOFTBUS_KEY_DEVICE_ID]); in SetAnonyId()
/foundation/distributedhardware/distributed_input/services/source/transport/test/sourcetransunittest/
H A Ddistributed_input_sourcetrans_test.cpp691 recMsg[DINPUT_SOFTBUS_KEY_DEVICE_ID] = devId; in HWTEST_F()
695 recMsg[DINPUT_SOFTBUS_KEY_DEVICE_ID] = deviceId; in HWTEST_F()
782 recMsg[DINPUT_SOFTBUS_KEY_DEVICE_ID] = 100; in HWTEST_F()
785 recMsg[DINPUT_SOFTBUS_KEY_DEVICE_ID] = deviceId; in HWTEST_F()
801 recMsg[DINPUT_SOFTBUS_KEY_DEVICE_ID] = 100; in HWTEST_F()
804 recMsg[DINPUT_SOFTBUS_KEY_DEVICE_ID] = deviceId; in HWTEST_F()
904 recMsg[DINPUT_SOFTBUS_KEY_DEVICE_ID] = 1; in HWTEST_F()
907 recMsg[DINPUT_SOFTBUS_KEY_DEVICE_ID] = deviceId; in HWTEST_F()
923 recMsg[DINPUT_SOFTBUS_KEY_DEVICE_ID] = 1; in HWTEST_F()
926 recMsg[DINPUT_SOFTBUS_KEY_DEVICE_ID] in HWTEST_F()
[all...]
/foundation/distributedhardware/distributed_input/utils/test/unittest/
H A Ddinput_context_test.cpp226 jsonObj[DINPUT_SOFTBUS_KEY_DEVICE_ID] = deviceId; in HWTEST_F()

Completed in 8 milliseconds