Home
last modified time | relevance | path

Searched refs:AppendParams (Results 1 – 2 of 2) sorted by relevance

/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/src/
Dnapi_hisysevent_adapter.cpp186 AppendParams(eventBase, eventInfo.boolParams); in InnerWrite()
187 AppendParams(eventBase, eventInfo.boolArrayParams); in InnerWrite()
188 AppendParams(eventBase, eventInfo.doubleParams); in InnerWrite()
189 AppendParams(eventBase, eventInfo.doubleArrayParams); in InnerWrite()
190 AppendParams(eventBase, eventInfo.stringParams); in InnerWrite()
191 AppendParams(eventBase, eventInfo.stringArrayParams); in InnerWrite()
/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/include/
Dnapi_hisysevent_adapter.h68 …static void AppendParams(InnerWriter::EventBase& eventBase, const std::unordered_map<std::string, … in AppendParams() function