Searched defs:LinkService (Results 1 – 2 of 2) sorted by relevance
| /device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/histreaming_server/include/ |
| D | link_service.h | 23 typedef struct LinkService { struct 24 int (*get)(struct LinkService* ar, const char* property, char* value, int len); argument 25 int (*modify)(struct LinkService* ar, const char* property, char* value, int len); argument 26 const char* (*type)(struct LinkService* ar); argument 27 } LinkService; typedef
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/components/histreaming/src/ |
| D | link_service.h | 23 typedef struct LinkService { struct 24 int (*get)(struct LinkService* ar, const char* property, char* value, int len); argument 25 int (*modify)(struct LinkService* ar, const char* property, char* value, int len); argument 26 const char* (*type)(struct LinkService* ar); argument 27 } LinkService; typedef
|