Searched refs:GetUint32 (Results 1 - 10 of 10) sorted by relevance
/base/hiviewdfx/hiview/plugins/usage_event_report/event/ |
H A D | fold_app_usage_event.cpp | 40 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 D | app_usage_event.cpp | 48 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 D | plugin_stats_event.cpp | 42 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 D | plugin_event.cpp | 37 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 D | logger_event.cpp | 40 root[name] = value.GetUint32();
in AddUint32Value()
|
H A D | param_value.cpp | 72 uint32_t ParamValue::GetUint32() const
in GetUint32() function in OHOS::HiviewDFX::ParamValue
|
/base/security/code_signature/interfaces/innerkits/jit_code_sign/include/ |
H A D | random_helper.h | 35 int32_t GetUint32(uint32_t &randomNum) in GetUint32() function in OHOS::Security::CodeSign::RandomHelper
|
/base/hiviewdfx/hiview/base/event_report/event/include/ |
H A D | param_value.h | 48 uint32_t GetUint32() const;
|
/base/security/code_signature/interfaces/innerkits/jit_code_sign/src/ |
H A D | pac_sign_ctx.cpp | 68 if (randomHelper.GetUint32(random) != CS_SUCCESS) { in InitSalt()
|
/base/inputmethod/imf/test/unittest/cpp_test/src/ |
H A D | js_util_test.cpp | 85 static napi_value GetUint32(napi_env env, napi_callback_info info)
155 DECLARE_NAPI_FUNCTION("getUint32", GetUint32),
|
Completed in 5 milliseconds