Home
last modified time | relevance | path

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

/foundation/distributedhardware/distributed_screen/services/screenclient/test/unittest/src/
H A Dscreen_client_test.cpp61 int32_t expectId = ScreenClient::GetInstance().AddWindow(windowProperty_); in HWTEST_F() local
62 int32_t ret = ScreenClient::GetInstance().RemoveWindow(expectId); in HWTEST_F()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_mock_sync_module_test.cpp425 TimerId expectId = 0; in HWTEST_F() local
426 TimerId actualId = expectId; in HWTEST_F()
427 EXPECT_CALL(syncTaskContext, GetTimerId()).WillOnce(Return(expectId)); in HWTEST_F()
448 TimerId expectId = 0; in HWTEST_F() local
450 EXPECT_CALL(syncTaskContext, GetTimerId()).WillOnce(Return(expectId)); in HWTEST_F()

Completed in 4 milliseconds