Searched refs:appDistType (Results 1 – 3 of 3) sorted by relevance
276 FREE_IF_NOT_NULL(pf->appDistType); in ProfFreeData()311 pf->appDistType = GetStringTag(root, "app-distribution-type"); in ParseProfile()312 if (pf->appDistType == NULL) { in ParseProfile()313 pf->appDistType = APPV_MALLOC(sizeof(char)); in ParseProfile()314 P_NULL_GOTO_WTTH_LOG(pf->appDistType); in ParseProfile()315 pf->appDistType[0] = '\0'; in ParseProfile()350 … if ((strcmp(pf->appDistType, APP_GALLERY) != 0) && (strcmp(pf->appDistType, ENTERPRISE) != 0) && in VerifyAppTypeAndDistribution()351 …(strcmp(pf->appDistType, ENTERPRISE_NORMAL) != 0) && (strcmp(pf->appDistType, ENTERPRISE_MDM) != 0… in VerifyAppTypeAndDistribution()352 …(strcmp(pf->appDistType, INTERNALTESTING) != 0) && (strcmp(pf->appDistType, OS_INTEGRATION) != 0))… in VerifyAppTypeAndDistribution()353 LOG_PRINT_STR("invalid app dis type: %s", pf->appDistType); in VerifyAppTypeAndDistribution()[all …]
864 if (strcmp(pf->appDistType, "app_gallery") == 0) { in CheckReleaseAppSign()
104 char *appDistType; /* app-distribution-type */ member