Home
last modified time | relevance | path

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

/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
Dhiappevent_base.cpp221 void AppEventPack::AddParam(const std::string& key) in AddParam() function in OHOS::HiviewDFX::AppEventPack
227 void AppEventPack::AddParam(const std::string& key, bool b) in AddParam() function in OHOS::HiviewDFX::AppEventPack
234 void AppEventPack::AddParam(const std::string& key, char c) in AddParam() function in OHOS::HiviewDFX::AppEventPack
241 void AppEventPack::AddParam(const std::string& key, int8_t num) in AddParam() function in OHOS::HiviewDFX::AppEventPack
248 void AppEventPack::AddParam(const std::string& key, int16_t s) in AddParam() function in OHOS::HiviewDFX::AppEventPack
255 void AppEventPack::AddParam(const std::string& key, int i) in AddParam() function in OHOS::HiviewDFX::AppEventPack
262 void AppEventPack::AddParam(const std::string& key, int64_t ll) in AddParam() function in OHOS::HiviewDFX::AppEventPack
269 void AppEventPack::AddParam(const std::string& key, float f) in AddParam() function in OHOS::HiviewDFX::AppEventPack
276 void AppEventPack::AddParam(const std::string& key, double d) in AddParam() function in OHOS::HiviewDFX::AppEventPack
283 void AppEventPack::AddParam(const std::string& key, const char *s) in AddParam() function in OHOS::HiviewDFX::AppEventPack
[all …]
/base/startup/init/services/param/manager/
Dparam_manager.c395 static int AddParam(WorkSpace *workSpace, uint8_t type, const char *name, const char *value, uint32… in AddParam() function