Searched defs:value (Results 1 – 15 of 15) sorted by relevance
63 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()
83 void JsApp::SetJsAppPath(const string& value) in SetJsAppPath()88 void JsApp::SetScreenDensity(const std::string value) in SetScreenDensity()93 void JsApp::SetConfigChanges(const std::string value) in SetConfigChanges()98 void JsApp::SetUrlPath(const string& value) in SetUrlPath()120 void JsApp::SetIsDebug(bool value) in SetIsDebug()125 void JsApp::SetDebugServerPort(uint16_t value) in SetDebugServerPort()145 void JsApp::SetArgsColorMode(const string& value) in SetArgsColorMode()150 void JsApp::SetArgsAceVersion(const string& value) in SetArgsAceVersion()
24 int32_t BrightnessImpl::SetValueImpl(uint8_t value) in SetValueImpl()33 int32_t BrightnessImpl::GetValueImpl(uint8_t& value) in GetValueImpl()
47 void VirtualLocation::SetSubscribe(bool value) in SetSubscribe()
45 void ModelManager::SetCurrentDevice(const string& value) in SetCurrentDevice()
20 uint32_t PublicMethods::Ulltoa(uintptr_t value, int8_t (&rstStr)[MAX_ITOA_BIT]) in Ulltoa()
29 void CppTimer::Start(int64_t value) in Start()
50 void TraceTool::SendTraceData(const Json::Value& value) in SendTraceData()
34 …SharedData(SharedDataType type, T v, T min = T(), T max = T()) : value(v), minValue(min), maxValue… in value() function
500 vector<string> value = Values(command); in IsResolutionArgValid() local512 bool CommandParser::IsResolutionRangeValid(string value) in IsResolutionRangeValid()
90 void VirtualScreen::SetOrignalWidth(const int32_t& value) in SetOrignalWidth()100 void VirtualScreen::SetOrignalHeight(const int32_t& value) in SetOrignalHeight()110 void VirtualScreen::SetCompressionWidth(const int32_t& value) in SetCompressionWidth()120 void VirtualScreen::SetCompressionHeight(const int32_t& value) in SetCompressionHeight()235 void VirtualScreen::SetDropFrameFrequency(const int32_t& value) in SetDropFrameFrequency()
109 const value = dtsFileList[index]; constant
690 void JsAppImpl::SetArgsColorMode(const string& value) in SetArgsColorMode()695 void JsAppImpl::SetArgsAceVersion(const string& value) in SetArgsAceVersion()700 void JsAppImpl::SetDeviceOrentation(const string& value) in SetDeviceOrentation()753 void JsAppImpl::SetScreenDensity(const std::string value) in SetScreenDensity()758 void JsAppImpl::SetConfigChanges(const std::string value) in SetConfigChanges()
63 void CommandLineInterface::SendJsonData(const Json::Value& value) in SendJsonData()
104 int value = atoi(str.data()); in ToUint8() local