Searched defs:value (Results 1 – 14 of 14) 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()
81 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()
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()
79 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()
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
485 vector<string> value = Values(command); in IsResolutionArgValid() local497 bool CommandParser::IsResolutionRangeValid(string value) in IsResolutionRangeValid()
397 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()
62 void CommandLineInterface::SendJsonData(const Json::Value& value) in SendJsonData()
103 int value = atoi(str.data()); in ToUint8() local