Home
last modified time | relevance | path

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

/ide/tools/previewer/test/unittest/util/
H A DSharedDataTest.cpp42 int newValue = 180; in TEST() local
43 SharedData<uint8_t>::SetData(SharedDataType::HEARTBEAT_VALUE, newValue); in TEST()
44 EXPECT_EQ(SharedData<uint8_t>::GetData(SharedDataType::HEARTBEAT_VALUE), newValue); in TEST() local
54 int newValue = 200; in TEST() local
55 int retValue = num + newValue; in TEST()
56 SharedData<uint8_t>::SetData(SharedDataType::HEARTBEAT_VALUE, newValue); in TEST()

Completed in 1 milliseconds