Searched refs:key_pair_index (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chromeos/dbus/
H A Dfake_easy_unlock_client.cc12 // "{<key_type>: <key_pair_index>}".
13 // <key_pair_index> is an integer identifying
20 // Extracts key pair index from a key in format "<key_type>: <key_pair_index>}".
32 int key_pair_index = -1; local
33 if (!json_dictionary->GetInteger(key_type, &key_pair_index))
35 return key_pair_index;

Completed in 209 milliseconds