Searched defs:AddParam (Results 1 – 3 of 3) sorted by relevance
| /base/hiviewdfx/hiappevent/interfaces/native/inner_api/src/ |
| D | app_event.cpp | 29 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/ |
| D | hiappevent_base.cpp | 381 void AppEventPack::AddParam(const std::string& key) in AddParam() function in OHOS::HiviewDFX::AppEventPack 387 void AppEventPack::AddParam(const std::string& key, bool b) in AddParam() function in OHOS::HiviewDFX::AppEventPack 394 void AppEventPack::AddParam(const std::string& key, char c) in AddParam() function in OHOS::HiviewDFX::AppEventPack 401 void AppEventPack::AddParam(const std::string& key, int8_t num) in AddParam() function in OHOS::HiviewDFX::AppEventPack 408 void AppEventPack::AddParam(const std::string& key, int16_t s) in AddParam() function in OHOS::HiviewDFX::AppEventPack 415 void AppEventPack::AddParam(const std::string& key, int i) in AddParam() function in OHOS::HiviewDFX::AppEventPack 422 void AppEventPack::AddParam(const std::string& key, int64_t ll) in AddParam() function in OHOS::HiviewDFX::AppEventPack 429 void AppEventPack::AddParam(const std::string& key, float f) in AddParam() function in OHOS::HiviewDFX::AppEventPack 436 void AppEventPack::AddParam(const std::string& key, double d) in AddParam() function in OHOS::HiviewDFX::AppEventPack 443 void AppEventPack::AddParam(const std::string& key, const char *s) in AddParam() function in OHOS::HiviewDFX::AppEventPack [all …]
|
| /base/startup/init/services/param/manager/ |
| D | param_manager.c | 416 static int AddParam(WorkSpace *workSpace, uint8_t type, const char *name, const char *value, uint32… in AddParam() function
|