Searched refs:kIdParam (Results 1 – 2 of 2) sorted by relevance
11 const char kIdParam[] = "id"; variable39 command.SetInteger(kIdParam, id_); in Serialize()94 if (!dict->GetInteger(kIdParam, &id)) in ParseResponse()
15 const char kIdParam[] = "id"; variable54 command.SetInteger(kIdParam, id_); in Serialize()108 response.SetInteger(kIdParam, id_); in Serialize()224 bool ok = command_dict->GetInteger(kIdParam, &id) && id >= 0; in ParseCommand()