Home
last modified time | relevance | path

Searched defs:GetParamValue (Results 1 – 5 of 5) sorted by relevance

/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/
Dhisysevent_record.cpp175 int HiSysEventRecord::GetParamValue(const std::string& param, int64_t& value) const in GetParamValue() function in OHOS::HiviewDFX::HiSysEventRecord
186 int HiSysEventRecord::GetParamValue(const std::string& param, uint64_t& value) const in GetParamValue() function in OHOS::HiviewDFX::HiSysEventRecord
197 int HiSysEventRecord::GetParamValue(const std::string& param, double& value) const in GetParamValue() function in OHOS::HiviewDFX::HiSysEventRecord
208 int HiSysEventRecord::GetParamValue(const std::string& param, std::string& value) const in GetParamValue() function in OHOS::HiviewDFX::HiSysEventRecord
219 int HiSysEventRecord::GetParamValue(const std::string& param, std::vector<int64_t>& value) const in GetParamValue() function in OHOS::HiviewDFX::HiSysEventRecord
235 int HiSysEventRecord::GetParamValue(const std::string& param, std::vector<uint64_t>& value) const in GetParamValue() function in OHOS::HiviewDFX::HiSysEventRecord
251 int HiSysEventRecord::GetParamValue(const std::string& param, std::vector<double>& value) const in GetParamValue() function in OHOS::HiviewDFX::HiSysEventRecord
267 int HiSysEventRecord::GetParamValue(const std::string& param, std::vector<std::string>& value) const in GetParamValue() function in OHOS::HiviewDFX::HiSysEventRecord
289 int HiSysEventRecord::GetParamValue(const std::string& param, const TypeFilter filterFunc, in GetParamValue() function in OHOS::HiviewDFX::HiSysEventRecord
456 Json::Value HiSysEventValue::GetParamValue(const std::string& key) const in ParseJsonStr() function in OHOS::HiviewDFX::HiSysEventValue
Dhisysevent_record_c.cpp26 int GetParamValue(const HiSysEventRecordC& record, const char* name, T& value) in GetParamValue() function
35 int GetParamValue(const HiSysEventRecordC& record, const char* name, char** value) in GetParamValue() function
/base/startup/init/services/init/lite/
Dinit_cmds.c26 int GetParamValue(const char *symValue, unsigned int symLen, char *paramValue, unsigned int paramLe… in GetParamValue() function
/base/startup/init/services/init/standard/
Dinit_cmds.c55 int GetParamValue(const char *symValue, unsigned int symLen, char *paramValue, unsigned int paramLe… in GetParamValue() function
/base/startup/init/interfaces/kits/jskits/src/
Dnative_parameters_watch.cpp85 static int GetParamValue(napi_env env, napi_value arg, napi_valuetype valueType, char *buffer, size… in GetParamValue() function