Home
last modified time | relevance | path

Searched defs:pl_data (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/examples/hello_world/
Dhello_world_client.hpp96 std::vector<vsomeip::byte_t> pl_data(std::begin(str), std::end(str)); in on_availability_cbk() local
Dhello_world_service.hpp120 std::vector<vsomeip::byte_t> pl_data(str.begin(), str.end()); in on_message_cbk() local
/aosp_15_r20/external/curl/lib/
H A Dftplistparser.c234 CURLcode Curl_ftp_parselist_geterror(struct ftp_parselist_data *pl_data) in Curl_ftp_parselist_geterror()