Home
last modified time | relevance | path

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

/foundation/distributedhardware/distributed_input/services/sink/sinkmanager/src/
H A Ddistributed_input_sink_manager.cpp222 nlohmann::json jsonStrSta; in OnStartRemoteInput() local
223 jsonStrSta[DINPUT_SOFTBUS_KEY_CMD_TYPE] = TRANS_SINK_MSG_ONSTART; in OnStartRemoteInput()
224 jsonStrSta[DINPUT_SOFTBUS_KEY_INPUT_TYPE] = inputTypes; in OnStartRemoteInput()
225 jsonStrSta[DINPUT_SOFTBUS_KEY_RESP_VALUE] = result; in OnStartRemoteInput()
226 std::string smsg = jsonStrSta.dump(); in OnStartRemoteInput()
296 nlohmann::json jsonStrSta; in OnStartRemoteInputDhid() local
297 jsonStrSta[DINPUT_SOFTBUS_KEY_CMD_TYPE] = TRANS_SINK_MSG_DHID_ONSTART; in OnStartRemoteInputDhid()
298 jsonStrSta[DINPUT_SOFTBUS_KEY_VECTOR_DHID] = strDhids; in OnStartRemoteInputDhid()
299 jsonStrSta[DINPUT_SOFTBUS_KEY_RESP_VALUE] = result; in OnStartRemoteInputDhid()
300 std::string smsg = jsonStrSta in OnStartRemoteInputDhid()
369 nlohmann::json jsonStrSta; OnRelayStartDhidRemoteInput() local
453 nlohmann::json jsonStrSta; OnRelayStartTypeRemoteInput() local
[all...]

Completed in 2 milliseconds