Searched refs:strDhids (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/distributedhardware/distributed_input/services/common/include/ |
H A D | dinput_sink_trans_callback.h | 30 virtual void OnStartRemoteInputDhid(const int32_t &sessionId, const std::string &strDhids) = 0; 31 virtual void OnStopRemoteInputDhid(const int32_t &sessionId, const std::string &strDhids) = 0; 38 const std::string &deviceId, const std::string &strDhids) = 0; 40 const std::string &deviceId, const std::string &strDhids) = 0;
|
/ohos5.0/foundation/distributedhardware/distributed_input/services/sink/sinkmanager/include/ |
H A D | distributed_input_sink_manager.h | 74 void OnStartRemoteInputDhid(const int32_t &sessionId, const std::string &strDhids) override; 75 void OnStopRemoteInputDhid(const int32_t &sessionId, const std::string &strDhids) override; 82 const std::string &deviceId, const std::string &strDhids) override; 84 const std::string &deviceId, const std::string &strDhids) override;
|
/ohos5.0/foundation/distributedhardware/distributed_input/services/sink/sinkmanager/src/ |
H A D | distributed_input_sink_manager.cpp | 289 const std::string &strDhids) in OnStartRemoteInputDhid() argument 298 jsonStrSta[DINPUT_SOFTBUS_KEY_VECTOR_DHID] = strDhids; in OnStartRemoteInputDhid() 312 SplitStringToVector(strDhids, INPUT_STRING_SPLIT_POINT, devDhIds); in OnStartRemoteInputDhid() 320 const std::string &strDhids) in OnStopRemoteInputDhid() argument 329 SplitStringToVector(strDhids, INPUT_STRING_SPLIT_POINT, stopOnCmdDhIds); in OnStopRemoteInputDhid() 345 jsonStr[DINPUT_SOFTBUS_KEY_VECTOR_DHID] = strDhids; in OnStopRemoteInputDhid() 363 const int32_t &toSinkSessionId, const std::string &deviceId, const std::string &strDhids) in OnRelayStartDhidRemoteInput() argument 372 jsonStrSta[DINPUT_SOFTBUS_KEY_VECTOR_DHID] = strDhids; in OnRelayStartDhidRemoteInput() 386 SplitStringToVector(strDhids, INPUT_STRING_SPLIT_POINT, devDhIds); in OnRelayStartDhidRemoteInput() 403 SplitStringToVector(strDhids, INPUT_STRING_SPLIT_POINT, stopOnCmdDhIds); in OnRelayStopDhidRemoteInput() [all …]
|