Home
last modified time | relevance | path

Searched refs:GetShortValue (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/include/
H A Dpac_map.h279 short GetShortValue(const std::string &key, short defaultValue = 0);
/ohos5.0/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H A Dpac_map_test.cpp242 EXPECT_EQ(value, pacmap_->GetShortValue("key_short"));
1191 short result = pacmap_->GetShortValue(key, defaultValue);
/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_predicates_test.cpp71 short GetShortValue() const in GetShortValue() function in AllDataType
522 objects.push_back(ValueObject(dataTypes[i].GetShortValue())); in InsertDates()
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Dpac_map.cpp636 short PacMap::GetShortValue(const std::string &key, short defaultValue) in GetShortValue() function in OHOS::AppExecFwk::PacMap