Lines Matching defs:name
32 void AddArrayParam(std::shared_ptr<AppEventPack> appEventPack, const char* name, const T* arr, int … in AddArrayParam()
40 void AddBoolParamValue(std::shared_ptr<AppEventPack> appEventPack, const char* name, const ParamVal… in AddBoolParamValue()
45 void AddBoolArrayParamValue(std::shared_ptr<AppEventPack> appEventPack, const char* name, const Par… in AddBoolArrayParamValue()
50 void AddInt8ParamValue(std::shared_ptr<AppEventPack> appEventPack, const char* name, const ParamVal… in AddInt8ParamValue()
55 void AddInt8ArrayParamValue(std::shared_ptr<AppEventPack> appEventPack, const char* name, const Par… in AddInt8ArrayParamValue()
60 void AddInt16ParamValue(std::shared_ptr<AppEventPack> appEventPack, const char* name, const ParamVa… in AddInt16ParamValue()
65 void AddInt16ArrayParamValue(std::shared_ptr<AppEventPack> appEventPack, const char* name, const Pa… in AddInt16ArrayParamValue()
70 void AddInt32ParamValue(std::shared_ptr<AppEventPack> appEventPack, const char* name, const ParamVa… in AddInt32ParamValue()
75 void AddInt32ArrayParamValue(std::shared_ptr<AppEventPack> appEventPack, const char* name, const Pa… in AddInt32ArrayParamValue()
80 void AddInt64ParamValue(std::shared_ptr<AppEventPack> appEventPack, const char* name, const ParamVa… in AddInt64ParamValue()
85 void AddInt64ArrayParamValue(std::shared_ptr<AppEventPack> appEventPack, const char* name, const Pa… in AddInt64ArrayParamValue()
90 void AddFloatParamValue(std::shared_ptr<AppEventPack> appEventPack, const char* name, const ParamVa… in AddFloatParamValue()
95 void AddFloatArrayParamValue(std::shared_ptr<AppEventPack> appEventPack, const char* name, const Pa… in AddFloatArrayParamValue()
100 void AddDoubleParamValue(std::shared_ptr<AppEventPack> appEventPack, const char* name, const ParamV… in AddDoubleParamValue()
105 void AddDoubleArrayParamValue(std::shared_ptr<AppEventPack> appEventPack, const char* name, const P… in AddDoubleArrayParamValue()
110 void AddStringParamValue(std::shared_ptr<AppEventPack> appEventPack, const char* name, const ParamV… in AddStringParamValue()
115 void AddStringArrayParamValue(std::shared_ptr<AppEventPack> appEventPack, const char* name, const P… in AddStringArrayParamValue()
139 void AddParamValue(std::shared_ptr<AppEventPack> appEventPack, const char* name, const ParamValue* … in AddParamValue()
172 bool HiAppEventInnerConfigure(const char* name, const char* value) in HiAppEventInnerConfigure()
181 int HiAppEventInnerWrite(const char* domain, const char* name, EventType type, const ParamList list) in HiAppEventInnerWrite()