| /base/inputmethod/imf/frameworks/js/napi/common/ |
| D | js_util.cpp | 37 bool JsUtil::GetValue(napi_env env, napi_value in, std::string &out) in GetValue() function in OHOS::MiscServices::JsUtil 50 bool JsUtil::GetValue(napi_env env, napi_value in, std::u16string &out) in GetValue() function in OHOS::MiscServices::JsUtil 59 bool JsUtil::GetValue(napi_env env, napi_value in, int32_t &out) in GetValue() function in OHOS::MiscServices::JsUtil 63 bool JsUtil::GetValue(napi_env env, napi_value in, uint32_t &out) in GetValue() function in OHOS::MiscServices::JsUtil 67 bool JsUtil::GetValue(napi_env env, napi_value in, int64_t &out) in GetValue() function in OHOS::MiscServices::JsUtil 71 bool JsUtil::GetValue(napi_env env, napi_value in, bool &out) in GetValue() function in OHOS::MiscServices::JsUtil 75 bool JsUtil::GetValue(napi_env env, napi_value in, double &out) in GetValue() function in OHOS::MiscServices::JsUtil 79 napi_value JsUtil::GetValue(napi_env env, napi_value in) in GetValue() function in OHOS::MiscServices::JsUtil 83 napi_value JsUtil::GetValue(napi_env env, const std::string &in) in GetValue() function in OHOS::MiscServices::JsUtil 89 napi_value JsUtil::GetValue(napi_env env, int32_t in) in GetValue() function in OHOS::MiscServices::JsUtil [all …]
|
| D | js_util.h | 37 template<typename T> static bool GetValue(napi_env env, napi_value in, std::vector<T> &items) in GetValue() function 61 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/ |
| D | js_utils.cpp | 210 napi_status JsUtils::GetValue(napi_env env, napi_value in, int32_t &out) in GetValue() function in OHOS::MiscServices::JsUtils 219 napi_status JsUtils::GetValue(napi_env env, napi_value in, uint32_t &out) in GetValue() function in OHOS::MiscServices::JsUtils 227 napi_status JsUtils::GetValue(napi_env env, napi_value in, bool &out) in GetValue() function in OHOS::MiscServices::JsUtils 235 napi_status JsUtils::GetValue(napi_env env, napi_value in, double &out) in GetValue() function in OHOS::MiscServices::JsUtils 244 napi_status JsUtils::GetValue(napi_env env, napi_value in, std::string &out) in GetValue() function in OHOS::MiscServices::JsUtils 273 napi_status JsUtils::GetValue(napi_env env, napi_value in, std::unordered_map<std::string, PrivateD… in GetValue() function in OHOS::MiscServices::JsUtils 312 napi_status JsUtils::GetValue(napi_env env, napi_value in, PrivateDataValue &out) in GetValue() function in OHOS::MiscServices::JsUtils 338 napi_status JsUtils::GetValue(napi_env env, napi_value in, const std::string &type, napi_value &out) in GetValue() function in OHOS::MiscServices::JsUtils 350 napi_status JsUtils::GetValue(napi_env env, napi_value in, PanelInfo &out) in GetValue() function in OHOS::MiscServices::JsUtils 373 napi_value JsUtils::GetValue(napi_env env, const std::vector<InputWindowInfo> &in) in GetValue() function in OHOS::MiscServices::JsUtils [all …]
|
| /base/inputmethod/imf/services/json/src/ |
| D | serializable.cpp | 54 bool Serializable::GetValue(cJSON *node, const std::string &name, std::string &value) in GetValue() function in OHOS::MiscServices::Serializable 65 bool Serializable::GetValue(cJSON *node, const std::string &name, int32_t &value) in GetValue() function in OHOS::MiscServices::Serializable 76 bool Serializable::GetValue(cJSON *node, const std::string &name, uint32_t &value) in GetValue() function in OHOS::MiscServices::Serializable 92 bool Serializable::GetValue(cJSON *node, const std::string &name, bool &value) in GetValue() function in OHOS::MiscServices::Serializable 103 bool Serializable::GetValue(cJSON *node, const std::string &name, Serializable &value) in GetValue() function in OHOS::MiscServices::Serializable
|
| /base/inputmethod/imf/frameworks/common/ |
| D | block_data.h | 42 T GetValue() in GetValue() function 50 bool GetValue(T &data) in GetValue() function
|
| /base/update/updater/services/script/script_interpreter/ |
| D | script_context.h | 79 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/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/ |
| D | ark_web_date_time_suggestion_impl.cpp | 34 ArkWebDateTime ArkWebDateTimeSuggestionImpl::GetValue() in GetValue() function in OHOS::ArkWeb::ArkWebDateTimeSuggestionImpl
|
| /base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/ |
| D | ark_web_date_time_suggestion_wrapper.cpp | 38 OHOS::NWeb::DateTime ArkWebDateTimeSuggestionWrapper::GetValue() in GetValue() function in OHOS::ArkWeb::ArkWebDateTimeSuggestionWrapper
|
| /base/hiviewdfx/hiview/framework/native/unified_collection/collector/ |
| D | gpu_collector_impl.cpp | 36 inline int32_t GetValue(const std::string& fileName) in GetValue() function
|
| /base/hiviewdfx/hilog/frameworks/libhilog/utils/include/ |
| D | log_utils.h | 34 const V& GetValue(K key) const in GetValue() function
|
| /base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/parse/ |
| D | parse_smaps_rollup_info.cpp | 34 void ParseSmapsRollupInfo::GetValue(const string &str, MemInfoData::MemInfo &memInfo) in GetValue() function in OHOS::HiviewDFX::ParseSmapsRollupInfo
|
| D | parse_smaps_info.cpp | 75 bool ParseSmapsInfo::GetValue(const MemoryFilter::MemoryType &memType, const string &str, string &t… in GetValue() function in OHOS::HiviewDFX::ParseSmapsInfo
|
| /base/update/updateservice/foundations/ability/utils/include/ |
| D | dupdate_json_utils.h | 178 …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/telephony/core_service/utils/vcard/src/ |
| D | vcard_raw_data.cpp | 88 std::vector<std::string> VCardRawData::GetValue() in GetValue() function in OHOS::Telephony::VCardRawData
|
| /base/hiviewdfx/hiview/base/ |
| D | event.cpp | 32 const std::string Event::GetValue(const std::string &name) const in GetValue() function in OHOS::HiviewDFX::Event
|
| /base/hiviewdfx/hiview/plugins/unified_collector/test/unittest/common/mock/ |
| D | mock_function_jumble.cpp | 31 std::shared_ptr<EncodedParam> RawDataBuilder::GetValue(const std::string& key) in GetValue() function in OHOS::HiviewDFX::EventRaw::RawDataBuilder
|
| /base/security/access_token/services/common/database/src/ |
| D | statement.cpp | 125 VariantValue Statement::GetValue(const int32_t column, const bool flagInt64) const in GetValue() function in OHOS::Security::AccessToken::Statement
|
| /base/accesscontrol/sandbox_manager/services/common/database/src/ |
| D | statement.cpp | 139 VariantValue Statement::GetValue(const int32_t column, const bool flagInt64) const in GetValue() function in OHOS::AccessControl::SandboxManager::Statement
|
| /base/telephony/core_service/services/sim/src/ |
| D | tag_service.cpp | 58 void TagService::GetValue(std::vector<uint8_t> &result) const in GetValue() function in OHOS::Telephony::TagService
|
| /base/location/frameworks/location_common/common/source/ |
| D | location_data_rdb_helper.cpp | 103 LocationErrCode LocationDataRdbHelper::GetValue(Uri &uri, const std::string &column, int32_t &value) in GetValue() function in OHOS::Location::LocationDataRdbHelper
|
| /base/telephony/cellular_data/services/src/utils/ |
| D | cellular_data_settings_rdb_helper.cpp | 98 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/ |
| D | global.cpp | 121 int32_t GetValue(const IdItem *idItem, char **value) in GetValue() function
|
| /base/hiviewdfx/hiview/base/event_report/event/ |
| D | logger_event.cpp | 80 ParamValue LoggerEvent::GetValue(const std::string& name) in GetValue() function in OHOS::HiviewDFX::LoggerEvent
|
| /base/powermgr/battery_manager/services/native/src/ |
| D | battery_config.cpp | 184 Json::Value BatteryConfig::GetValue(std::string key) const in GetValue() function in OHOS::PowerMgr::BatteryConfig
|
| /base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/ |
| D | get_hardware_info.cpp | 74 void GetHardwareInfo::GetValue(const std::string &str, uint64_t &value) in GetValue() function in OHOS::HiviewDFX::GetHardwareInfo
|