Home
last modified time | relevance | path

Searched refs:LinkService (Results 1 - 5 of 5) sorted by relevance

/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/histreaming_server/include/
H A Dlink_service.h23 typedef struct LinkService { struct
24 int (*get)(struct LinkService* ar, const char* property, char* value, int len);
25 int (*modify)(struct LinkService* ar, const char* property, char* value, int len);
26 const char* (*type)(struct LinkService* ar);
27 } LinkService; typedef
H A Dlink_platform.h30 int (*addLinkService)(struct LinkPlatform* linkP, LinkService *service, int flag);
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/histreaming/src/
H A Dlink_service.h23 typedef struct LinkService { struct
24 int (*get)(struct LinkService* ar, const char* property, char* value, int len);
25 int (*modify)(struct LinkService* ar, const char* property, char* value, int len);
26 const char* (*type)(struct LinkService* ar);
27 } LinkService; typedef
H A Dlink_platform.h30 int (*addLinkService)(struct LinkPlatform* linkP, LinkService *service, int flag);
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/histreaming_server/src/
H A Dhistreaming_client_server.c86 * @param struct LinkService* ar: 服务器结构
92 * @param struct LinkService* ar: server struct
97 static int DoGET(struct LinkService* ar, const char* property, char* value, int len) in DoGET()
115 * @param struct LinkService* ar: 服务器结构
121 * @param struct LinkService* ar: server struct
126 static int DoPUT(struct LinkService* ar, const char* property, char* value, int len) in DoPUT()
144 static const char* DoType(struct LinkService* ar) in DoType()
204 LinkService* doorbell = 0; in main()
217 doorbell = (LinkService*)malloc(sizeof(LinkService)); in main()
[all...]

Completed in 2 milliseconds