Searched defs:sysCaps (Results 1 – 6 of 6) sorted by relevance
54 std::vector<std::string> sysCaps; in DoSomethingInterestingWithMyAPI() local
41 bool ParseStr(const char *buf, const int itemLen, int totalLen, std::vector<std::string> &sysCaps) in ParseStr()
149 char sysCaps[MAX_SYSCAP_NUM][MAX_SYSCAP_NAME_LEN]; in GetSystemAvailableCapabilities() local
601 cJSON *sysCaps = cJSON_GetObjectItem(root, "systemCapability"); in ParseSysCap() local
711 cJSON *sysCaps = cJSON_GetObjectItem(root, "systemCapability"); in ParseSysCap() local
2858 std::vector<std::string> sysCaps; variable