Home
last modified time | relevance | path

Searched refs:PutShortValueArray (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.cpp182 pacmap.PutShortValueArray("key_short_array", arrayShort); in FillData()
223 pacmap.PutShortValueArray("key_short_array", arrayShort); in FillData2()
364 pacmap_->PutShortValueArray("key_short_array", putValue);
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/include/
H A Dpac_map.h194 void PutShortValueArray(const std::string &key, const std::vector<short> &value);
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Dpac_map.cpp472 void PacMap::PutShortValueArray(const std::string &key, const std::vector<short> &value) in PutShortValueArray() function in OHOS::AppExecFwk::PacMap