Searched refs:serialized (Results 1 – 9 of 9) sorted by relevance
/device/google/cuttlefish/host/commands/secure_env/ |
D | json_serializable.cpp | 48 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/ |
D | update_security_algorithm_command_builder_test.cc | 21 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/ |
D | cellular_identifier_disclosure_command_builder_test.cc | 21 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/ |
D | sap-api.proto | 10 // 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/ |
D | ChangeLog | 40 a re-serialized object more exactly matches the input.
|
/device/google/redbull/json-c/ |
D | ChangeLog | 40 a re-serialized object more exactly matches the input.
|
/device/google/sunfish/json-c/ |
D | ChangeLog | 40 a re-serialized object more exactly matches the input.
|
/device/google/cuttlefish/host/commands/assemble_cvd/ |
D | flags.cc | 714 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/ |
D | perfetto_trace.proto | 341 // TracePackets, but the embedded data will be JSON instead of serialized 8990 // their extension proto descriptor is serialized in this packet. This
|