HomeSort by relevance Sort by last modified time
    Searched defs:puk (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chromeos/network/
network_device_handler.cc 233 const std::string& puk,
239 puk, local
  /external/qemu/telephony/
sim_card.c 28 char puk[ A_SIM_PUK_SIZE+1 ]; member in struct:ASimCardRec_
46 strncpy( card->puk, "12345678", sizeof(card->puk) );
85 return sim->puk;
96 asimcard_set_puk( ASimCard sim, const char* puk )
98 strncpy( sim->puk, puk, A_SIM_PUK_SIZE );
125 asimcard_check_puk( ASimCard sim, const char* puk, const char* pin )
130 if ( !strcmp( sim->puk, puk ) ) {
    [all...]
android_modem.c 1838 char puk[5]; local
    [all...]
  /external/chromium/chrome/browser/ui/webui/chromeos/
sim_unlock_ui.cc 168 // Pending code input (PIN/PUK).
180 // Pass PIN/PUK code to flimflam and check status.
183 // Single handler for PIN/PUK code operations.
202 // completed (either cancelled or with entry of PIN/PUK).
205 // Checks whether SIM card is in PUK locked state and proceeds to PUK input.
503 std::string puk; local
506 !args->GetString(0, &puk) ||
512 HandleEnterCode(CODE_PUK, puk);
614 // Proceed user to PUK input
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/chromeos/
sim_unlock_ui.cc 193 // Pending code input (PIN/PUK).
208 // Pass PIN/PUK code to shill and check status.
211 // Methods to invoke shill PIN/PUK D-Bus operations.
215 void UnblockPin(const std::string& puk, const std::string& new_pin);
224 // Single handler for PIN/PUK code operations.
243 // completed (either cancelled or with entry of PIN/PUK).
246 // Checks whether SIM card is in PUK locked state and proceeds to PUK input.
565 void SimUnlockHandler::UnblockPin(const std::string& puk,
576 puk,
666 std::string puk; local
    [all...]

Completed in 305 milliseconds