Home
last modified time | relevance | path

Searched refs:PutShortValue (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H A Dpac_map_test.cpp170 pacmap.PutShortValue("key_short", PAC_MPA_TEST_INT); in FillData()
212 pacmap.PutShortValue("key_short", PAC_MPA_TEST_INT); in FillData2()
241 pacmap_->PutShortValue("key_short", value);
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/include/
H A Dpac_map.h117 void PutShortValue(const std::string &key, short value);
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Dpac_map.cpp301 void PacMap::PutShortValue(const std::string &key, short value) in PutShortValue() function in OHOS::AppExecFwk::PacMap