Home
last modified time | relevance | path

Searched refs:SetIntValue (Results 1 - 3 of 3) sorted by relevance

/base/powermgr/battery_statistics/frameworks/napi/include/
H A Dnapi_utils.h31 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 Dasync_callback_info.cpp88 NapiUtils::SetIntValue(env, "uid", item.uid_, result); in CreateArrayValue()
89 NapiUtils::SetIntValue(env, "type", item.type_, result); in CreateArrayValue()
H A Dnapi_utils.cpp59 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