Searched refs:app_version (Results 1 – 3 of 3) sorted by relevance
22 static char app_version[32] = { 0 }; variable243 snprintf(app_version, sizeof(app_version), "%s", version); in pyamp_app_version_set()248 return app_version; in pyamp_jsapp_version_get()
114 uint32_t app_version = genie_version_appver_get(); in get_device_info() local118 resp[2] = (uint8_t)(app_version >> 24); in get_device_info()119 resp[3] = (uint8_t)(app_version >> 16); in get_device_info()120 resp[4] = (uint8_t)(app_version >> 8); in get_device_info()121 resp[5] = (uint8_t)(app_version); in get_device_info()
52 const char *app_version = aos_app_version_get(); in native_get_system_info() local59 JS_SetPropertyStr(ctx, t, "appVersion", JS_NewStringLen(ctx, app_version, strlen(app_version))); in native_get_system_info()
Completed in 4 milliseconds