Home
last modified time | relevance | path

Searched refs:PutLongValueArray (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.cpp184 pacmap.PutLongValueArray("key_long_array", arrayLong); in FillData()
225 pacmap.PutLongValueArray("key_long_array", arrayLong); in FillData2()
410 pacmap_->PutLongValueArray("key_long_array", putValue);
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/include/
H A Dpac_map.h208 void PutLongValueArray(const std::string &key, const std::vector<long> &value);
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Dpac_map.cpp500 void PacMap::PutLongValueArray(const std::string &key, const std::vector<long> &value) in PutLongValueArray() function in OHOS::AppExecFwk::PacMap