Searched refs:SetIntValue (Results 1 - 3 of 3) sorted by relevance
/base/powermgr/battery_statistics/frameworks/napi/include/ |
H A D | napi_utils.h | 31 static void SetIntValue(napi_env& env, const std::string fieldStr, const int32_t value, napi_value& result);
|
/base/powermgr/battery_statistics/frameworks/napi/src/ |
H A D | async_callback_info.cpp | 88 NapiUtils::SetIntValue(env, "uid", item.uid_, result); in CreateArrayValue() 89 NapiUtils::SetIntValue(env, "type", item.type_, result); in CreateArrayValue()
|
H A D | napi_utils.cpp | 59 void NapiUtils::SetIntValue(napi_env& env, const std::string fieldStr, const int32_t value, napi_value& result) in SetIntValue() function in OHOS::PowerMgr::NapiUtils
|
Completed in 3 milliseconds