Home
last modified time | relevance | path

Searched refs:GetUint32 (Results 1 - 10 of 10) sorted by relevance

/base/hiviewdfx/hiview/plugins/usage_event_report/event/
H A Dfold_app_usage_event.cpp40 KEY_OF_FOLD_VER_USAGE, this->paramMap_[KEY_OF_FOLD_VER_USAGE].GetUint32(), in Report()
41 KEY_OF_FOLD_HOR_USAGE, this->paramMap_[KEY_OF_FOLD_HOR_USAGE].GetUint32(), in Report()
42 KEY_OF_EXPD_VER_USAGE, this->paramMap_[KEY_OF_EXPD_VER_USAGE].GetUint32(), in Report()
43 KEY_OF_EXPD_HOR_USAGE, this->paramMap_[KEY_OF_EXPD_HOR_USAGE].GetUint32(), in Report()
44 KEY_OF_USAGE, this->paramMap_[KEY_OF_USAGE].GetUint32(), in Report()
46 KEY_OF_START_NUM, this->paramMap_[KEY_OF_START_NUM].GetUint32()); in Report()
H A Dapp_usage_event.cpp48 KEY_OF_START_NUM, this->paramMap_[KEY_OF_START_NUM].GetUint32()); in ReportDFX()
61 KEY_OF_START_NUM, this->paramMap_[KEY_OF_START_NUM].GetUint32()); in ReportDFXUE()
/base/hiviewdfx/hiview/base/event_report/event/
H A Dplugin_stats_event.cpp42 paramMap_[KEY_OF_TOTAL] = paramMap_[KEY_OF_TOTAL].GetUint32() + NUM_ADD_PER; in UpdateTotalNum()
47 paramMap_[KEY_OF_TOTAL_TIME] = paramMap_[KEY_OF_TOTAL_TIME].GetUint64() + paramMap_[KEY_OF_PROC_TIME].GetUint32(); in UpdateTotalTime()
53 / paramMap_[KEY_OF_TOTAL].GetUint32()); in UpdateAvgTime()
58 uint32_t procTime = paramMap_[KEY_OF_PROC_TIME].GetUint32(); in UpdateTopK()
93 KEY_OF_AVG_TIME, paramMap_[KEY_OF_AVG_TIME].GetUint32(), in Report()
96 KEY_OF_TOTAL, paramMap_[KEY_OF_TOTAL].GetUint32()); in Report()
H A Dplugin_event.cpp37 KEY_OF_RESULT, this->paramMap_[KEY_OF_RESULT].GetUint32(), in Report()
38 KEY_OF_DURATION, this->paramMap_[KEY_OF_DURATION].GetUint32()); in Report()
H A Dlogger_event.cpp40 root[name] = value.GetUint32(); in AddUint32Value()
H A Dparam_value.cpp72 uint32_t ParamValue::GetUint32() const in GetUint32() function in OHOS::HiviewDFX::ParamValue
/base/security/code_signature/interfaces/innerkits/jit_code_sign/include/
H A Drandom_helper.h35 int32_t GetUint32(uint32_t &randomNum) in GetUint32() function in OHOS::Security::CodeSign::RandomHelper
/base/hiviewdfx/hiview/base/event_report/event/include/
H A Dparam_value.h48 uint32_t GetUint32() const;
/base/security/code_signature/interfaces/innerkits/jit_code_sign/src/
H A Dpac_sign_ctx.cpp68 if (randomHelper.GetUint32(random) != CS_SUCCESS) { in InitSalt()
/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Djs_util_test.cpp85 static napi_value GetUint32(napi_env env, napi_callback_info info)
155 DECLARE_NAPI_FUNCTION("getUint32", GetUint32),

Completed in 5 milliseconds