Home
last modified time | relevance | path

Searched refs:GetDouble (Results 1 – 8 of 8) sorted by relevance

/base/web/webview/ohos_nweb/include/
Dnweb_value.h57 double GetDouble() { return data_.f; } in GetDouble() function
/base/hiviewdfx/hiview/base/event_store/
Dsys_event_query.cpp74 double FieldValue::GetDouble() in GetDouble() function in OHOS::HiviewDFX::EventStore::FieldValue
268 dataQuery.EqualTo(cond.col_, cond.fieldValue_.GetDouble()); in GetCondEqualValue()
289 dataQuery.NotEqualTo(cond.col_, cond.fieldValue_.GetDouble()); in GetCondNotEqualValue()
310 dataQuery.LessThan(cond.col_, cond.fieldValue_.GetDouble()); in GetCondLessThanValue()
330 dataQuery.LessThanOrEqualTo(cond.col_, cond.fieldValue_.GetDouble()); in GetCondLessEqualValue()
350 dataQuery.GreaterThan(cond.col_, cond.fieldValue_.GetDouble()); in GetCondGreatThanValue()
370 dataQuery.GreaterThanOrEqualTo(cond.col_, cond.fieldValue_.GetDouble()); in GetCondGreatEqualValue()
/base/web/webview/test/unittest/nweb_value_test/
Dnweb_value_test.cpp135 double actual = nwebValue->GetDouble();
/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
Dnapi_util.cpp179 double GetDouble(const napi_env env, const napi_value value) in GetDouble() function
197 doubles.push_back(GetDouble(env, element)); in GetDoubles()
419 result = std::to_string(GetDouble(env, value)); in ConvertToString()
Dnapi_hiappevent_builder.cpp158 appEventPack_->AddParam(key, NapiUtil::GetDouble(env, value)); in AddParam2EventPack()
/base/hiviewdfx/hiappevent/frameworks/js/napi/include/
Dnapi_util.h42 double GetDouble(const napi_env env, const napi_value value);
/base/web/webview/interfaces/kits/napi/webviewcontroller/
Dwebview_javascript_result_callback.cpp186 napi_create_double(env, value->GetDouble(), &napiValue); in ParseNwebValue2NapiValue()
/base/hiviewdfx/hiview/base/event_store/include/
Dsys_event_query.h78 double GetDouble();