/foundation/arkui/ace_engine/frameworks/core/components/test/json/ |
D | select_creator.cpp | 40 if (!GetStringValue(componentJson, CLASS_NAME, strValue)) { in CreateFromJson() 79 bool SelectCreator::GetStringValue(const JsonValue& json, const std::string& name, std::string& out… in GetStringValue() function in OHOS::Ace::SelectCreator 127 if (GetStringValue(componentJson, SELECT_DISABLED, strValue)) { in CreateCommonAttribute() 131 if (GetStringValue(componentJson, SELECT_ON_CHANGED, strValue)) { in CreateCommonAttribute() 137 if (GetStringValue(componentJson, SELECT_TIP_TEXT, strValue)) { in CreateCommonAttribute() 154 if (GetStringValue(componentJson, TEXT_FONT_FAMILIES, strValue)) { in CreateCommonAttribute() 216 if (GetStringValue(*optionJson, SELECT_OPTION_ICON, strValue)) { in CreateOptionsAttribute() 223 if (GetStringValue(*optionJson, SELECT_OPTION_TEXT, strValue)) { in CreateOptionsAttribute() 243 if (GetStringValue(componentJson, SELECT_OPTION_VALUE, strValue)) { in CreateOptionCommonAttribute() 247 if (GetStringValue(componentJson, SELECT_OPTION_SELECTED, strValue)) { in CreateOptionCommonAttribute() [all …]
|
D | select_creator.h | 34 … static bool GetStringValue(const JsonValue& json, const std::string& name, std::string& outValue);
|
/foundation/arkui/ace_engine/interfaces/napi/kits/plugincomponent/ |
D | js_plugin_component.cpp | 189 asyncCallbackInfo->jsParamList.paramList.GetStringValue("name"), in JSPushCompleteAsyncCallbackWork() 190 asyncCallbackInfo->jsParamList.paramList.GetStringValue("jsonPath"), in JSPushCompleteAsyncCallbackWork() 191 asyncCallbackInfo->jsParamList.paramList.GetStringValue("data"), in JSPushCompleteAsyncCallbackWork() 192 asyncCallbackInfo->jsParamList.paramList.GetStringValue("extraData")); in JSPushCompleteAsyncCallbackWork() 207 asyncCallbackInfo->jsParamList.paramList.GetStringValue("name"), in JSPushCompletePromiseCallbackWork() 208 asyncCallbackInfo->jsParamList.paramList.GetStringValue("jsonPath"), in JSPushCompletePromiseCallbackWork() 209 asyncCallbackInfo->jsParamList.paramList.GetStringValue("data"), in JSPushCompletePromiseCallbackWork() 210 asyncCallbackInfo->jsParamList.paramList.GetStringValue("extraData")); in JSPushCompletePromiseCallbackWork() 339 asyncCallbackInfo->jsParamList.paramList.GetStringValue("name"), in AceRequestCompleteAsyncCallbackWork() 340 asyncCallbackInfo->jsParamList.paramList.GetStringValue("data"), in AceRequestCompleteAsyncCallbackWork() [all …]
|
/foundation/arkui/ace_engine/adapter/preview/osal/ |
D | response_data.cpp | 25 resultJson->Put(std::string("data").c_str(), GetStringValue()); in GetResultString() 28 resultJson->Put(std::string("data").c_str(), GetStringValue()); in GetResultString() 34 std::unique_ptr<JsonValue> ResponseData::GetStringValue() const in GetStringValue() function in OHOS::Ace::ResponseData
|
D | response_data.h | 70 std::unique_ptr<JsonValue> GetStringValue() const;
|
/foundation/communication/nfc/services/src/tags/ |
D | tag_dispatcher.cpp | 198 want.SetParam(KITS::TagInfo::ATQA, extra.GetStringValue(KITS::TagInfo::ATQA, "")); in SetWantExtraParam() 200 … want.SetParam(KITS::TagInfo::APP_DATA, extra.GetStringValue(KITS::TagInfo::APP_DATA, "")); in SetWantExtraParam() 201 …want.SetParam(KITS::TagInfo::PROTOCOL_INFO, extra.GetStringValue(KITS::TagInfo::PROTOCOL_INFO, "")… in SetWantExtraParam() 203 want.SetParam(KITS::TagInfo::NFCF_SC, extra.GetStringValue(KITS::TagInfo::NFCF_SC, "")); in SetWantExtraParam() 204 … want.SetParam(KITS::TagInfo::NFCF_PMM, extra.GetStringValue(KITS::TagInfo::NFCF_PMM, "")); in SetWantExtraParam() 209 …want.SetParam(KITS::TagInfo::HISTORICAL_BYTES, extra.GetStringValue(KITS::TagInfo::HISTORICAL_BYTE… in SetWantExtraParam() 210 …want.SetParam(KITS::TagInfo::HILAYER_RESPONSE, extra.GetStringValue(KITS::TagInfo::HILAYER_RESPONS… in SetWantExtraParam() 216 … want.SetParam(KITS::TagInfo::NDEF_MSG, extra.GetStringValue(KITS::TagInfo::NDEF_MSG, "")); in SetWantExtraParam()
|
/foundation/multimedia/image_framework/plugins/manager/src/framework/ |
D | json_helper.h | 27 static uint32_t GetStringValue(const nlohmann::json &jsonString, std::string &value); 28 …static uint32_t GetStringValue(const nlohmann::json &jsonObject, const std::string &key, std::stri…
|
D | json_helper.cpp | 37 uint32_t JsonHelper::GetStringValue(const json &jsonString, string &value) in GetStringValue() function in OHOS::MultimediaPlugin::JsonHelper 48 uint32_t JsonHelper::GetStringValue(const json &jsonObject, const string &key, string &value) in GetStringValue() function in OHOS::MultimediaPlugin::JsonHelper 57 return GetStringValue(jsonString, value); in GetStringValue()
|
D | capability.cpp | 56 if (JsonHelper::GetStringValue(capabilityInfo, "name", name) != SUCCESS) { in SetCapability() 109 if (JsonHelper::GetStringValue(capInfo, "type", type) != SUCCESS) { in AnalyzeAttrData() 160 if (JsonHelper::GetStringValue(capInfo, "value", value) != SUCCESS) { in AnalyzeBool() 198 if (JsonHelper::GetStringValue(capInfo, "value", value) != SUCCESS) { in AnalyzeString() 304 if (JsonHelper::GetStringValue(valueArray[i], value) != SUCCESS) { in AnalyzeStringSet()
|
D | plugin_mgr.cpp | 136 if (JsonHelper::GetStringValue(root, "libraryPath", libraryPath) != SUCCESS) { in CheckPluginMetaFile() 217 if (JsonHelper::GetStringValue(root, "libraryPath", libraryPath) != SUCCESS) { in RegisterPlugin()
|
/foundation/communication/nfc/frameworks/js/napi/tag/ |
D | nfc_napi_foreground_dispatch.cpp | 154 napi_create_string_utf8(env, extra.GetStringValue(KITS::TagInfo::ATQA, "").c_str(), in SetTagExtraData() 159 napi_create_string_utf8(env, extra.GetStringValue(KITS::TagInfo::APP_DATA, "").c_str(), in SetTagExtraData() 163 … napi_create_string_utf8(env, extra.GetStringValue(KITS::TagInfo::PROTOCOL_INFO, "").c_str(), in SetTagExtraData() 168 napi_create_string_utf8(env, extra.GetStringValue(KITS::TagInfo::NFCF_PMM, "").c_str(), in SetTagExtraData() 172 napi_create_string_utf8(env, extra.GetStringValue(KITS::TagInfo::NFCF_SC, "").c_str(), in SetTagExtraData() 184 … napi_create_string_utf8(env, extra.GetStringValue(KITS::TagInfo::HISTORICAL_BYTES, "").c_str(), in SetTagExtraData() 188 … napi_create_string_utf8(env, extra.GetStringValue(KITS::TagInfo::HILAYER_RESPONSE, "").c_str(), in SetTagExtraData() 196 napi_create_string_utf8(env, extra.GetStringValue(KITS::TagInfo::NDEF_MSG, "").c_str(), in SetTagExtraData()
|
/foundation/multimedia/media_utils_lite/interfaces/kits/ |
D | format.h | 203 bool GetStringValue(std::string &val) const; 340 bool GetStringValue(const std::string &key, std::string &value) const;
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/sharedata/ |
D | js_share_data.cpp | 117 auto returnValue = JSVal(ToJSValue(data.GetStringValue())); in ReadString() 144 str = key.GetStringValue(); in ReadObject() 149 obj->SetProperty<std::string>(str.c_str(), value.GetStringValue()); in ReadObject()
|
/foundation/multimedia/media_utils_lite/src/ |
D | format.cpp | 179 bool FormatData::GetStringValue(std::string &val) const in GetStringValue() function in OHOS::Media::FormatData 255 bool Format::GetStringValue(const std::string &key, std::string &value) const in GetStringValue() function in OHOS::Media::Format 263 return (*iter->second).GetStringValue(value); in GetStringValue() 345 SET_STRING_FORMAT(std::string, GetStringValue); in CopyFrom()
|
/foundation/multimedia/player_framework/test/unittest/avcodec_test/native/avformat/ |
D | avformat_native_mock.cpp | 36 bool AVFormatNativeMock::GetStringValue(const std::string_view &key, std::string &value) in GetStringValue() function in OHOS::Media::AVFormatNativeMock 38 return format_.GetStringValue(key, value); in GetStringValue()
|
D | avformat_native_mock.h | 31 bool GetStringValue(const std::string_view &key, std::string &value) override;
|
/foundation/multimedia/av_codec/test/unittest/format_test/ |
D | avformat_unit_test.cpp | 94 EXPECT_TRUE(format_->GetStringValue(stringKey, getStringValue)); 120 EXPECT_FALSE(format_->GetStringValue(key, getString));
|
D | avformat_mock.h | 43 virtual bool GetStringValue(const std::string_view &key, std::string &value) = 0;
|
/foundation/multimedia/av_codec/test/unittest/format_test/inner/ |
D | avformat_inner_mock.cpp | 37 bool AVFormatInnerMock::GetStringValue(const std::string_view &key, std::string &value) in GetStringValue() function in OHOS::MediaAVCodec::AVFormatInnerMock 39 return format_.GetStringValue(key, value); in GetStringValue()
|
D | avformat_inner_mock.h | 31 bool GetStringValue(const std::string_view &key, std::string &value) override;
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/gaussdb_rd/test/unittest/oh_adapter/ |
D | documentdb_json_common_test.cpp | 66 EXPECT_EQ(itemName.GetItemValue().GetStringValue(), "Xue"); 90 EXPECT_EQ(itemName.GetItemValue().GetStringValue(), "Neco"); 110 EXPECT_EQ(itemCase.GetItemValue().GetStringValue(), "beijing"); // 99: grade 114 EXPECT_EQ(itemName.GetItemValue().GetStringValue(), "Neco"); 147 EXPECT_EQ(itemCase.GetItemValue().GetStringValue(), "GG"); 166 EXPECT_EQ(itemCase.GetItemValue().GetStringValue(), "LL"); 185 EXPECT_EQ(itemCase.GetItemValue().GetStringValue(), "XXX"); 204 EXPECT_EQ(itemCase.GetItemValue().GetStringValue(), "XX"); 223 EXPECT_EQ(itemCase.GetItemValue().GetStringValue(), "AA"); 298 EXPECT_EQ(itemCase.GetItemValue().GetStringValue(), "GG");
|
/foundation/arkui/ace_engine/frameworks/bridge/codec/ |
D | standard_function_codec.cpp | 50 functionCall.SetFuncName(funcName.GetStringValue()); in DecodeFunctionCall()
|
/foundation/arkui/ace_engine/frameworks/core/common/ |
D | platform_bridge.cpp | 55 resultString = codecResult.GetStringValue(); in HandleCallback()
|
/foundation/multimedia/av_codec/test/unittest/format_test/capi/ |
D | avformat_capi_mock.h | 32 bool GetStringValue(const std::string_view &key, std::string &value) override;
|
/foundation/multimedia/av_codec/interfaces/inner_api/native/ |
D | format.h | 187 bool GetStringValue(const std::string_view &key, std::string &value) const;
|