H A D | hiappevent_c.cpp | 41 void AddArrayParam(std::shared_ptr<AppEventPack>& appEventPack, const char* name, const T* arr, int len) in AddArrayParam() argument 44 appEventPack->AddParam(name, params); in AddArrayParam() 47 using ParamAdder = void (*)(std::shared_ptr<AppEventPack>& appEventPack, const char* name, const ParamValue* value); 49 void AddBoolParamValue(std::shared_ptr<AppEventPack>& appEventPack, const char* name, const ParamValue* value) in AddBoolParamValue() argument 51 appEventPack->AddParam(name, value->value.bool_v); in AddBoolParamValue() 54 void AddBoolArrayParamValue(std::shared_ptr<AppEventPack>& appEventPack, const char* name, const ParamValue* value) in AddBoolArrayParamValue() argument 56 AddArrayParam(appEventPack, name, value->value.bool_arr_v, value->arrSize); in AddBoolArrayParamValue() 59 void AddInt8ParamValue(std::shared_ptr<AppEventPack>& appEventPack, const char* name, const ParamValue* value) in AddInt8ParamValue() argument 61 appEventPack->AddParam(name, value->value.int8_v); in AddInt8ParamValue() 64 void AddInt8ArrayParamValue(std::shared_ptr<AppEventPack>& appEventPack, cons argument 69 AddInt16ParamValue(std::shared_ptr<AppEventPack>& appEventPack, const char* name, const ParamValue* value) AddInt16ParamValue() argument 74 AddInt16ArrayParamValue(std::shared_ptr<AppEventPack>& appEventPack, const char* name, const ParamValue* value) AddInt16ArrayParamValue() argument 79 AddInt32ParamValue(std::shared_ptr<AppEventPack>& appEventPack, const char* name, const ParamValue* value) AddInt32ParamValue() argument 84 AddInt32ArrayParamValue(std::shared_ptr<AppEventPack>& appEventPack, const char* name, const ParamValue* value) AddInt32ArrayParamValue() argument 89 AddInt64ParamValue(std::shared_ptr<AppEventPack>& appEventPack, const char* name, const ParamValue* value) AddInt64ParamValue() argument 94 AddInt64ArrayParamValue(std::shared_ptr<AppEventPack>& appEventPack, const char* name, const ParamValue* value) AddInt64ArrayParamValue() argument 99 AddFloatParamValue(std::shared_ptr<AppEventPack>& appEventPack, const char* name, const ParamValue* value) AddFloatParamValue() argument 104 AddFloatArrayParamValue(std::shared_ptr<AppEventPack>& appEventPack, const char* name, const ParamValue* value) AddFloatArrayParamValue() argument 109 AddDoubleParamValue(std::shared_ptr<AppEventPack>& appEventPack, const char* name, const ParamValue* value) AddDoubleParamValue() argument 114 AddDoubleArrayParamValue(std::shared_ptr<AppEventPack>& appEventPack, const char* name, const ParamValue* value) AddDoubleArrayParamValue() argument 119 AddStringParamValue(std::shared_ptr<AppEventPack>& appEventPack, const char* name, const ParamValue* value) AddStringParamValue() argument 124 AddStringArrayParamValue(std::shared_ptr<AppEventPack>& appEventPack, const char* name, const ParamValue* value) AddStringArrayParamValue() argument 148 AddParamValue(std::shared_ptr<AppEventPack>& appEventPack, const char* name, const ParamValue* value) AddParamValue() argument 162 AddParamEntry(std::shared_ptr<AppEventPack>& appEventPack, const ParamEntry* entry) AddParamEntry() argument 171 AddParamList(std::shared_ptr<AppEventPack>& appEventPack, const ParamList list) AddParamList() argument 201 std::shared_ptr<AppEventPack> appEventPack = std::make_shared<AppEventPack>(domain, name, type); HiAppEventInnerWrite() local [all...] |