Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiappevent/frameworks/cj/ffi/src/
H A Dhiappevent_ffi.cpp173 std::vector<bool> boolVec(boolArr, boolArr + head->size); in AddParams2EventPack() local
174 appEventPack_->AddParam(std::string(head->key), boolVec); in AddParams2EventPack()
/ohos5.0/base/notification/common_event_service/interfaces/kits/cj/src/
H A Dparameter_parse.cpp190 std::vector<bool> boolVec(boolArr, boolArr + head->size); in SetDataParameters() local
191 InnerSetWantParamsArrayBool(key, boolVec, wantP); in SetDataParameters()