Searched refs:OH_HiSysEvent_GetParamDoubleValues (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/include/ |
H A D | hisysevent_record_c.h | 62 int OH_HiSysEvent_GetParamDoubleValues(
|
/ohos5.0/base/hiviewdfx/hisysevent/test/moduletest/common/ |
H A D | hisysevent_manager_c_test.cpp | 252 int res = OH_HiSysEvent_GetParamDoubleValues(&record, name.c_str(), &testValues, &len); in RecordParamDouValuesTest() 330 int res = OH_HiSysEvent_GetParamDoubleValues(&record, name.c_str(), &testValues, &len); in RecordParamDouValuesInvalidTest() 1136 ret = OH_HiSysEvent_GetParamDoubleValues(&record, "KEY", value7pp, &dataLen); 1138 ret = OH_HiSysEvent_GetParamDoubleValues(&record, nullptr, value7pp, &dataLen);
|
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/ |
H A D | hisysevent_record_c.cpp | 184 int OH_HiSysEvent_GetParamDoubleValues(const HiSysEventRecordC* record, const char* name, double** … in OH_HiSysEvent_GetParamDoubleValues() function
|
H A D | libhisyseventmanager.map | 68 "OH_HiSysEvent_GetParamDoubleValues";
|
/ohos5.0/docs/zh-cn/device-dev/subsystems/ |
H A D | subsys-dfx-hisysevent-query.md | 154 | int OH_HiSysEvent_GetParamDoubleValues(const HiSysEventRecord& record, const char* name, double**…
|
/ohos5.0/docs/en/device-dev/subsystems/ |
H A D | subsys-dfx-hisysevent-query.md | 154 | int OH_HiSysEvent_GetParamDoubleValues(const HiSysEventRecord& record, const char* name, double**…
|