Searched refs:sim_file_system_ (Results 1 – 2 of 2) sorted by relevance
381 sim_file_system_.file_path = icc_profile_path; in InitializeSimFileSystemAndSimState()382 auto err = sim_file_system_.doc.LoadFile(file.c_str()); in InitializeSimFileSystemAndSimState()389 XMLElement *root = sim_file_system_.GetRootElement(); in InitializeSimFileSystemAndSimState()469 XMLElement *root = sim_file_system_.GetRootElement(); in InitializeFacilityLock()494 XMLElement *root = sim_file_system_.GetRootElement(); in SavePinStateToIccProfile()503 pin_profile = sim_file_system_.AppendNewElement(root, "PinProfile"); in SavePinStateToIccProfile()522 pin_state = sim_file_system_.AppendNewElementWithText(pin_profile, "PINSTATE", text); in SavePinStateToIccProfile()529 pin_code = sim_file_system_.AppendNewElementWithText(pin_profile, "PINCODE", in SavePinStateToIccProfile()537 puk_code = sim_file_system_.AppendNewElementWithText(pin_profile, "PUKCODE", in SavePinStateToIccProfile()548 pin_remaining_times = sim_file_system_.AppendNewElementWithText(pin_profile, in SavePinStateToIccProfile()[all …]
184 SimFileSystem sim_file_system_; variable