Searched refs:err1 (Results 1 - 3 of 3) sorted by relevance
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
H A D | rdb_general_store_test.cpp | 656 auto [err1, result1] = store->Query(table, sql, std::move(g_RdbValues));
in HWTEST_F() 657 EXPECT_EQ(err1, GeneralError::E_ALREADY_CLOSED);
in HWTEST_F() 681 auto [err1, result1] = store->Query(table, query);
in HWTEST_F() 682 EXPECT_EQ(err1, GeneralError::E_INVALID_ARGS);
in HWTEST_F() 1014 auto [err1, result1] = store->QuerySql("", std::move(g_RdbValues));
in HWTEST_F() 1015 EXPECT_EQ(err1, GeneralError::E_ERROR);
in HWTEST_F() 1019 EXPECT_EQ(err1, GeneralError::E_ERROR);
in HWTEST_F()
|
/foundation/ability/ability_runtime/test/unittest/ams_mgr_scheduler_test/ |
H A D | ams_mgr_scheduler_test.cpp | 350 int32_t err1 = mockAppMgrServiceInner->UnregisterApplicationStateObserver(observer); in HWTEST_F() local 352 EXPECT_EQ(1, err1); in HWTEST_F()
|
/foundation/ability/ability_runtime/test/unittest/pending_want_test/ |
H A D | pending_want_test.cpp | 1248 ErrCode err1 = WantAgentClient::GetInstance().CancelWantSender(target); in HWTEST_F() local 1249 EXPECT_EQ(err, err1); in HWTEST_F()
|
Completed in 7 milliseconds