Searched refs:LinkService (Results 1 - 5 of 5) sorted by relevance
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/histreaming_server/include/ |
H A D | link_service.h | 23 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 D | link_platform.h | 30 int (*addLinkService)(struct LinkPlatform* linkP, LinkService *service, int flag);
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/histreaming/src/ |
H A D | link_service.h | 23 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 D | link_platform.h | 30 int (*addLinkService)(struct LinkPlatform* linkP, LinkService *service, int flag);
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/histreaming_server/src/ |
H A D | histreaming_client_server.c | 86 * @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