/ohos5.0/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/ |
H A D | hisysevent_record.cpp | 157 (void)GetParamValue(key, value); in GetInt64ValueByKey() 164 (void)GetParamValue(key, value); in GetUInt64ValueByKey() 171 (void)GetParamValue(key, value); in GetStringValueByKey() 177 return GetParamValue(param, in GetParamValue() 188 return GetParamValue(param, in GetParamValue() 199 return GetParamValue(param, in GetParamValue() 210 return GetParamValue(param, in GetParamValue() 221 return GetParamValue(param, in GetParamValue() 237 return GetParamValue(param, in GetParamValue() 253 return GetParamValue(param, in GetParamValue() [all …]
|
H A D | libhisyseventmanager.map | 6 …"OHOS::HiviewDFX::HiSysEventRecord::GetParamValue(std::__h::basic_string<char, std::__h::char_trai… 7 …"OHOS::HiviewDFX::HiSysEventRecord::GetParamValue(std::__h::basic_string<char, std::__h::char_trai… 8 …"OHOS::HiviewDFX::HiSysEventRecord::GetParamValue(std::__h::basic_string<char, std::__h::char_trai… 9 …"OHOS::HiviewDFX::HiSysEventRecord::GetParamValue(std::__h::basic_string<char, std::__h::char_trai… 43 …"OHOS::HiviewDFX::HiSysEventRecord::GetParamValue(std::__h::basic_string<char, std::__h::char_trai… 45 …"OHOS::HiviewDFX::HiSysEventRecord::GetParamValue(std::__h::basic_string<char, std::__h::char_trai… 48 …"OHOS::HiviewDFX::HiSysEventRecord::GetParamValue(std::__h::basic_string<char, std::__h::char_trai… 49 …"OHOS::HiviewDFX::HiSysEventRecord::GetParamValue(std::__h::basic_string<char, std::__h::char_trai… 51 …"OHOS::HiviewDFX::HiSysEventRecord::GetParamValue(std::__h::basic_string<char, std::__h::char_trai… 53 …"OHOS::HiviewDFX::HiSysEventRecord::GetParamValue(std::__h::basic_string<char, std::__h::char_trai… [all …]
|
H A D | hisysevent_record_c.cpp | 26 int GetParamValue(const HiSysEventRecordC& record, const char* name, T& value) in GetParamValue() function 32 return recordObj.GetParamValue(name, value); in GetParamValue() 35 int GetParamValue(const HiSysEventRecordC& record, const char* name, char** value) in GetParamValue() function 42 if (auto res = recordObj.GetParamValue(name, str); res != 0) { in GetParamValue() 56 if (auto res = recordObj.GetParamValue(name, dataVec); res != 0) { in GetParamValues() 81 if (auto res = recordObj.GetParamValue(name, dataVec); res != 0) { in GetParamValues() 106 return GetParamValue<int64_t>(record, name, value); in GetParamInt64Value() 111 return GetParamValue<uint64_t>(record, name, value); in GetParamUint64Value() 116 return GetParamValue<double>(record, name, value); in GetParamDoubleValue() 121 return GetParamValue(record, name, value); in GetParamStringValue()
|
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/include/ |
H A D | hisysevent_record.h | 60 int GetParamValue(const std::string& param, int64_t& value) const; 61 int GetParamValue(const std::string& param, uint64_t& value) const; 62 int GetParamValue(const std::string& param, double& value) const; 63 int GetParamValue(const std::string& param, std::string& value) const; 64 int GetParamValue(const std::string& param, std::vector<int64_t>& value) const; 65 int GetParamValue(const std::string& param, std::vector<uint64_t>& value) const; 66 int GetParamValue(const std::string& param, std::vector<double>& value) const; 67 int GetParamValue(const std::string& param, std::vector<std::string>& value) const; 85 …int GetParamValue(const std::string& param, const TypeFilter filterFunc, const ValueAssigner assig…
|
H A D | hisysevent_value.h | 51 Json::Value GetParamValue(const std::string& key) const;
|
/ohos5.0/base/hiviewdfx/hisysevent/test/fuzztest/common/hisyseventmanager_fuzzer/ |
H A D | hisyseventmanager_fuzzer.cpp | 60 (void)record.GetParamValue(data, intValue); in HiSysEventRecordTest() 62 (void)record.GetParamValue(data, uintValue); in HiSysEventRecordTest() 64 (void)record.GetParamValue(data, dValue); in HiSysEventRecordTest() 66 (void)record.GetParamValue(data, strValue); in HiSysEventRecordTest() 68 (void)record.GetParamValue(data, intValues); in HiSysEventRecordTest() 70 (void)record.GetParamValue(data, uintValues); in HiSysEventRecordTest() 72 (void)record.GetParamValue(data, dValues); in HiSysEventRecordTest() 74 (void)record.GetParamValue(data, strValues); in HiSysEventRecordTest()
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/ability_delegator/ |
H A D | ability_delegator_args.cpp | 52 return GetParamValue(AbilityDelegatorArgs::KEY_TEST_PACKAGE_NAME); in GetTestPackageName() 57 return GetParamValue(AbilityDelegatorArgs::KEY_TEST_MODULE_NAME); in GetTestModuleName() 62 return GetParamValue(AbilityDelegatorArgs::KEY_TEST_RUNNER_CLASS); in GetTestRunnerClassName() 67 return GetParamValue(AbilityDelegatorArgs::KEY_TEST_CASE); in GetTestCaseName() 85 std::string AbilityDelegatorArgs::GetParamValue(const std::string &key) const in GetParamValue() function in OHOS::AppExecFwk::AbilityDelegatorArgs
|
/ohos5.0/base/hiviewdfx/faultloggerd/tools/crash_validator/ |
H A D | crash_validator.cpp | 179 sysEvent->GetParamValue(KEY_HAPPEN_TIME, crashEvent.time); in HandleCppCrashEvent() 180 sysEvent->GetParamValue(KEY_UID, crashEvent.uid); in HandleCppCrashEvent() 181 sysEvent->GetParamValue(KEY_PID, crashEvent.pid); in HandleCppCrashEvent() 182 sysEvent->GetParamValue(KEY_LOG_PATH, crashEvent.path); in HandleCppCrashEvent() 183 sysEvent->GetParamValue(KEY_MODULE, crashEvent.name); in HandleCppCrashEvent() 198 sysEvent->GetParamValue(KEY_STATUS, status64); in HandleProcessExitEvent() 207 sysEvent->GetParamValue(KEY_UID, crashEvent.uid); in HandleProcessExitEvent() 208 sysEvent->GetParamValue(KEY_PID, crashEvent.pid); in HandleProcessExitEvent() 209 sysEvent->GetParamValue(KEY_NAME, crashEvent.name); in HandleProcessExitEvent()
|
/ohos5.0/base/hiviewdfx/hisysevent/test/moduletest/common/ |
H A D | hisysevent_wrote_result_check_test.cpp | 149 sysEvent->GetParamValue(PARAM_KEY, ret); in __anon1cb05ef20202() 170 sysEvent->GetParamValue(PARAM_KEY, ret); in __anon1cb05ef20302() 191 sysEvent->GetParamValue(PARAM_KEY, ret); in __anon1cb05ef20402() 232 sysEvent->GetParamValue(PARAM_KEY, ret); in __anon1cb05ef20602() 257 sysEvent->GetParamValue(PARAM_KEY, ret); in __anon1cb05ef20702() 283 sysEvent->GetParamValue(PARAM_KEY, ret); in __anon1cb05ef20802() 309 sysEvent->GetParamValue(PARAM_KEY, ret); in __anon1cb05ef20902() 359 sysEvent->GetParamValue(PARAM_KEY, ret); in __anon1cb05ef20b02() 489 sysEvent->GetParamValue(PARAM_KEY, ret); in __anon1cb05ef21102() 510 sysEvent->GetParamValue(PARAM_KEY, ret); in __anon1cb05ef21202() [all …]
|
H A D | hisysevent_native_test.cpp | 1245 int ret = record.GetParamValue("type_", val); 1261 int ret = record.GetParamValue("XXX", val); 1277 int ret = record.GetParamValue("PARAM_B", val); 1309 int ret = record.GetParamValue("PARAM_A", val); 1326 int ret = record.GetParamValue("PARAM_A", val); 1343 int ret = record.GetParamValue("PARAM_A", val); 1360 int ret = record.GetParamValue("PARAM_B", val); 1377 int ret = record.GetParamValue("PARAM_B", val); 1395 int ret = record.GetParamValue("PARAM_B", val); 1514 ret = record.GetParamValue("name_", paramC); [all …]
|
/ohos5.0/docs/zh-cn/device-dev/subsystems/ |
H A D | subsys-dfx-hisysevent-listening.md | 70 |int HiSysEventRecord::GetParamValue(const std::string& param, int64_t& … 71 |int HiSysEventRecord::GetParamValue(const std::string& param, uint64_t&&nbs… 72 |int HiSysEventRecord::GetParamValue(const std::string& param, double& … 73 |int HiSysEventRecord::GetParamValue(const std::string& param, std::string& … 74 |int HiSysEventRecord::GetParamValue(const std::string& param, std::vector<in… 75 |int HiSysEventRecord::GetParamValue(const std::string& param, std::vector<ui… 76 |int HiSysEventRecord::GetParamValue(const std::string& param, std::vector<do… 77 |int HiSysEventRecord::GetParamValue(const std::string& param, std::vector<st…
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/wifi_country_code/ |
H A D | wifi_country_code_policy.cpp | 86 int errorCode = GetParamValue(WIFI_COUNTRY_CODE_RUN_MODE, DEFAULT_RO_RUN_MODE, roRunModeValue, in GetWifiCountryCodeByFactory() 94 errorCode = GetParamValue(FACTORY_WIFI_COUNTRY_CODE, DEFAULT_WIFI_COUNTRY_CODE, in GetWifiCountryCodeByFactory() 114 …int errorCode = GetParamValue(OPERATOR_NUMERIC_KEY, DEFAULT_OPERATOR_NUMERIC, cachedPlmn, OPERATOR… in GetWifiCountryCodeByMcc() 325 int ret = GetParamValue(WIFI_COUNTRY_CODE_DYNAMIC_UPDATE_KEY, DEFAULT_WIFI_COUNTRY_CODE, in GetWifiCountryCodeByCache() 343 int errorCode = GetParamValue(DEFAULT_REGION_KEY, in GetWifiCountryCodeByDefaultRegion()
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/ability_delegator/ |
H A D | ability_delegator_args_test.cpp | 139 EXPECT_EQ(delegatorArgs.GetParamValue(KEY_TEST_MODULE_NAME), VALUE_TEST_MODULE_NAME); 140 EXPECT_EQ(delegatorArgs.GetParamValue(KEY_TEST_RUNNER_CLASS), VALUE_TEST_RUNNER_CLASS); 141 EXPECT_EQ(delegatorArgs.GetParamValue(KEY_TEST_CASE), VALUE_TEST_CASE);
|
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiomanager/managersink/src/ |
H A D | daudio_sink_dev.cpp | 535 int32_t DAudioSinkDev::GetParamValue(const cJSON *j, const char* key, int32_t &value) in GetParamValue() function in OHOS::DistributedHardware::DAudioSinkDev 548 …ret = GetParamValue(j, KEY_SAMPLING_RATE, reinterpret_cast<int32_t&>(audioParam.comParam.sampleRat… in GetCJsonObjectItems() 550 … ret = GetParamValue(j, KEY_CHANNELS, reinterpret_cast<int32_t&>(audioParam.comParam.channelMask)); in GetCJsonObjectItems() 552 ret = GetParamValue(j, KEY_FORMAT, reinterpret_cast<int32_t&>(audioParam.comParam.bitFormat)); in GetCJsonObjectItems() 554 … ret = GetParamValue(j, KEY_FRAMESIZE, reinterpret_cast<int32_t&>(audioParam.comParam.frameSize)); in GetCJsonObjectItems() 556 …ret = GetParamValue(j, KEY_SOURCE_TYPE, reinterpret_cast<int32_t&>(audioParam.captureOpts.sourceTy… in GetCJsonObjectItems() 558 …ret = GetParamValue(j, KEY_CONTENT_TYPE, reinterpret_cast<int32_t&>(audioParam.renderOpts.contentT… in GetCJsonObjectItems() 560 …ret = GetParamValue(j, KEY_STREAM_USAGE, reinterpret_cast<int32_t&>(audioParam.renderOpts.streamUs… in GetCJsonObjectItems() 562 …ret = GetParamValue(j, KEY_RENDER_FLAGS, reinterpret_cast<int32_t&>(audioParam.renderOpts.renderFl… in GetCJsonObjectItems() 564 …ret = GetParamValue(j, KEY_CAPTURE_FLAGS, reinterpret_cast<int32_t&>(audioParam.captureOpts.captur… in GetCJsonObjectItems()
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/ |
H A D | cjson_parser.h | 153 char *GetParamValue(const char *attrName, jerry_value_t param, bool isPlural); 156 char *GetParamValue(const char *attrName, jerry_value_t param);
|
/ohos5.0/base/startup/init/interfaces/kits/jskits/src/ |
H A D | native_parameters_watch.cpp | 85 static int GetParamValue(napi_env env, napi_value arg, napi_valuetype valueType, char *buffer, size… in GetParamValue() function 162 int ret = GetParamValue(env, argv[0], napi_string, asyncContext->key, asyncContext->keyLen); in ParamWait() 165 ret = GetParamValue(env, argv[1], napi_string, asyncContext->value, asyncContext->valueLen); in ParamWait() 168 …ret = GetParamValue(env, argv[PARAM_TIMEOUT_INDEX], napi_number, (char *)&asyncContext->timeout, l… in ParamWait() 346 int ret = GetParamValue(env, argv[0], napi_string, watcher->keyPrefix, watcher->keyLen); in GetWatcher() 365 int ret = GetParamValue(env, argv[0], napi_string, eventType.data(), typeLen); in GetWatcherInfo()
|
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/ |
H A D | input_method_dfx_test.cpp | 76 sysEvent->GetParamValue(PARAM_KEY, result); in OnEvent() 114 sysEvent->GetParamValue(STATE, state); in OnEvent() 115 sysEvent->GetParamValue(PID, pid); in OnEvent() 116 sysEvent->GetParamValue(BUNDLE_NAME, bundleName); in OnEvent()
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/unittest/Mock/ |
H A D | mock_wifi_global_func.h | 25 int GetParamValue(const char *key, const char *def, char *value, uint32_t len);
|
H A D | mock_wifi_global_func.cpp | 37 int GetParamValue(const char *key, const char *def, char *value, uint32_t len) in GetParamValue() function
|
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/crash_exception/ |
H A D | crash_exception_listener.cpp | 36 sysEvent->GetParamValue("PROCESS_NAME", reason); in OnEvent()
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/ability_delegator/ |
H A D | ability_delegator_args.h | 125 std::string GetParamValue(const std::string &key) const;
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/ |
H A D | libwifi_toolkit.map | 24 "*GetParamValue*";
|
/ohos5.0/docs/en/device-dev/subsystems/ |
H A D | subsys-dfx-hisysevent-listening.md | 70 |int HiSysEventRecord::GetParamValue(const std::string& param, int64_t& … 71 |int HiSysEventRecord::GetParamValue(const std::string& param, uint64_t&&nbs… 72 |int HiSysEventRecord::GetParamValue(const std::string& param, double& … 73 |int HiSysEventRecord::GetParamValue(const std::string& param, std::string& … 74 |int HiSysEventRecord::GetParamValue(const std::string& param, std::vector<in… 75 |int HiSysEventRecord::GetParamValue(const std::string& param, std::vector<ui… 76 |int HiSysEventRecord::GetParamValue(const std::string& param, std::vector<do… 77 |int HiSysEventRecord::GetParamValue(const std::string& param, std::vector<st…
|
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/panic_handler/ |
H A D | rustpanic_listener.cpp | 39 sysEvent->GetParamValue("REASON", reason); in OnEvent()
|
/ohos5.0/base/startup/init/services/init/include/ |
H A D | init_cmds.h | 85 int GetParamValue(const char *symValue, unsigned int symLen, char *paramValue, unsigned int paramLe…
|