Lines Matching refs:AddParam
230 void AppEventPack::AddParam(const std::string& key) in AddParam() function in OHOS::HiviewDFX::AppEventPack
236 void AppEventPack::AddParam(const std::string& key, bool b) in AddParam() function in OHOS::HiviewDFX::AppEventPack
243 void AppEventPack::AddParam(const std::string& key, char c) in AddParam() function in OHOS::HiviewDFX::AppEventPack
250 void AppEventPack::AddParam(const std::string& key, int8_t num) in AddParam() function in OHOS::HiviewDFX::AppEventPack
257 void AppEventPack::AddParam(const std::string& key, short s) in AddParam() function in OHOS::HiviewDFX::AppEventPack
264 void AppEventPack::AddParam(const std::string& key, int i) in AddParam() function in OHOS::HiviewDFX::AppEventPack
271 void AppEventPack::AddParam(const std::string& key, long l) in AddParam() function in OHOS::HiviewDFX::AppEventPack
278 void AppEventPack::AddParam(const std::string& key, long long ll) in AddParam() function in OHOS::HiviewDFX::AppEventPack
285 void AppEventPack::AddParam(const std::string& key, float f) in AddParam() function in OHOS::HiviewDFX::AppEventPack
292 void AppEventPack::AddParam(const std::string& key, double d) in AddParam() function in OHOS::HiviewDFX::AppEventPack
299 void AppEventPack::AddParam(const std::string& key, const char *s) in AddParam() function in OHOS::HiviewDFX::AppEventPack
306 void AppEventPack::AddParam(const std::string& key, const std::string& s) in AddParam() function in OHOS::HiviewDFX::AppEventPack
313 void AppEventPack::AddParam(const std::string& key, const std::vector<bool>& bs) in AddParam() function in OHOS::HiviewDFX::AppEventPack
320 void AppEventPack::AddParam(const std::string& key, const std::vector<char>& cs) in AddParam() function in OHOS::HiviewDFX::AppEventPack
327 void AppEventPack::AddParam(const std::string& key, const std::vector<int8_t>& shs) in AddParam() function in OHOS::HiviewDFX::AppEventPack
334 void AppEventPack::AddParam(const std::string& key, const std::vector<short>& shs) in AddParam() function in OHOS::HiviewDFX::AppEventPack
341 void AppEventPack::AddParam(const std::string& key, const std::vector<int>& is) in AddParam() function in OHOS::HiviewDFX::AppEventPack
348 void AppEventPack::AddParam(const std::string& key, const std::vector<long>& ls) in AddParam() function in OHOS::HiviewDFX::AppEventPack
355 void AppEventPack::AddParam(const std::string& key, const std::vector<long long>& lls) in AddParam() function in OHOS::HiviewDFX::AppEventPack
362 void AppEventPack::AddParam(const std::string& key, const std::vector<float>& fs) in AddParam() function in OHOS::HiviewDFX::AppEventPack
369 void AppEventPack::AddParam(const std::string& key, const std::vector<double>& ds) in AddParam() function in OHOS::HiviewDFX::AppEventPack
376 void AppEventPack::AddParam(const std::string& key, const std::vector<const char*>& cps) in AddParam() function in OHOS::HiviewDFX::AppEventPack
391 void AppEventPack::AddParam(const std::string& key, const std::vector<const std::string>& strs) in AddParam() function in OHOS::HiviewDFX::AppEventPack