Searched refs:pp (Results 1 - 7 of 7) sorted by relevance
/developtools/hdc/hdc_rust/src/cffi/ |
H A D | serial_struct.cpp | 52 BaseStruct::PayloadProtect pp = { in SerializePayloadProtect() local 58 string serialized = Hdc::SerialStruct::SerializeToString(pp); in SerializePayloadProtect() 168 BaseStruct::PayloadProtect pp = {}; in ParsePayloadProtect() local 169 if (!SerialStruct::ParseFromString(pp, string(buf.ptr, buf.size))) { in ParsePayloadProtect() 173 .channelId = pp.channelId, in ParsePayloadProtect() 174 .commandFlag = pp.commandFlag, in ParsePayloadProtect() 175 .checkSum = pp.checkSum, in ParsePayloadProtect() 176 .vCode = pp.vCode in ParsePayloadProtect()
|
/developtools/hdc/src/register/ |
H A D | hdc_jdwp.cpp | 111 std::string pp = pkgName; in Send2Jdwp() local 113 pp += "/" + processName; in Send2Jdwp() 115 uint32_t ppSize = pp.size() + sizeof(JsMsgHeader); in Send2Jdwp() 131 "Send2Jdwp send pid:%{public}d, pp:%{public}s, isDebug:%{public}d, msglen:%{public}d", in Send2Jdwp() 132 jsMsg->pid, pp.c_str(), isDebug, jsMsg->msgLen); in Send2Jdwp() 134 if (memcpy_s(info + sizeof(JsMsgHeader), pp.size(), &pp[0], pp.size()) != EOK) { in Send2Jdwp() 135 HILOG_FATAL(LOG_CORE, "Send2Jdwp memcpy_s fail :%{public}s.", pp.c_str()); in Send2Jdwp()
|
/developtools/profiler/device/services/ipc/include/ |
H A D | socket_context.h | 88 static void* UnixSocketRecv(void* pp, void (*callback)() = nullptr);
|
/developtools/profiler/device/services/ipc/src/ |
H A D | socket_context.cpp | 99 void* SocketContext::UnixSocketRecv(void* pp, void (*callback)()) in UnixSocketRecv() argument 105 SocketContext* pssr = (SocketContext*)pp; in UnixSocketRecv()
|
/developtools/integration_verification/tools/startup_guard/config_parser_mgr/cfg/ |
H A D | config_parser.py | 399 pp = pprint.PrettyPrinter(indent=0, compact=True) 400 pp.pprint(self._jobs)
|
/developtools/hdc/hdc_rust/src/common/ |
H A D | hdcfile.rs | 329 if let Some(pp) = parent_path { in get_base_path() 330 pp.display().to_string() in get_base_path()
|
/developtools/profiler/hiebpf/include/ |
H A D | vmlinux.h | 1982 struct page_pool *pp; member 94532 struct pcie_port pp; global() member 106727 struct chan_param_mem_planar pp; global() member [all...] |
Completed in 439 milliseconds