Home
last modified time | relevance | path

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

/foundation/ability/ability_base/interfaces/kits/native/want/include/
H A Dpac_map.h311 AAFwk::byte GetByteValue(const std::string &key, AAFwk::byte defaultValue = 0x00);
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H A Dpac_map_test.cpp276 * @tc.name: PutByteValue and GetByteValue
277 * @tc.desc: Verify PutByteValue() and GetByteValue().
284 EXPECT_EQ(value, pacmap_->GetByteValue("key_byte")); in HWTEST_F()
1253 * @tc.name: GetByteValue
1254 * @tc.desc: Verify GetByteValue.
1263 AAFwk::byte result = pacmap_->GetByteValue(key, defaultValue); in HWTEST_F()
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_predicates_test.cpp141 int8_t GetByteValue() const in GetByteValue() function in AllDataType
534 objects.push_back(ValueObject(dataTypes[i].GetByteValue())); in InsertDates()
/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Dpac_map.cpp690 AAFwk::byte PacMap::GetByteValue(const std::string &key, AAFwk::byte defaultValue) in GetByteValue() function in OHOS::AppExecFwk::PacMap

Completed in 16 milliseconds