Searched defs:OH_VObject (Results 1 – 5 of 5) sorted by relevance
50 typedef struct OH_VObject { struct57 * @brief Convert the int64 input parameter to a value of type {@link OH_VObject}. argument67 int (*putInt64)(OH_VObject *valueObject, int64_t *value, uint32_t count); argument80 int (*putDouble)(OH_VObject *valueObject, double *value, uint32_t count); argument91 int (*putText)(OH_VObject *valueObject, const char *value); argument103 int (*putTexts)(OH_VObject *valueObject, const char **value, uint32_t count); argument113 int (*destroy)(OH_VObject *valueObject); argument114 } OH_VObject; typedef
1 # OH_VObject chapter
432 ### OH_VObject subsection