Home
last modified time | relevance | path

Searched refs:newitem (Results 1 – 2 of 2) sorted by relevance

/base/security/access_token/interfaces/innerkits/nativetoken/test/mock/src/
DcJSON.c282 cJSON_bool cJSON_ReplaceItemInObject(cJSON*object, const char *string, cJSON*newitem) in cJSON_ReplaceItemInObject() argument
291 cJSON_bool (*func)(cJSON*object, const char *string, cJSON*newitem); in cJSON_ReplaceItemInObject()
292 func = (cJSON_bool (*)(cJSON*object, const char *string, cJSON*newitem))dlsym( in cJSON_ReplaceItemInObject()
297 cJSON_bool res = func(object, string, newitem); in cJSON_ReplaceItemInObject()
/base/security/access_token/interfaces/innerkits/nativetoken/test/mock/include/
DcJSON.h64 cJSON_bool cJSON_ReplaceItemInObject(cJSON* object, const char* string, cJSON* newitem);