Home
last modified time | relevance | path

Searched refs:isDouble (Results 1 - 8 of 8) sorted by relevance

/base/powermgr/battery_statistics/services/native/src/
H A Dbattery_stats_parser.cpp105 } else if (value.isDouble()) { in LoadAveragePowerFromFile()
116 if (value.isDouble()) { in ParsingArray()
H A Dbattery_stats_core.cpp928 if (!root["Power"][*iter].isDouble()) { in UpdateStatsEntity()
/base/hiviewdfx/hiappevent/frameworks/cj/ffi/src/
H A Dappevent_watcher_impl.cpp226 } else if (jsonValue[static_cast<int>(0)].isDouble()) { in CreatArr()
298 } else if (jsonValue.isDouble()) { in CreateValueByJson()
/base/hiviewdfx/hisysevent/frameworks/native/
H A Dhisysevent_json_decorator.cpp238 return eventJson.isDouble(); in HiSysEventJsonDecorator()
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/
H A Dhisysevent_record.cpp412 return jsonVal_.isDouble();
/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
H A Dnapi_util.cpp552 if (jsonValue.isDouble()) { in CreateBaseValueByJson()
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dnapi_webview_controller.cpp119 napi_valuetype GetArrayValueType(napi_env env, napi_value array, bool& isDouble) in GetArrayValueType() argument
147 isDouble = abs(elementDouble - elementInt32 * 1.0) > MINIMAL_ERROR; in GetArrayValueType()
149 isDouble = true; in GetArrayValueType()
1778 bool isDouble = false; in SetArray() local
1779 napi_valuetype valueType = GetArrayValueType(env, argv[INTEGER_ZERO], isDouble); in SetArray()
1789 { napi_number, [isDouble](napi_env env, napi_value array, WebMessageExt* msgExt) { in SetArray()
1790 isDouble ? SetArrayHandlerDouble(env, array, msgExt) in SetArray()
/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/src/
H A Dnapi_hisysevent_util.cpp685 if (jsonValue.isDouble()) { in CreateParamItemTypeValue()

Completed in 17 milliseconds