Searched refs:COMP_SENSITIVE (Results 1 – 2 of 2) sorted by relevance
59 const std::string COMP_SENSITIVE = "sensitive"; variable191 cJSON *sensitive = cJSON_GetObjectItem(element, COMP_SENSITIVE.c_str()); in ParseResourceDesc()330 cJSON *sensitive = cJSON_GetObjectItem(resourceDesc, COMP_SENSITIVE.c_str()); in ParseResourceDescFromJson()
673 cJSON_AddBoolToObject(obj, COMP_SENSITIVE.c_str(), true);