Home
last modified time | relevance | path

Searched defs:LinkServiceAgent (Results 1 – 2 of 2) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/components/histreaming/src/
Dlink_service_agent.h23 typedef struct LinkServiceAgent { struct
34 int (*get)(struct LinkServiceAgent* s, const char* property, char* value, int len); argument
45 int (*modify)(struct LinkServiceAgent* s, const char* property, char* value, int len); argument
51 const char* (*type)(struct LinkServiceAgent* s); argument
55 const char* (*addr)(struct LinkServiceAgent* s); argument
59 int (*id)(struct LinkServiceAgent* s); argument
60 } LinkServiceAgent; typedef
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/histreaming_server/include/
Dlink_service_agent.h23 typedef struct LinkServiceAgent { struct
34 int (*get)(struct LinkServiceAgent* s, const char* property, char* value, int len); argument
45 int (*modify)(struct LinkServiceAgent* s, const char* property, char* value, int len); argument
51 const char* (*type)(struct LinkServiceAgent* s); argument
55 const char* (*addr)(struct LinkServiceAgent* s); argument
59 int (*id)(struct LinkServiceAgent* s); argument
60 } LinkServiceAgent; typedef