Home
last modified time | relevance | path

Searched refs:doubleVec (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/hiviewdfx/hiappevent/frameworks/cj/ffi/src/
H A Dhiappevent_ffi.cpp160 std::vector<double> doubleVec(doubleArr, doubleArr + head->size); in AddParams2EventPack() local
161 appEventPack_->AddParam(std::string(head->key), doubleVec); in AddParams2EventPack()
/ohos5.0/base/notification/common_event_service/interfaces/kits/cj/src/
H A Dparameter_parse.cpp194 std::vector<double> doubleVec(doubleArr, doubleArr + head->size); in SetDataParameters() local
195 InnerSetWantParamsArrayDouble(key, doubleVec, wantP); in SetDataParameters()