Home
last modified time | relevance | path

Searched defs:value (Results 1 – 14 of 14) sorted by relevance

/ide/tools/previewer/jsapp/lite/
DTimerTaskHandler.cpp63 void TimerTaskHandler::CheckBarometerChanged(uint32_t value) in CheckBarometerChanged()
70 void TimerTaskHandler::CheckStepCountChanged(uint32_t value) in CheckStepCountChanged()
77 void TimerTaskHandler::CheckHeartRateChanged(uint8_t value) in CheckHeartRateChanged()
84 void TimerTaskHandler::CheckOnBodyStateChanged(bool value) in CheckOnBodyStateChanged()
98 void TimerTaskHandler::CheckBrightnessValueChanged(uint8_t value) in CheckBrightnessValueChanged()
/ide/tools/previewer/jsapp/
DJsApp.cpp81 void JsApp::SetJsAppPath(const string& value) in SetJsAppPath()
86 void JsApp::SetScreenDensity(const std::string value) in SetScreenDensity()
91 void JsApp::SetConfigChanges(const std::string value) in SetConfigChanges()
96 void JsApp::SetUrlPath(const string& value) in SetUrlPath()
118 void JsApp::SetIsDebug(bool value) in SetIsDebug()
123 void JsApp::SetDebugServerPort(uint16_t value) in SetDebugServerPort()
143 void JsApp::SetArgsColorMode(const string& value) in SetArgsColorMode()
148 void JsApp::SetArgsAceVersion(const string& value) in SetArgsAceVersion()
/ide/tools/previewer/mock/lite/
DBrightnessModuleImpl.cpp24 int32_t BrightnessImpl::SetValueImpl(uint8_t value) in SetValueImpl()
33 int32_t BrightnessImpl::GetValueImpl(uint8_t& value) in GetValueImpl()
DVirtualLocation.cpp47 void VirtualLocation::SetSubscribe(bool value) in SetSubscribe()
/ide/tools/previewer/mock/
DVirtualScreen.cpp79 void VirtualScreen::SetOrignalWidth(const int32_t& value) in SetOrignalWidth()
89 void VirtualScreen::SetOrignalHeight(const int32_t& value) in SetOrignalHeight()
99 void VirtualScreen::SetCompressionWidth(const int32_t& value) in SetCompressionWidth()
109 void VirtualScreen::SetCompressionHeight(const int32_t& value) in SetCompressionHeight()
224 void VirtualScreen::SetDropFrameFrequency(const int32_t& value) in SetDropFrameFrequency()
/ide/tools/previewer/util/
DModelManager.cpp45 void ModelManager::SetCurrentDevice(const string& value) in SetCurrentDevice()
DPublicMethods.cpp20 uint32_t PublicMethods::Ulltoa(uintptr_t value, int8_t (&rstStr)[MAX_ITOA_BIT]) in Ulltoa()
DCppTimer.cpp29 void CppTimer::Start(int64_t value) in Start()
DTraceTool.cpp50 void TraceTool::SendTraceData(const Json::Value& value) in SendTraceData()
DSharedData.h34 …SharedData(SharedDataType type, T v, T min = T(), T max = T()) : value(v), minValue(min), maxValue… in value() function
DCommandParser.cpp485 vector<string> value = Values(command); in IsResolutionArgValid() local
497 bool CommandParser::IsResolutionRangeValid(string value) in IsResolutionRangeValid()
/ide/tools/previewer/jsapp/rich/
DJsAppImpl.cpp397 void JsAppImpl::SetArgsColorMode(const string& value) in SetArgsColorMode()
402 void JsAppImpl::SetArgsAceVersion(const string& value) in SetArgsAceVersion()
407 void JsAppImpl::SetDeviceOrentation(const string& value) in SetDeviceOrentation()
456 void JsAppImpl::SetScreenDensity(const std::string value) in SetScreenDensity()
461 void JsAppImpl::SetConfigChanges(const std::string value) in SetConfigChanges()
/ide/tools/previewer/cli/
DCommandLineInterface.cpp62 void CommandLineInterface::SendJsonData(const Json::Value& value) in SendJsonData()
DCommandLine.cpp103 int value = atoi(str.data()); in ToUint8() local