Searched refs:SetAnonyId (Results 1 - 8 of 8) sorted by relevance
/foundation/distributedhardware/distributed_input/services/source/transport/src/ |
H A D | distributed_input_source_transport.cpp | 158 "ret:%{public}d.", GetAnonyString(deviceId).c_str(), sessionId, SetAnonyId(smsg).c_str(), ret); in PrepareRemoteInput() 162 GetAnonyString(deviceId).c_str(), sessionId, SetAnonyId(smsg).c_str()); in PrepareRemoteInput() 183 "ret:%{public}d.", GetAnonyString(deviceId).c_str(), sessionId, SetAnonyId(smsg).c_str(), ret); in UnprepareRemoteInput() 187 GetAnonyString(deviceId).c_str(), sessionId, SetAnonyId(smsg).c_str()); in UnprepareRemoteInput() 209 GetAnonyString(deviceId).c_str(), SetAnonyId(smsg).c_str(), ret); in PrepareRemoteInput() 213 GetAnonyString(deviceId).c_str(), SetAnonyId(smsg).c_str()); in PrepareRemoteInput() 233 GetAnonyString(deviceId).c_str(), SetAnonyId(smsg).c_str(), ret); in UnprepareRemoteInput() 237 GetAnonyString(deviceId).c_str(), SetAnonyId(smsg).c_str()); in UnprepareRemoteInput() 260 GetAnonyString(deviceId).c_str(), SetAnonyId(smsg).c_str(), ret); in StartRemoteInputDhids() 264 SetAnonyId(sms in StartRemoteInputDhids() [all...] |
/foundation/distributedhardware/distributed_input/services/sink/transport/src/ |
H A D | distributed_input_sink_transport.cpp | 136 DHLOGI("RespPrepareRemoteInput sessionId: %{public}d, smsg:%{public}s.", sessionId, SetAnonyId(smsg).c_str()); in RespPrepareRemoteInput() 152 DHLOGI("RespUnprepareRemoteInput sessionId: %{public}d, smsg:%{public}s.", sessionId, SetAnonyId(smsg).c_str()); in RespUnprepareRemoteInput() 168 DHLOGI("RespStartRemoteInput sessionId: %{public}d, smsg:%{public}s.", sessionId, SetAnonyId(smsg).c_str()); in RespStartRemoteInput() 184 DHLOGI("RespStopRemoteInput sessionId: %{public}d, smsg:%{public}s.", sessionId, SetAnonyId(smsg).c_str()); in RespStopRemoteInput() 610 DHLOGE("OnBytesReceived the callback_ is null, the message:%{public}s abort.", SetAnonyId(message).c_str()); in HandleData()
|
/foundation/distributedhardware/distributed_input/utils/include/ |
H A D | dinput_utils_tool.h | 40 std::string SetAnonyId(const std::string &message);
|
/foundation/distributedhardware/distributed_input/utils/test/unittest/ |
H A D | dinput_context_test.cpp | 214 std::string ret = SetAnonyId(message); in HWTEST_F() 231 std::string ret = SetAnonyId(jsonObj.dump()); in HWTEST_F()
|
/foundation/distributedhardware/distributed_input/services/source/inputinject/src/ |
H A D | distributed_input_inject.cpp | 53 GetAnonyString(devId).c_str(), GetAnonyString(dhId).c_str(), SetAnonyId(parameters).c_str()); in RegisterDistributedHardware()
|
/foundation/distributedhardware/distributed_input/utils/src/ |
H A D | dinput_utils_tool.cpp | 104 std::string SetAnonyId(const std::string &message) in SetAnonyId() function
|
/foundation/distributedhardware/distributed_input/interfaces/ipc/src/ |
H A D | distributed_input_client.cpp | 332 GetAnonyString(devId).c_str(), GetAnonyString(dhId).c_str(), SetAnonyId(parameters).c_str()); in RegisterDistributedHardware()
|
/foundation/distributedhardware/distributed_input/services/source/sourcemanager/src/ |
H A D | distributed_input_source_manager.cpp | 273 GetAnonyString(devId).c_str(), GetAnonyString(dhId).c_str(), SetAnonyId(parameters).c_str()); in RegisterDistributedHardware()
|
Completed in 11 milliseconds