Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/src/
Dnapi_rdb_store.cpp518 std::shared_ptr<Error> paramNumError = std::make_shared<ParamNumError>("2 or 3"); in Insert() local
552 std::shared_ptr<Error> paramNumError = std::make_shared<ParamNumError>("2 or 3"); in BatchInsert() local
589 std::shared_ptr<Error> paramNumError = std::make_shared<ParamNumError>("2 or 3"); in Delete() local
594 std::shared_ptr<Error> paramNumError = std::make_shared<ParamNumError>("1 or 2"); in Delete() local
630 std::shared_ptr<Error> paramNumError = std::make_shared<ParamNumError>("3 or 4"); in Update() local
636 std::shared_ptr<Error> paramNumError = std::make_shared<ParamNumError>("2 or 3"); in Update() local
672 std::shared_ptr<Error> paramNumError = std::make_shared<ParamNumError>("1, 2 or 3"); in Query() local
680 std::shared_ptr<Error> paramNumError = std::make_shared<ParamNumError>("1 or 2"); in Query() local
713 std::shared_ptr<Error> paramNumError = std::make_shared<ParamNumError>("1, 2 or 3"); in QuerySql() local
779 std::shared_ptr<Error> paramNumError = std::make_shared<ParamNumError>("1, 2 or 3"); in ExecuteSql() local
[all …]
Dnapi_rdb_store_helper.cpp443 std::shared_ptr<Error> paramNumError = std::make_shared<ParamNumError>("3 or 4"); in InnerGetRdbStore() local
449 std::shared_ptr<Error> paramNumError = std::make_shared<ParamNumError>("2 or 3"); in InnerGetRdbStore() local
503 std::shared_ptr<Error> paramNumError = std::make_shared<ParamNumError>("2 or 3"); in InnerDeleteRdbStore() local
508 std::shared_ptr<Error> paramNumError = std::make_shared<ParamNumError>("1 or 2"); in InnerDeleteRdbStore() local