Home
last modified time | relevance | path

Searched defs:arrayInt32 (Results 1 – 1 of 1) sorted by relevance

/foundation/ability/ability_base/interfaces/kits/native/want/src/
Dwant_params.cpp73 sptr<IArray> HandleArrayInt32FromJson(const std::vector<int32_t> &arrayInt32) in HandleArrayInt32FromJson()
116 …const nlohmann::json &jsonObject, std::vector<int32_t> &arrayInt32, std::vector<double> &arrayDoub… in HandleArrayNumberFromJson()
144 std::vector<int32_t> arrayInt32; in HandleArrayFromJson() local