Searched refs:LinkServiceAgent (Results 1 - 5 of 5) sorted by relevance
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/histreaming_server/include/ |
H A D | link_service_agent.h | 23 typedef struct LinkServiceAgent {
struct 34 int (*get)(struct LinkServiceAgent* s, const char* property, char* value, int len);
45 int (*modify)(struct LinkServiceAgent* s, const char* property, char* value, int len);
51 const char* (*type)(struct LinkServiceAgent* s);
55 const char* (*addr)(struct LinkServiceAgent* s);
59 int (*id)(struct LinkServiceAgent* s);
60 } LinkServiceAgent;
typedef 65 void LinkServiceAgentFree(LinkServiceAgent* s);
|
H A D | link_agent.h | 28 struct LinkServiceAgent *(*at)(struct QueryResult *q, int pos);
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/histreaming/src/ |
H A D | link_service_agent.h | 23 typedef struct LinkServiceAgent {
struct 34 int (*get)(struct LinkServiceAgent* s, const char* property, char* value, int len);
45 int (*modify)(struct LinkServiceAgent* s, const char* property, char* value, int len);
51 const char* (*type)(struct LinkServiceAgent* s);
55 const char* (*addr)(struct LinkServiceAgent* s);
59 int (*id)(struct LinkServiceAgent* s);
60 } LinkServiceAgent;
typedef 65 void LinkServiceAgentFree(LinkServiceAgent* s);
|
H A D | link_agent.h | 28 struct LinkServiceAgent *(*at)(struct QueryResult *q, int pos);
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/histreaming_server/src/ |
H A D | histreaming_client_server.c | 257 LinkServiceAgent *serviceAgent = qres->at(qres, 0);
in main()
|
Completed in 1 milliseconds