Home
last modified time | relevance | path

Searched defs:MAX_AUTH_VALID_PERIOD (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/security/asset/services/core_service/src/operations/common/
H A Dargument_check.rs28 const MAX_AUTH_VALID_PERIOD: u32 = 600; // 10min const
/ohos5.0/base/security/asset/frameworks/js/napi/src/
H A Dasset_napi_check.cpp41 #define MAX_AUTH_VALID_PERIOD 600 macro
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_manager.c48 #define MAX_AUTH_VALID_PERIOD (30 * 60 * 1000L) /* 30 mins */ macro