Home
last modified time | relevance | path

Searched refs:UsimFunctionHandle (Results 1 – 5 of 5) sorted by relevance

/base/telephony/core_service/services/sim/include/
Dusim_function_handle.h21 class UsimFunctionHandle {
23 UsimFunctionHandle(unsigned char table[], int len) in UsimFunctionHandle() function
28 ~UsimFunctionHandle() {} in ~UsimFunctionHandle()
Dsim_file.h32 std::shared_ptr<UsimFunctionHandle> ObtainUsimFunctionHandle();
73 std::shared_ptr<UsimFunctionHandle> UsimFunctionHandle_ = nullptr;
Dicc_file.h71 virtual std::shared_ptr<UsimFunctionHandle> ObtainUsimFunctionHandle();
/base/telephony/core_service/services/sim/src/
Dicc_file.cpp263 std::shared_ptr<UsimFunctionHandle> IccFile::ObtainUsimFunctionHandle() in ObtainUsimFunctionHandle()
265 return std::make_shared<UsimFunctionHandle>(nullptr, 0); in ObtainUsimFunctionHandle()
Dsim_file.cpp513 std::shared_ptr<UsimFunctionHandle> SimFile::ObtainUsimFunctionHandle() in ObtainUsimFunctionHandle()