Home
last modified time | relevance | path

Searched defs:VALUE_TYPE_STRING (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/window/window_manager/extension/modal_system_ui_extension/src/
H A Dmodal_system_ui_extension.cpp34 constexpr int32_t VALUE_TYPE_STRING = 9; variable
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/distributedWant/
H A Ddistributed_want_params.h183 VALUE_TYPE_STRING = 9, enumerator
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/include/
H A Dwant_params.h128 VALUE_TYPE_STRING = 9, enumerator
/ohos5.0/base/update/updater/services/script/script_interpreter/
H A Dscript_context.h38 VALUE_TYPE_STRING = UScriptContext::PARAM_TYPE_STRING, enumerator
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/include/
H A Dquery_expression.h34 VALUE_TYPE_STRING, enumerator
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/
H A Dinput_method_utils.h169 enum PrivateDataValueType : int32_t { VALUE_TYPE_STRING = 0, VALUE_TYPE_BOOL, VALUE_TYPE_NUMBER }; enumerator