Home
last modified time | relevance | path

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

/base/security/appverify/interfaces/innerkits/appverify_lite/src/
Dapp_provision.c235 FREE_IF_NOT_NULL(pfval->appFeature); in FreeProfBundle()
236 FREE_IF_NOT_NULL(pfval->bundleName); in FreeProfBundle()
237 FREE_IF_NOT_NULL(pfval->devCert); in FreeProfBundle()
238 FREE_IF_NOT_NULL(pfval->developerId); in FreeProfBundle()
239 FREE_IF_NOT_NULL(pfval->releaseCert); in FreeProfBundle()
257 FREE_IF_NOT_NULL(pfval->devIdType); in FreeProfDebuginfo()
271 FREE_IF_NOT_NULL(pf->versionName); in ProfFreeData()
272 FREE_IF_NOT_NULL(pf->uuid); in ProfFreeData()
273 FREE_IF_NOT_NULL(pf->type); in ProfFreeData()
274 FREE_IF_NOT_NULL(pf->appDistType); in ProfFreeData()
[all …]
Dapp_verify.c1029 FREE_IF_NOT_NULL(pf->bundleInfo.devCert); in VerfiyAppSourceGetProfile()
1030 FREE_IF_NOT_NULL(pf->bundleInfo.releaseCert); in VerfiyAppSourceGetProfile()
/base/security/appverify/interfaces/innerkits/appverify_lite/include/
Dapp_common.h91 #define FREE_IF_NOT_NULL(p) \ macro