Home
last modified time | relevance | path

Searched refs:OUT_OF_STORAGE_LIFE (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/security/access_token/interfaces/innerkits/analysis_model/test/unittest/
H A Dcode_signature_analysis_kit_test.cpp253 ReportErrorEventMock(OUT_OF_STORAGE_LIFE, g_bundleInfo[0].name, g_bundleInfo[0].tokenId);
315 ReportErrorEventMock(OUT_OF_STORAGE_LIFE, g_bundleInfo[2].name, g_bundleInfo[2].tokenId);
398 ReportErrorEventMock(OUT_OF_STORAGE_LIFE, g_bundleInfo[1].name, g_bundleInfo[1].tokenId);
/ohos5.0/base/security/access_token/interfaces/innerkits/analysis_model/src/
H A Dcode_signature_info.h63 OUT_OF_STORAGE_LIFE = 1, enumerator
H A Dcode_signature_analysis_kit.c81 if (optType == OUT_OF_STORAGE_LIFE) { in DataPreProcess()
258 if (optType == OUT_OF_STORAGE_LIFE) { in DataProcess()