Home
last modified time | relevance | path

Searched refs:cond2 (Results 1 - 2 of 2) sorted by relevance

/base/hiviewdfx/hiview/base/event_store/test/unittest/common/
H A Dsys_event_dao_test.cpp664 Cond cond2("name", NE, "event"); in HWTEST_F()
665 ASSERT_EQ(cond2.ToString(), "name != event"); in HWTEST_F()
702 Cond cond2("DOU_VALUE", GT, 1.0); in HWTEST_F()
703 docQuery.And(cond2); in HWTEST_F()
/base/hiviewdfx/hisysevent/test/moduletest/common/
H A Dhisysevent_manager_c_test.cpp564 std::string cond2 = R"~({"version":"V1","condition":{"and":[{"param":"type_","op":">","value":0},
566 QueryTestWithCondition(cond2);
634 std::string cond2 = "invalid condition"; in HWTEST_F() local
635 QueryTestWithCondition(cond2); in HWTEST_F()

Completed in 4 milliseconds