Home
last modified time | relevance | path

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

/foundation/ability/ability_base/interfaces/kits/native/want/include/
H A Dpac_map.h279 short GetShortValue(const std::string &key, short defaultValue = 0);
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H A Dpac_map_test.cpp235 * @tc.desc: Verify PutShortValue() and GetShortValue().
242 EXPECT_EQ(value, pacmap_->GetShortValue("key_short")); in HWTEST_F()
1181 * @tc.name: GetShortValue
1182 * @tc.desc: Verify GetShortValue.
1191 short result = pacmap_->GetShortValue(key, defaultValue); in HWTEST_F()
/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()
/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Dpac_map.cpp638 short PacMap::GetShortValue(const std::string &key, short defaultValue) in GetShortValue() function in OHOS::AppExecFwk::PacMap

Completed in 10 milliseconds