Home
last modified time | relevance | path

Searched refs:LinkAgent (Results 1 - 3 of 3) sorted by relevance

/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/histreaming_server/include/
H A Dlink_agent.h31 typedef struct LinkAgent { struct
32 struct QueryResult *(*query)(struct LinkAgent *agent, const char *type);
33 } LinkAgent; typedef
35 struct LinkAgent *LinkAgentGet(struct LinkPlatform *p);
36 void LinkAgentFree(struct LinkAgent *agent);
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/histreaming/src/
H A Dlink_agent.h31 typedef struct LinkAgent { struct
32 struct QueryResult *(*query)(struct LinkAgent *agent, const char *type);
33 } LinkAgent; typedef
35 struct LinkAgent *LinkAgentGet(struct LinkPlatform *p);
36 void LinkAgentFree(struct LinkAgent *agent);
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/histreaming_server/src/
H A Dhistreaming_client_server.c203 LinkAgent *linkAgent = 0; in main()

Completed in 1 milliseconds