Home
last modified time | relevance | path

Searched refs:serialized (Results 1 – 9 of 9) sorted by relevance

/device/google/cuttlefish/host/commands/secure_env/
Djson_serializable.cpp48 auto serialized = Json::writeString(factory, json_); in SerializedSize() local
49 return serialized.size() + sizeof(uint32_t); in SerializedSize()
54 auto serialized = Json::writeString(factory, json_); in Serialize() local
55 if (end - buf < serialized.size() + sizeof(uint32_t)) { in Serialize()
60 buf, end, serialized.data(), serialized.size()); in Serialize()
/device/google/cuttlefish/host/commands/cvd_update_security_algorithm/unittest/
Dupdate_security_algorithm_command_builder_test.cc21 std::string serialized = cuttlefish::GetATCommand(1, 2, 3, false); in TEST() local
22 ASSERT_EQ("AT+UPDATESECURITYALGORITHM:1,2,3,0\r", serialized); in TEST()
/device/google/cuttlefish/host/commands/cvd_send_id_disclosure/unittest/
Dcellular_identifier_disclosure_command_builder_test.cc21 std::string serialized = cuttlefish::GetATCommand("001001", 2, 3, false); in TEST() local
22 ASSERT_EQ("AT+REMOTEIDDISCLOSURE:\"001001\",2,3,0\r", serialized); in TEST()
/device/generic/goldfish/radio/librilutils/proto/
Dsap-api.proto10 // the serialized format of MsgHeader.
11 // MsgHeader payload field will contain the serialized format of
15 // will contain the serialized wire format of a
/device/google/coral/json-c/
DChangeLog40 a re-serialized object more exactly matches the input.
/device/google/redbull/json-c/
DChangeLog40 a re-serialized object more exactly matches the input.
/device/google/sunfish/json-c/
DChangeLog40 a re-serialized object more exactly matches the input.
/device/google/cuttlefish/host/commands/assemble_cvd/
Dflags.cc714 std::string serialized = std::string(output.begin(), output.end()); in ParseBinProtoFlagHelper() local
716 CF_EXPECT(proto_result.ParseFromString(serialized), in ParseBinProtoFlagHelper()
/device/google/trout/tools/tracing/proto/
Dperfetto_trace.proto341 // TracePackets, but the embedded data will be JSON instead of serialized
8990 // their extension proto descriptor is serialized in this packet. This