Home
last modified time | relevance | path

Searched refs:strValue_ (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/src/
H A Dscan_option_value.cpp21 ), valueSize_(0), numValue_(0), strValue_(""), boolValue_(false) in ScanOptionValue()
31 strValue_ = right.strValue_; in ScanOptionValue()
42 strValue_ = right.strValue_; in operator =()
57 strValue_ = ""; in Reset()
84 strValue_ = strValue; in SetStrValue()
114 return strValue_; in GetStrValue()
146 parcel.WriteString(strValue_); in Marshalling()
171 SCAN_HILOGE("StrValue = %{public}s", strValue_.c_str()); in Dump()
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Denable_ime_data_parse_test.cpp65 resultSet_->strValue_ = "{\"enableImeList\" : {\"100\" : [ \"xiaoyiIme\", \"baiduIme\", " in SetUp()
128 EnableImeDataParseTest::resultSet_->strValue_ = "{\"enableImeList\" : {\"100\" : []}}";
165 … EnableImeDataParseTest::resultSet_->strValue_ = "{\"enableImeList\" : {\"100\" : [\"baiduIme\", "
187 …EnableImeDataParseTest::resultSet_->strValue_ = "{\"enableImeList\" : {\"100\" : [ \"xiaoyiIme\", …
207 … EnableImeDataParseTest::resultSet_->strValue_ = "{\"enableImeList\" : {\"100\" : [\"baiduIme\", "
229 …EnableImeDataParseTest::resultSet_->strValue_ = "{\"enableImeList\" : {\"100\" : [ \"sougouIme\"],…
319 …EnableImeDataParseTest::resultSet_->strValue_ = "{\"enableImeList\" : {\"100\" : [ \"sougouIme\"],…
337 EnableImeDataParseTest::resultSet_->strValue_ = "";
356 EnableImeDataParseTest::resultSet_->strValue_ = "{\"enableImeList\" : {\"100\" : []}}";
388 …resultSet_->strValue_ = "{\"enableImeList\" : {\"100\" : [ \"xiaoyiIme\"], \"101\" : [\"sougouIme\…
H A Dsecurity_mode_parser_test.cpp76 resultSet_->strValue_ = "{\"fullExperienceList\" : {\"100\" : [ \"xiaoyiIme\", \"baiduIme\", " in SetUp()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/payload_data/
H A Dget_object_prop_value_data.cpp78 MtpPacketTool::PutString(outBuffer, strValue_); in Maker()
112 strValue_ = strValue; in SetPropValue()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/include/payload_data/
H A Dget_object_prop_value_data.h37 std::string strValue_; variable
/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/include/
H A Dscan_option_value.h61 std::string strValue_; variable
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/mock/
H A Ddatashare_helper.cpp50 value = strValue_; in GetString()
H A Ddatashare_helper.h46 std::string strValue_;