Searched defs:AddParam (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/base/hiviewdfx/hiappevent/interfaces/native/inner_api/src/ |
H A D | app_event.cpp | 30 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) in AddParam() function in OHOS::HiviewDFX::HiAppEvent::Event 60 void Event::AddParam(const std::string& key, const std::vector<int32_t>& value) in AddParam() function in OHOS::HiviewDFX::HiAppEvent::Event 65 void Event::AddParam(const std::string& key, const std::vector<int64_t>& value) in AddParam() function in OHOS::HiviewDFX::HiAppEvent::Event 70 void Event::AddParam(const std::string& key, const std::vector<double>& value) in AddParam() function in OHOS::HiviewDFX::HiAppEvent::Event 75 void Event::AddParam(const std::string& key, const std::vector<std::string>& value) in AddParam() function in OHOS::HiviewDFX::HiAppEvent::Event
|
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/ |
H A D | hiappevent_base.cpp | 394 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 …]
|
/ohos5.0/drivers/peripheral/wlan/hostapd/interfaces/hdi_service/service_common/ |
H A D | hdi_hostapd_hal.c | 633 static int AddParam(unsigned int position, const char *cmd, const char *arg, char outDataBuf[], uns… in AddParam() function
|
/ohos5.0/base/startup/init/services/param/manager/ |
H A D | param_manager.c | 423 static int AddParam(WorkSpace *workSpace, uint8_t type, const char *name, const char *value, uint32… in AddParam() function
|
/ohos5.0/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/wifi_hal_module/hostapd_hal/ |
H A D | wifi_hostapd_hal.c | 651 static int AddParam(unsigned int position, const char *cmd, const char *arg, char outDataBuf[], uns… in AddParam() function
|