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/
H A Dapp_event.cpp30 void Event::AddParam(const std::string& key, bool value) in AddParam() function in OHOS::HiviewDFX::HiAppEvent::Event
35 void Event::AddParam(const std::string& key, int32_t value) in AddParam() function in OHOS::HiviewDFX::HiAppEvent::Event
40 void Event::AddParam(const std::string& key, int64_t value) in AddParam() function in OHOS::HiviewDFX::HiAppEvent::Event
45 void Event::AddParam(const std::string& key, double value) in AddParam() function in OHOS::HiviewDFX::HiAppEvent::Event
50 void Event::AddParam(const std::string& key, const std::string& value) in AddParam() function in OHOS::HiviewDFX::HiAppEvent::Event
55 void Event::AddParam(const std::string& key, const std::vector<bool>& value) AddParam() function in OHOS::HiviewDFX::HiAppEvent::Event
60 void Event::AddParam(const std::string& key, const std::vector<int32_t>& value) AddParam() function in OHOS::HiviewDFX::HiAppEvent::Event
65 void Event::AddParam(const std::string& key, const std::vector<int64_t>& value) AddParam() function in OHOS::HiviewDFX::HiAppEvent::Event
70 void Event::AddParam(const std::string& key, const std::vector<double>& value) AddParam() function in OHOS::HiviewDFX::HiAppEvent::Event
75 void Event::AddParam(const std::string& key, const std::vector<std::string>& value) AddParam() function in OHOS::HiviewDFX::HiAppEvent::Event
[all...]
/base/startup/init/services/param/manager/
H A Dparam_manager.c423 static int AddParam(WorkSpace *workSpace, ParamInfos paramInfos, uint32_t *dataIndex) in AddParam() function
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
H A 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(cons function in OHOS::HiviewDFX::AppEventPack
463 void AppEventPack::AddParam(const std::string& key, const std::string& s) AddParam() function in OHOS::HiviewDFX::AppEventPack
470 void AppEventPack::AddParam(const std::string& key, const std::vector<bool>& bs) AddParam() function in OHOS::HiviewDFX::AppEventPack
477 void AppEventPack::AddParam(const std::string& key, const std::vector<char>& cs) AddParam() function in OHOS::HiviewDFX::AppEventPack
484 void AppEventPack::AddParam(const std::string& key, const std::vector<int8_t>& shs) AddParam() function in OHOS::HiviewDFX::AppEventPack
491 void AppEventPack::AddParam(const std::string& key, const std::vector<int16_t>& shs) AddParam() function in OHOS::HiviewDFX::AppEventPack
498 void AppEventPack::AddParam(const std::string& key, const std::vector<int>& is) AddParam() function in OHOS::HiviewDFX::AppEventPack
505 void AppEventPack::AddParam(const std::string& key, const std::vector<int64_t>& lls) AddParam() function in OHOS::HiviewDFX::AppEventPack
512 void AppEventPack::AddParam(const std::string& key, const std::vector<float>& fs) AddParam() function in OHOS::HiviewDFX::AppEventPack
519 void AppEventPack::AddParam(const std::string& key, const std::vector<double>& ds) AddParam() function in OHOS::HiviewDFX::AppEventPack
526 void AppEventPack::AddParam(const std::string& key, const std::vector<const char*>& cps) AddParam() function in OHOS::HiviewDFX::AppEventPack
541 void AppEventPack::AddParam(const std::string& key, const std::vector<std::string>& strs) AddParam() function in OHOS::HiviewDFX::AppEventPack
[all...]

Completed in 4 milliseconds