Home
last modified time | relevance | path

Searched refs:DOUBLE (Results 1 – 9 of 9) sorted by relevance

/base/security/huks/test/fuzz_test/hksgetkeyparamset_fuzzer/
Dhksgetkeyparamset_fuzzer.cpp26 const int DOUBLE = 2; variable
31 if (data == nullptr || size <= (sizeof(struct HksParamSet) * DOUBLE + BLOB_SIZE)) { in DoSomethingInterestingWithMyAPI()
44 int paramSize = (size - BLOB_SIZE) / DOUBLE; in DoSomethingInterestingWithMyAPI()
/base/web/webview/ohos_nweb/include/
Dnweb_value.h36 DOUBLE, enumerator
/base/web/webview/interfaces/kits/napi/webviewcontroller/
Dwebview_javascript_result_callback.cpp185 case NWebValue::Type::DOUBLE: in ParseNwebValue2NapiValue()
215 nwebValue->SetType(NWebValue::Type::DOUBLE); in ParseNapiValue2NwebValue()
/base/web/webview/test/unittest/nweb_value_test/
Dnweb_value_test.cpp130 nwebValue->SetType(NWebValue::Type::DOUBLE);
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
Dhiappevent_base.cpp110 case AppEventParamType::DOUBLE: in InitValueByBaseType()
278 AppEventParam appEventParam(key, AppEventParamType::DOUBLE); in AddParam()
572 } else if (it->type == AppEventParamType::DOUBLE) { in GetJsonString()
/base/hiviewdfx/hiview/base/event_store/include/
Dsys_event_query.h64 enum ValueType { NONE = 0, INTEGER = 1, FLOAT = 2, DOUBLE = 3, STRING = 4 }; enumerator
68 FieldValue(double value): valueType_(DOUBLE), iValue_(0), fValue_(0), dValue_(value) {} in FieldValue()
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/
Dhiappevent_base.h60 DOUBLE = 7, enumerator
/base/notification/common_event_service/services/src/
Dcommon_event_control_manager.cpp33 constexpr int32_t DOUBLE = 2; variable
535 (DOUBLE * TIMEOUT * numReceivers))) { in ProcessNextOrderedEvent()
/base/hiviewdfx/hiview/base/event_store/
Dsys_event_query.cpp56 return (valueType_ == DOUBLE); in IsDouble()