mirror of
https://gitee.com/openharmony/telephony_core_service
synced 2025-02-07 17:57:49 +00:00
commit
788fbbab7c
@ -27,6 +27,7 @@
|
||||
namespace OHOS {
|
||||
namespace Telephony {
|
||||
constexpr size_t ARRAY_SIZE = 64;
|
||||
constexpr size_t MAX_APDU_STK_SIZE = 255;
|
||||
constexpr size_t kMaxNumberLen = 100;
|
||||
|
||||
template<typename T>
|
||||
@ -38,7 +39,7 @@ struct AsyncContext {
|
||||
|
||||
struct AsyncContext2 {
|
||||
AsyncContext<bool> asyncContext;
|
||||
std::array<char, ARRAY_SIZE> inputStr {};
|
||||
std::array<char, MAX_APDU_STK_SIZE> inputStr {};
|
||||
};
|
||||
|
||||
struct AsyncContextPIN {
|
||||
|
Loading…
x
Reference in New Issue
Block a user