Home
last modified time | relevance | path

Searched refs:TYPE_STRING (Results 1 – 10 of 10) sorted by relevance

/base/security/access_token/services/common/database/src/
Dvariant_value.cpp37 VariantValue::VariantValue(const std::string& value) : type_(ValueType::TYPE_STRING) in VariantValue()
67 if (type_ != ValueType::TYPE_STRING) { in GetString()
Dstatement.cpp106 if (value.GetType() == ValueType::TYPE_STRING) { in Bind()
/base/security/access_token/services/common/database/include/
Dvariant_value.h29 TYPE_STRING, enumerator
/base/inputmethod/imf/interfaces/kits/js/napi/inputmethodclient/
Djs_utils.h51 TYPE_STRING, enumerator
Djs_input_method.cpp105 "missing name parameter.", TYPE_STRING); in GetInputMethodSubProperty()
113 "missing id parameter.", TYPE_STRING); in GetInputMethodSubProperty()
Djs_utils.cpp96 { TYPE_STRING, "napi_string." },
/base/request/request/download/ability/src/
Dsql_analyzer.cpp41 if (value.GetType() == NativeRdb::ValueObjectType::TYPE_STRING) { in CheckValuesBucket()
/base/inputmethod/imf/interfaces/kits/js/napi/inputmethodability/
Djs_keyboard_delegate_setting.cpp253 … JsUtils::ThrowException(env, IMFErrorCode::EXCEPTION_PARAMCHECK, "'type'", TypeCode::TYPE_STRING); in Subscribe()
295 … JsUtils::ThrowException(env, IMFErrorCode::EXCEPTION_PARAMCHECK, "'type'", TypeCode::TYPE_STRING); in UnSubscribe()
Djs_input_method_engine_setting.cpp303 … JsUtils::ThrowException(env, IMFErrorCode::EXCEPTION_PARAMCHECK, "'type'", TypeCode::TYPE_STRING); in Subscribe()
345 … JsUtils::ThrowException(env, IMFErrorCode::EXCEPTION_PARAMCHECK, "'type'", TypeCode::TYPE_STRING); in UnSubscribe()
Djs_text_input_client_engine.cpp382 …JsUtils::ThrowException(env, IMFErrorCode::EXCEPTION_PARAMCHECK, " 'text'", TypeCode::TYPE_STRING); in InsertText()