Home
last modified time | relevance | path

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

/base/hiviewdfx/hiappevent/interfaces/native/inner_api/src/
Dapp_event.cpp29 void Event::AddParam(const std::string& key, bool value) in AddParam() function in OHOS::HiviewDFX::HiAppEvent::Event
34 void Event::AddParam(const std::string& key, int32_t value) in AddParam() function in OHOS::HiviewDFX::HiAppEvent::Event
39 void Event::AddParam(const std::string& key, int64_t value) in AddParam() function in OHOS::HiviewDFX::HiAppEvent::Event
44 void Event::AddParam(const std::string& key, double value) in AddParam() function in OHOS::HiviewDFX::HiAppEvent::Event
49 void Event::AddParam(const std::string& key, const std::string& value) in AddParam() function in OHOS::HiviewDFX::HiAppEvent::Event
54 void Event::AddParam(const std::string& key, const std::vector<bool>& value) in AddParam() function in OHOS::HiviewDFX::HiAppEvent::Event
59 void Event::AddParam(const std::string& key, const std::vector<int32_t>& value) in AddParam() function in OHOS::HiviewDFX::HiAppEvent::Event
64 void Event::AddParam(const std::string& key, const std::vector<int64_t>& value) in AddParam() function in OHOS::HiviewDFX::HiAppEvent::Event
69 void Event::AddParam(const std::string& key, const std::vector<double>& value) in AddParam() function in OHOS::HiviewDFX::HiAppEvent::Event
74 void Event::AddParam(const std::string& key, const std::vector<std::string>& value) in AddParam() function in OHOS::HiviewDFX::HiAppEvent::Event
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
Dhiappevent_base.cpp394 void AppEventPack::AddParam(const std::string& key) in AddParam() function in OHOS::HiviewDFX::AppEventPack
400 void AppEventPack::AddParam(const std::string& key, bool b) in AddParam() function in OHOS::HiviewDFX::AppEventPack
407 void AppEventPack::AddParam(const std::string& key, char c) in AddParam() function in OHOS::HiviewDFX::AppEventPack
414 void AppEventPack::AddParam(const std::string& key, int8_t num) in AddParam() function in OHOS::HiviewDFX::AppEventPack
421 void AppEventPack::AddParam(const std::string& key, int16_t s) in AddParam() function in OHOS::HiviewDFX::AppEventPack
428 void AppEventPack::AddParam(const std::string& key, int i) in AddParam() function in OHOS::HiviewDFX::AppEventPack
435 void AppEventPack::AddParam(const std::string& key, int64_t ll) in AddParam() function in OHOS::HiviewDFX::AppEventPack
442 void AppEventPack::AddParam(const std::string& key, float f) in AddParam() function in OHOS::HiviewDFX::AppEventPack
449 void AppEventPack::AddParam(const std::string& key, double d) in AddParam() function in OHOS::HiviewDFX::AppEventPack
456 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.c423 static int AddParam(WorkSpace *workSpace, ParamInfos paramInfos, uint32_t *dataIndex) in AddParam() function