Home
last modified time | relevance | path

Searched refs:VERSION_NUM_SIZE (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/linkkit/include/linkkit/infra/
A Dinfra_report.h11 #ifndef VERSION_NUM_SIZE
12 #define VERSION_NUM_SIZE 4 macro
63 void aos_get_version_hex(unsigned char version[VERSION_NUM_SIZE]);
66 unsigned int aos_get_version_info(unsigned char version_num[VERSION_NUM_SIZE],
A Dinfra_compat.h78 #ifndef VERSION_NUM_SIZE
79 #define VERSION_NUM_SIZE 4 macro
95 unsigned int aos_get_version_info(unsigned char version_num[VERSION_NUM_SIZE],
/AliOS-Things-master/components/linkkit/infra/
A Dinfra_report.c57 extern void aos_get_version_hex(unsigned char version[VERSION_NUM_SIZE]);
59 void aos_get_version_hex(unsigned char version[VERSION_NUM_SIZE]) in aos_get_version_hex() argument
228 unsigned int aos_get_version_info(unsigned char version_num[VERSION_NUM_SIZE], in aos_get_version_info() argument
243 infra_hex2str(version_num, VERSION_NUM_SIZE, p); in aos_get_version_info()
244 p += VERSION_NUM_SIZE * 2; in aos_get_version_info()
/AliOS-Things-master/components/linkkit/wrappers/os/
A DHAL_OS_rhino.c470 int get_aos_hex_version(const char *str, unsigned char hex[VERSION_NUM_SIZE]) in get_aos_hex_version() argument
506 void aos_get_version_hex(unsigned char version[VERSION_NUM_SIZE]) in aos_get_version_hex() argument
508 memset(version, 0, VERSION_NUM_SIZE); in aos_get_version_hex()

Completed in 9 milliseconds