Searched refs:sim_file_system_ (Results 1 – 2 of 2) sorted by relevance
407 sim_file_system_.file_path = icc_profile_path; in InitializeSimFileSystemAndSimState()408 auto err = sim_file_system_.doc.LoadFile(file.c_str()); in InitializeSimFileSystemAndSimState()415 XMLElement *root = sim_file_system_.GetRootElement(); in InitializeSimFileSystemAndSimState()503 XMLElement *root = sim_file_system_.GetRootElement(); in InitializeFacilityLock()528 XMLElement *root = sim_file_system_.GetRootElement(); in SavePinStateToIccProfile()537 pin_profile = sim_file_system_.AppendNewElement(root, "PinProfile"); in SavePinStateToIccProfile()556 pin_state = sim_file_system_.AppendNewElementWithText(pin_profile, "PINSTATE", text); in SavePinStateToIccProfile()563 pin_code = sim_file_system_.AppendNewElementWithText(pin_profile, "PINCODE", in SavePinStateToIccProfile()571 puk_code = sim_file_system_.AppendNewElementWithText(pin_profile, "PUKCODE", in SavePinStateToIccProfile()582 pin_remaining_times = sim_file_system_.AppendNewElementWithText(pin_profile, in SavePinStateToIccProfile()[all …]
189 SimFileSystem sim_file_system_; variable