Searched defs:serialized (Results 1 – 5 of 5) sorted by relevance
/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
|
/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
|
/device/google/cuttlefish/host/commands/assemble_cvd/unittest/ |
D | utils_tests.cpp | 35 std::string serialized = std::string(output.begin(), output.end()); in TEST() local
|
/device/google/cuttlefish/host/commands/secure_env/ |
D | json_serializable.cpp | 48 auto serialized = Json::writeString(factory, json_); in SerializedSize() local 54 auto serialized = Json::writeString(factory, json_); in Serialize() local
|
/device/google/cuttlefish/host/commands/assemble_cvd/ |
D | flags.cc | 819 std::string serialized = std::string(output.begin(), output.end()); in ParseBinProtoFlagHelper() local
|