Searched refs:mon_app_exists (Results 1 – 3 of 3) sorted by relevance
35 int8_t mon_app_exists = 0; variable1153 if (mon_app_exists == 0 && !strcmp(app_conf->type, "monitor")) in PatchCONFIG()1154 mon_app_exists = 1; in PatchCONFIG()1158 if (!end_app_exists && !mon_app_exists) mon_app_exists = 1; in PatchCONFIG()
1106 if (mon_app_exists) { in InitializeMTCPManager()1166 if (mon_app_exists) { in InitializeMTCPManager()1196 if (mon_app_exists) { in InitializeMTCPManager()
30 extern int8_t mon_app_exists;