Home
last modified time | relevance | path

Searched defs:object (Results 1 – 21 of 21) sorted by relevance

/device/soc/hisilicon/ws63v100/sdk/open_source/cjson/cjson/
DcJSON_Utils.c198 CJSON_PUBLIC(char *) cJSONUtils_FindPointerFromObjectTo(const cJSON * const object, const cJSON * c… in cJSONUtils_FindPointerFromObjectTo()
301 static cJSON *get_item_from_pointer(cJSON * const object, const char * pointer, const cJSON_bool ca… in get_item_from_pointer()
348 CJSON_PUBLIC(cJSON *) cJSONUtils_GetPointer(cJSON * const object, const char *pointer) in cJSONUtils_GetPointer()
353 CJSON_PUBLIC(cJSON *) cJSONUtils_GetPointerCaseSensitive(cJSON * const object, const char *pointer) in cJSONUtils_GetPointerCaseSensitive()
430 static cJSON *detach_path(cJSON *object, const unsigned char *path, const cJSON_bool case_sensitive) in detach_path()
595 static void sort_object(cJSON * const object, const cJSON_bool case_sensitive) in sort_object()
746 static cJSON *get_object_item(const cJSON * const object, const char* name, const cJSON_bool case_s… in get_object_item()
823 static int apply_patch(cJSON *object, const cJSON *patch, const cJSON_bool case_sensitive) in apply_patch()
1054 CJSON_PUBLIC(int) cJSONUtils_ApplyPatches(cJSON * const object, const cJSON * const patches) in cJSONUtils_ApplyPatches()
1083 CJSON_PUBLIC(int) cJSONUtils_ApplyPatchesCaseSensitive(cJSON * const object, const cJSON * const pa… in cJSONUtils_ApplyPatchesCaseSensitive()
[all …]
DcJSON.c722 CJSON_PUBLIC(long long) cJSON_SetInt64NumberValue(cJSON * const object, const long long integer) in cJSON_SetInt64NumberValue()
744 CJSON_PUBLIC(double) cJSON_SetNumberHelper(cJSON *object, double number) in cJSON_SetNumberHelper()
751 CJSON_PUBLIC(double) cJSON_SetNumberHelper(cJSON *object, double number) in cJSON_SetNumberHelper()
770 CJSON_PUBLIC(double) cJSON_SetNumberHelper(cJSON *object, double number) in cJSON_SetNumberHelper()
790 CJSON_PUBLIC(char*) cJSON_SetValuestring(cJSON *object, const char *valuestring)
2725 static cJSON *get_object_item(const cJSON * const object, const char * const name, const cJSON_bool…
2757 CJSON_PUBLIC(cJSON *) cJSON_GetObjectItem(const cJSON * const object, const char * const string)
2762 CJSON_PUBLIC(cJSON *) cJSON_GetObjectItemCaseSensitive(const cJSON * const object, const char * con…
2767 CJSON_PUBLIC(cJSON_bool) cJSON_HasObjectItem(const cJSON *object, const char *string)
2864 static cJSON_bool add_item_to_object(cJSON * const object, const char * const string, cJSON * const…
[all …]
DcJSON.h362 #define cJSON_SetIntValue(object, number) ((object) ? (object)->valueint = (object)->valuedouble = … argument
365 #define cJSON_SetNumberValue(object, number) ((object != NULL) ? cJSON_SetNumberHelper(object, (dou… argument
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/linux/
Dmali_osk_notification.c83 void _mali_osk_notification_delete(_mali_osk_notification_t *object) in _mali_osk_notification_delete()
106 …sk_notification_queue_send(_mali_osk_notification_queue_t *queue, _mali_osk_notification_t *object) in _mali_osk_notification_queue_send()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/linux/
Dmali_osk_notification.c86 void _mali_osk_notification_delete(_mali_osk_notification_t *object) in _mali_osk_notification_delete()
109 …sk_notification_queue_send(_mali_osk_notification_queue_t *queue, _mali_osk_notification_t *object) in mali_osk_notification_queue_send()
/device/soc/hisilicon/common/platform/hieth-sf/adapter/
Dhdf_driver_register.c62 static void HdfEthHisiChipRelease(struct HdfDeviceObject *object) in HdfEthHisiChipRelease()
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/kernel/include/
Dlos_list.h96 #define LOS_DL_LIST_FIRST(object) ((object)->pstNext) argument
118 #define LOS_DL_LIST_LAST(object) ((object)->pstPrev) argument
/device/soc/hisilicon/ws63v100/sdk/kernel/liteos/liteos_v208.5.0/Huawei_LiteOS/kernel/include/
Dlos_list.h93 #define LOS_DL_LIST_FIRST(object) ((object)->pstNext) argument
112 #define LOS_DL_LIST_LAST(object) ((object)->pstPrev) argument
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
Ddrm_lease.c205 int object; in drm_lease_create() local
308 int object; in _drm_lease_revoke() local
673 int object; in drm_mode_get_lease_ioctl() local
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
Dhi_list.h202 #define hi_list_first(object) ((object)->next) argument
204 #define hi_list_last(object) ((object)->prev) argument
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hdfadapt/
Dhdf_driver_register.c126 static void HdfWlanHisiChipRelease(struct HdfDeviceObject *object) in HdfWlanHisiChipRelease()
/device/soc/hisilicon/ws63v100/sdk/middleware/utils/dfx/zdiag/include/
Ddiag_stat.h30 uint8_t *object; member
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/include/
Dhi_list.h255 #define hi_list_first(object) ((object)->next) argument
258 #define hi_list_last(object) ((object)->prev) argument
/device/board/hihope/rk3568/wifi/bcmdhd_wifi6/hdfadapt/
Dhdf_driver_bdh_register.c163 static void HdfWlanBDH6ChipRelease(struct HdfDeviceObject *object) in HdfWlanBDH6ChipRelease()
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/
Dmem.h82 COAP_STATIC_INLINE void coap_free(void *object) { in coap_free()
/device/soc/hisilicon/ws63v100/sdk/open_source/libcoap/libcoap/include/coap3/
Dcoap_mem.h121 coap_free(void *object) { in coap_free()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/common/
Dmali_session.h117 _mali_osk_notification_t *object) in mali_session_send_notification()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/common/
Dmali_session.h113 …mali_session_send_notification(struct mali_session_data *session, _mali_osk_notification_t *object) in mali_session_send_notification()
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/nouveau/
Dnouveau_drm.c462 static void __printf(2, 3) nouveau_drm_errorf(struct nvif_object *object, const char *fmt, ...) in nouveau_drm_errorf()
475 static void __printf(2, 3) nouveau_drm_debugf(struct nvif_object *object, const char *fmt, ...) in nouveau_drm_debugf()
/device/soc/hisilicon/ws63v100/sdk/middleware/services/wifi_service/service/
Dservice_event.h58 #define dl_list_first(object) ((object)->next) argument
/device/board/hisilicon/hispark_taurus/display_drivers/
Dmipi_icn9700_st7701sn.c462 static int32_t Icn9700EntryInit(struct HdfDeviceObject *object) in Icn9700EntryInit()