Searched refs:reply_proto (Results 1 – 2 of 2) sorted by relevance
64 CreateGoogleAttestedKeyReply reply_proto; in TEST_F() local65 reply_proto.set_status(STATUS_SUCCESS); in TEST_F()66 reply_proto.set_certificate_chain("certificate"); in TEST_F()67 reply_proto.set_server_error("server_error"); in TEST_F()68 writer.AppendProtoAsArrayOfBytes(reply_proto); in TEST_F()106 GetKeyInfoReply reply_proto; in TEST_F() local107 reply_proto.set_status(STATUS_SUCCESS); in TEST_F()108 reply_proto.set_key_type(KEY_TYPE_ECC); in TEST_F()109 reply_proto.set_key_usage(KEY_USAGE_SIGN); in TEST_F()110 reply_proto.set_public_key("public_key"); in TEST_F()[all …]
209 power_manager::RegisterSuspendDelayReply reply_proto; in RegisterSuspendDelayInternal() local210 if (!DeserializeProtocolBuffer(serialized_reply, &reply_proto)) { in RegisterSuspendDelayInternal()216 *delay_id_out = reply_proto.delay_id(); in RegisterSuspendDelayInternal()