Searched refs:efid (Results 1 – 3 of 3) sorted by relevance
170 static std::string GetCommonIccEFPath(EFId efid);171 static std::string GetUsimEFPath(EFId efid);
63 std::string SimService::SimFileSystem::GetCommonIccEFPath(EFId efid) { in GetCommonIccEFPath() argument64 switch (efid) { in GetCommonIccEFPath()88 std::string SimService::SimFileSystem::GetUsimEFPath(EFId efid) { in GetUsimEFPath() argument89 switch(efid) { in GetUsimEFPath()131 std::string path = GetCommonIccEFPath(efid); in GetUsimEFPath()
1663 uint16_t efid; member1670 sum1 = (command * 1ull << 40) | (efid * 1ull << 24) | (param1 << 16) | in operator <()1672 sum2 = (other.command * 1ull << 40) | (other.efid * 1ull << 24) | in operator <()1677 SimFileCommand(uint8_t cmd, uint16_t efid, uint8_t p1, uint8_t p2, uint8_t p3) in SimFileCommand()1678 : command(cmd), efid(efid), param1(p1), param2(p2), param3(p3) {} in SimFileCommand()