Searched refs:UsimFunctionHandle (Results 1 – 5 of 5) sorted by relevance
21 class UsimFunctionHandle {23 UsimFunctionHandle(unsigned char table[], int len) in UsimFunctionHandle() function28 ~UsimFunctionHandle() {} in ~UsimFunctionHandle()
32 std::shared_ptr<UsimFunctionHandle> ObtainUsimFunctionHandle();73 std::shared_ptr<UsimFunctionHandle> UsimFunctionHandle_ = nullptr;
71 virtual std::shared_ptr<UsimFunctionHandle> ObtainUsimFunctionHandle();
263 std::shared_ptr<UsimFunctionHandle> IccFile::ObtainUsimFunctionHandle() in ObtainUsimFunctionHandle()265 return std::make_shared<UsimFunctionHandle>(nullptr, 0); in ObtainUsimFunctionHandle()
513 std::shared_ptr<UsimFunctionHandle> SimFile::ObtainUsimFunctionHandle() in ObtainUsimFunctionHandle()