Searched refs:GetShortValue (Results 1 – 4 of 4) sorted by relevance
279 short GetShortValue(const std::string &key, short defaultValue = 0);
242 EXPECT_EQ(value, pacmap_->GetShortValue("key_short"));1191 short result = pacmap_->GetShortValue(key, defaultValue);
71 short GetShortValue() const in GetShortValue() function in AllDataType522 objects.push_back(ValueObject(dataTypes[i].GetShortValue())); in InsertDates()
636 short PacMap::GetShortValue(const std::string &key, short defaultValue) in GetShortValue() function in OHOS::AppExecFwk::PacMap