Searched refs:kIdParam (Results 1 – 2 of 2) sorted by relevance
16 const char kIdParam[] = "id"; variable49 command.SetInteger(kIdParam, id_); in Serialize()101 response->SetInteger(kIdParam, id_); in Serialize()126 if (!command_dict->GetInteger(kIdParam, &id) || id < 0) in ParseCommand()167 if (!dict->GetInteger(kIdParam, &id)) in ParseResponse()
15 const char kIdParam[] = "id"; variable55 command.SetInteger(kIdParam, id_); in Serialize()114 response.SetInteger(kIdParam, id_); in Serialize()240 bool ok = command_dict->GetInteger(kIdParam, &id) && id >= 0; in ParseCommand()268 if (!response_dict->GetInteger(kIdParam, &id)) in ParseResponse()