Home
last modified time | relevance | path

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

/developtools/profiler/device/services/ipc/src/
H A Dunix_socket_client.cpp54 struct RawPointToService rrs; in Connect() local
55 if (strncpy_s(rrs.serviceName_, sizeof(rrs.serviceName_), in Connect()
59 rrs.serviceName_[serviceBase_->serviceName_.size()] = 0; in Connect()
61 SendRaw(RAW_PROTOCOL_POINTTO_SERVICE, reinterpret_cast<int8_t*>(&rrs), sizeof(struct RawPointToService), sock), in Connect()

Completed in 1 milliseconds