Home
last modified time | relevance | path

Searched defs:GetValue (Results 1 – 25 of 27) sorted by relevance

12

/base/inputmethod/imf/frameworks/js/napi/common/
Djs_util.cpp28 bool JsUtil::GetValue(napi_env env, napi_value in, std::string &out) in GetValue() function in OHOS::MiscServices::JsUtil
41 bool JsUtil::GetValue(napi_env env, napi_value in, std::u16string &out) in GetValue() function in OHOS::MiscServices::JsUtil
50 bool JsUtil::GetValue(napi_env env, napi_value in, int32_t &out) in GetValue() function in OHOS::MiscServices::JsUtil
54 bool JsUtil::GetValue(napi_env env, napi_value in, uint32_t &out) in GetValue() function in OHOS::MiscServices::JsUtil
58 bool JsUtil::GetValue(napi_env env, napi_value in, int64_t &out) in GetValue() function in OHOS::MiscServices::JsUtil
62 bool JsUtil::GetValue(napi_env env, napi_value in, bool &out) in GetValue() function in OHOS::MiscServices::JsUtil
66 bool JsUtil::GetValue(napi_env env, napi_value in, double &out) in GetValue() function in OHOS::MiscServices::JsUtil
70 napi_value JsUtil::GetValue(napi_env env, const std::string &in) in GetValue() function in OHOS::MiscServices::JsUtil
76 napi_value JsUtil::GetValue(napi_env env, int32_t in) in GetValue() function in OHOS::MiscServices::JsUtil
82 napi_value JsUtil::GetValue(napi_env env, uint32_t in) in GetValue() function in OHOS::MiscServices::JsUtil
[all …]
Djs_util.h36 template<typename T> static bool GetValue(napi_env env, napi_value in, std::vector<T> &items) in GetValue() function
59 template<typename T> static napi_value GetValue(napi_env env, const std::vector<T> &items) in GetValue() function
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
Djs_utils.cpp186 napi_status JsUtils::GetValue(napi_env env, napi_value in, int32_t &out) in GetValue() function in OHOS::MiscServices::JsUtils
195 napi_status JsUtils::GetValue(napi_env env, napi_value in, uint32_t &out) in GetValue() function in OHOS::MiscServices::JsUtils
203 napi_status JsUtils::GetValue(napi_env env, napi_value in, bool &out) in GetValue() function in OHOS::MiscServices::JsUtils
211 napi_status JsUtils::GetValue(napi_env env, napi_value in, double &out) in GetValue() function in OHOS::MiscServices::JsUtils
220 napi_status JsUtils::GetValue(napi_env env, napi_value in, std::string &out) in GetValue() function in OHOS::MiscServices::JsUtils
248 napi_status JsUtils::GetValue(napi_env env, napi_value in, const std::string &type, napi_value &out) in GetValue() function in OHOS::MiscServices::JsUtils
260 napi_status JsUtils::GetValue(napi_env env, napi_value in, PanelInfo &out) in GetValue() function in OHOS::MiscServices::JsUtils
283 napi_value JsUtils::GetValue(napi_env env, const std::vector<InputWindowInfo> &in) in GetValue() function in OHOS::MiscServices::JsUtils
300 napi_value JsUtils::GetValue(napi_env env, const InputWindowInfo &in) in GetValue() function in OHOS::MiscServices::JsUtils
328 napi_value JsUtils::GetValue(napi_env env, const InputAttribute &attribute) in GetValue() function in OHOS::MiscServices::JsUtils
[all …]
Djs_get_input_method_controller.cpp465 bool JsGetInputMethodController::GetValue(napi_env env, napi_value in, SelectionRange &out) in GetValue() function in OHOS::MiscServices::JsGetInputMethodController
490 bool JsGetInputMethodController::GetValue(napi_env env, napi_value in, TextConfig &out) in GetValue() function in OHOS::MiscServices::JsGetInputMethodController
592 bool JsGetInputMethodController::GetValue(napi_env env, napi_value in, CursorInfo &out) in GetValue() function in OHOS::MiscServices::JsGetInputMethodController
645 bool JsGetInputMethodController::GetValue(napi_env env, napi_value in, InputAttribute &out) in GetValue() function in OHOS::MiscServices::JsGetInputMethodController
/base/inputmethod/imf/frameworks/common/
Dblock_data.h42 T GetValue() in GetValue() function
50 bool GetValue(T &data) in GetValue() function
/base/update/updater/services/script/script_interpreter/
Dscript_context.h79 int32_t GetValue() const in GetValue() function
101 float GetValue() const in GetValue() function
125 std::string GetValue() const in GetValue() function
176 int32_t GetValue() const in GetValue() function
/base/hiviewdfx/hiview/framework/native/unified_collection/collector/
Dgpu_collector_impl.cpp36 inline int32_t GetValue(const std::string& fileName) in GetValue() function
/base/hiviewdfx/hilog/frameworks/libhilog/utils/include/
Dlog_utils.h34 const V& GetValue(K key) const in GetValue() function
/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/parse/
Dparse_smaps_rollup_info.cpp34 void ParseSmapsRollupInfo::GetValue(const string &str, MemInfoData::MemInfo &memInfo) in GetValue() function in OHOS::HiviewDFX::ParseSmapsRollupInfo
Dparse_smaps_info.cpp74 bool ParseSmapsInfo::GetValue(const MemoryFilter::MemoryType &memType, const string &str, string &t… in GetValue() function in OHOS::HiviewDFX::ParseSmapsInfo
/base/telephony/core_service/utils/vcard/src/
Dvcard_raw_data.cpp88 std::vector<std::string> VCardRawData::GetValue() in GetValue() function in OHOS::Telephony::VCardRawData
/base/update/updateservice/services/core/ability/utils/include/
Djson_utils.h178 …template <typename T> static void GetValue(const nlohmann::json &jsonObject, const std::string &ke… in GetValue() function
183 …static void GetValue(const nlohmann::json &jsonObject, const std::string &key, std::vector<std::st… in GetValue() function
/base/hiviewdfx/hiview/base/
Devent.cpp32 const std::string Event::GetValue(const std::string &name) const in GetValue() function in OHOS::HiviewDFX::Event
/base/location/frameworks/location_common/common/source/
Dlocation_data_rdb_helper.cpp92 LocationErrCode LocationDataRdbHelper::GetValue(Uri &uri, const std::string &column, int32_t &value) in GetValue() function in OHOS::Location::LocationDataRdbHelper
/base/security/access_token/services/common/database/src/
Dstatement.cpp125 VariantValue Statement::GetValue(const int32_t column, const bool flagInt64) const in GetValue() function in OHOS::Security::AccessToken::Statement
/base/telephony/core_service/services/sim/src/
Dtag_service.cpp58 void TagService::GetValue(std::vector<uint8_t> &result) const in GetValue() function in OHOS::Telephony::TagService
/base/telephony/cellular_data/services/src/utils/
Dcellular_data_settings_rdb_helper.cpp81 int32_t CellularDataSettingsRdbHelper::GetValue(Uri &uri, const std::string &column, int32_t &value) in GetValue() function in OHOS::Telephony::CellularDataSettingsRdbHelper
/base/global/resource_management_lite/frameworks/resmgr_lite/src/
Dglobal.cpp121 int32_t GetValue(const IdItem *idItem, char **value) in GetValue() function
/base/hiviewdfx/hiview/base/event_report/event/
Dlogger_event.cpp80 ParamValue LoggerEvent::GetValue(const std::string& name) in GetValue() function in OHOS::HiviewDFX::LoggerEvent
/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/
Dget_hardware_info.cpp70 void GetHardwareInfo::GetValue(const std::string &str, uint64_t &value) in GetValue() function in OHOS::HiviewDFX::GetHardwareInfo
/base/powermgr/battery_manager/charger/src/
Dbattery_config.cpp184 Json::Value BatteryConfig::GetValue(std::string key) const in GetValue() function in OHOS::PowerMgr::BatteryConfig
/base/powermgr/battery_manager/services/native/src/
Dbattery_config.cpp169 Json::Value BatteryConfig::GetValue(std::string key) const in GetValue() function in OHOS::PowerMgr::BatteryConfig
/base/powermgr/display_manager/state_manager/frameworks/napi/
Dbrightness_module.cpp72 static napi_value GetValue(napi_env env, napi_callback_info info) in GetValue() function
/base/time/time_service/framework/js/napi/common/src/
Dnapi_utils.cpp56 napi_status NapiUtils::GetValue(napi_env env, napi_value in, std::string &out) in GetValue() function in OHOS::MiscServices::Time::NapiUtils
/base/hiviewdfx/hiview/base/event_raw/encoded/
Draw_data_builder.cpp260 std::shared_ptr<EncodedParam> RawDataBuilder::GetValue(const std::string& key) in GetValue() function in OHOS::HiviewDFX::EventRaw::RawDataBuilder

12