Searched refs:strValue_ (Results 1 - 6 of 6) sorted by relevance
/base/print/print_fwk/frameworks/helper/scan_helper/src/ |
H A D | scan_option_value.cpp | 21 ), 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_ in Dump() [all...] |
/base/inputmethod/imf/test/unittest/cpp_test/src/ |
H A D | enable_ime_data_parse_test.cpp | 65 resultSet_->strValue_ = "{\"enableImeList\" : {\"100\" : [ \"xiaoyiIme\", \"baiduIme\", " in SetUp() 128 EnableImeDataParseTest::resultSet_->strValue_ = "{\"enableImeList\" : {\"100\" : []}}"; in HWTEST_F() 165 EnableImeDataParseTest::resultSet_->strValue_ = "{\"enableImeList\" : {\"100\" : [\"baiduIme\", " in HWTEST_F() 187 EnableImeDataParseTest::resultSet_->strValue_ = "{\"enableImeList\" : {\"100\" : [ \"xiaoyiIme\", \"baiduIme\", " in HWTEST_F() 207 EnableImeDataParseTest::resultSet_->strValue_ = "{\"enableImeList\" : {\"100\" : [\"baiduIme\", " in HWTEST_F() 229 EnableImeDataParseTest::resultSet_->strValue_ = "{\"enableImeList\" : {\"100\" : [ \"sougouIme\"],\"101\" : " in HWTEST_F() 319 EnableImeDataParseTest::resultSet_->strValue_ = "{\"enableImeList\" : {\"100\" : [ \"sougouIme\"], \"101\" : " in HWTEST_F() 337 EnableImeDataParseTest::resultSet_->strValue_ = ""; in HWTEST_F() 356 EnableImeDataParseTest::resultSet_->strValue_ = "{\"enableImeList\" : {\"100\" : []}}"; in HWTEST_F() 388 resultSet_->strValue_ in HWTEST_F() [all...] |
H A D | security_mode_parser_test.cpp | 76 resultSet_->strValue_ = "{\"fullExperienceList\" : {\"100\" : [ \"xiaoyiIme\", \"baiduIme\", " in SetUp()
|
/base/print/print_fwk/frameworks/helper/scan_helper/include/ |
H A D | scan_option_value.h | 61 std::string strValue_; member in OHOS::Scan::final
|
/base/inputmethod/imf/test/unittest/cpp_test/mock/ |
H A D | datashare_helper.cpp | 50 value = strValue_; in GetString()
|
H A D | datashare_helper.h | 46 std::string strValue_; member in OHOS::DataShare::DataShareResultSet
|
Completed in 3 milliseconds