Home
last modified time | relevance | path

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

/ide/tools/previewer/test/mock/util/
H A DMockClipboardHelper.cpp18 std::string temp = ""; variable
22 temp = data; in SetClipboardData()
27 return temp; in GetClipboardData()
/ide/tools/previewer/test/mock/mock/
H A DMockVirtualScreen.cpp98 int32_t temp = 0; in WidthAndHeightReverse() local
99 temp = orignalResolutionHeight; in WidthAndHeightReverse()
101 orignalResolutionWidth = temp; in WidthAndHeightReverse()
102 temp = compressionResolutionHeight; in WidthAndHeightReverse()
104 compressionResolutionWidth = temp; in WidthAndHeightReverse()
/ide/tools/previewer/mock/
H A DVirtualScreen.cpp154 int32_t temp = 0; in WidthAndHeightReverse() local
155 temp = orignalResolutionHeight; in WidthAndHeightReverse()
157 orignalResolutionWidth = temp; in WidthAndHeightReverse()
158 temp = compressionResolutionHeight; in WidthAndHeightReverse()
160 compressionResolutionWidth = temp; in WidthAndHeightReverse()
/ide/tools/previewer/test/unittest/cli/
H A DCommandLineInterfaceTest.cpp150 std::unique_ptr<LocalSocket> temp = std::move(CommandLineInterface::GetInstance().socket); in TEST() local
154 CommandLineInterface::GetInstance().socket = std::move(temp); in TEST()
392 std::unique_ptr<LocalSocket> temp = std::move(CommandLineInterface::GetInstance().socket); in TEST() local
396 CommandLineInterface::GetInstance().socket = std::move(temp); in TEST()
/ide/tools/previewer/cli/
H A DCommandLine.cpp996 uint8_t temp = static_cast<uint8_t>(args["BrightnessMode"].AsInt()); in IsSetArgValid() local
997 if (!SharedData<uint8_t>::IsValid(SharedDataType::BRIGHTNESS_MODE, temp)) { in IsSetArgValid()
998 ELOG("BrightnessModeCommand invalid value: %d", temp); in IsSetArgValid()
1035 uint8_t temp = static_cast<uint8_t>(args["ChargeMode"].AsInt()); in IsSetArgValid() local
1036 if (!SharedData<uint8_t>::IsValid(SharedDataType::BATTERY_STATUS, temp)) { in IsSetArgValid()
1037 ELOG("ChargeModeCommand invalid value: %d", temp); in IsSetArgValid()
1075 uint8_t temp = static_cast<uint8_t>(args["Brightness"].AsInt()); in IsSetArgValid() local
1076 if (!SharedData<uint8_t>::IsValid(SharedDataType::BRIGHTNESS_VALUE, temp)) { in IsSetArgValid()
1077 ELOG("BrightnessCommand invalid value: ", temp); in IsSetArgValid()
1118 uint8_t temp in IsSetArgValid() local
1158 uint32_t temp = args["StepCount"].AsUInt(); IsSetArgValid() local
[all...]
/ide/tools/previewer/test/unittest/mock/
H A DVirtualScreenImplTest.cpp443 bool temp = CommandParser::GetInstance().isRegionRefresh; in TEST_F() local
446 CommandParser::GetInstance().isRegionRefresh = temp; in TEST_F()
533 VirtualScreen::LoadDocType temp = VirtualScreenImpl::GetInstance().startLoadDoc; in TEST_F() local
538 VirtualScreenImpl::GetInstance().startLoadDoc = temp; in TEST_F()
/ide/tools/previewer/util/
H A DCommandParser.cpp67 Register("-url", 1, "temp url"); in CommandParser()
537 int32_t temp = atoi(value.c_str()); in IsResolutionRangeValid() local
538 if (!IsResolutionValid(temp)) { in IsResolutionRangeValid()

Completed in 8 milliseconds