Home
last modified time | relevance | path

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

12

/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/util/
DJsonReader.cpp307 bool Value::Add(const char* key, const char* value) in Add()
320 bool Value::Add(const char* key, bool value) in Add()
333 bool Value::Add(const char* key, int32_t value) in Add()
338 bool Value::Add(const char* key, uint32_t value) in Add()
343 bool Value::Add(const char* key, int64_t value) in Add()
348 bool Value::Add(const char* key, double value) in Add()
361 bool Value::Add(const char* key, const Value& value) in Add()
374 bool Value::Add(const char* value) in Add()
387 bool Value::Add(bool value) in Add()
400 bool Value::Add(int32_t value) in Add()
[all …]
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.cpp51 void TraceTool::SendTraceData(const Json2::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.cpp516 vector<string> value = Values(command); in IsResolutionArgValid() local
528 bool CommandParser::IsResolutionRangeValid(string value) in IsResolutionRangeValid()
1054 std::string value = Value("sid"); in IsSidValid() local
/ide/tools/previewer/jsapp/
DJsApp.cpp84 void JsApp::SetJsAppPath(const string& value) in SetJsAppPath()
89 void JsApp::SetScreenDensity(const std::string value) in SetScreenDensity()
94 void JsApp::SetConfigChanges(const std::string value) in SetConfigChanges()
99 void JsApp::SetUrlPath(const string& value) in SetUrlPath()
121 void JsApp::SetIsDebug(bool value) in SetIsDebug()
126 void JsApp::SetDebugServerPort(uint16_t value) in SetDebugServerPort()
146 void JsApp::SetArgsColorMode(const string& value) in SetArgsColorMode()
151 void JsApp::SetArgsAceVersion(const string& value) in SetArgsAceVersion()
/ide/tools/previewer/test/mock/jsapp/
DMockJsApp.cpp29 void JsApp::SetArgsColorMode(const std::string& value) {} in SetArgsColorMode()
30 void JsApp::SetArgsAceVersion(const std::string& value) {} in SetArgsAceVersion()
35 void JsApp::SetScreenDensity(const std::string value) {} in SetScreenDensity()
36 void JsApp::SetConfigChanges(const std::string value) {} in SetConfigChanges()
DMockJsAppImpl.cpp54 void JsAppImpl::SetArgsColorMode(const string& value) in SetArgsColorMode()
113 void JsAppImpl::SetArgsAceVersion(const std::string& value) in SetArgsAceVersion()
118 void JsAppImpl::SetScreenDensity(const std::string value) in SetScreenDensity()
123 void JsAppImpl::SetConfigChanges(const std::string value) in SetConfigChanges()
/ide/tools/previewer/mock/
DVirtualScreen.cpp90 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()
236 void VirtualScreen::SetDropFrameFrequency(const int32_t& value) in SetDropFrameFrequency()
322 void VirtualScreen::SetFoldable(const bool value) in SetFoldable()
332 void VirtualScreen::SetFoldStatus(const std::string& value) in SetFoldStatus()
/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/test/unittest/util/
DEndianUtilTest.cpp31 uint32_t value = 0x12345678; in TEST() local
DCppTimerManagerTest.cpp37 int value = 1; in TEST() local
DJsonReaderTest.cpp205 std::string value = name.AsString(); in TEST() local
219 std::string value = name.AsString(); in TEST() local
233 std::string value = name.AsString(); in TEST() local
247 std::string value = name.AsString(); in TEST() local
399 Json2::Value value = JsonReader::CreateNull(); in TEST() local
DCommandParserTest.cpp1029 int value = 1; in TEST_F() local
1123 int32_t value = 1080; in TEST_F() local
1129 int32_t value = 2504; in TEST_F() local
/ide/tools/previewer/test/mock/mock/
DMockVirtualScreen.cpp61 void VirtualScreen::SetDropFrameFrequency(const int32_t& value) in SetDropFrameFrequency()
72 void VirtualScreen::SetFoldStatus(const std::string& value) in SetFoldStatus()
/ide/tools/previewer/test/fuzztest/paramsparse_fuzzer/
DParamsParseFuzzer.cpp58 for (const std::string& value : param.values) { in SetTestArgs() local
/ide/tools/previewer/automock/mock-generate/src/generate/
DgenerateCommonMethod.ts41 value: MethodEntity | FunctionEntity | MethodSignatureEntity, property
/ide/tools/previewer/automock/mock-generate/src/
Dmain.ts123 const value = dtsFileList[index]; constant
/ide/tools/previewer/jsapp/rich/
DJsAppImpl.cpp667 void JsAppImpl::SetArgsColorMode(const string& value) in SetArgsColorMode()
672 void JsAppImpl::SetArgsAceVersion(const string& value) in SetArgsAceVersion()
677 void JsAppImpl::SetDeviceOrentation(const string& value) in SetDeviceOrentation()
730 void JsAppImpl::SetScreenDensity(const std::string value) in SetScreenDensity()
735 void JsAppImpl::SetConfigChanges(const std::string value) in SetConfigChanges()
982 void JsAppImpl::UpdateAvoidArea2Ide(const std::string& key, const OHOS::Rosen::Rect& value) in UpdateAvoidArea2Ide()
/ide/tools/previewer/automock/mock-generate/src/test/
DgenerateCommonUtil.test.ts64 const value = 'rpc.RemoteObject'; constant
/ide/tools/previewer/cli/
DCommandLineInterface.cpp62 void CommandLineInterface::SendJsonData(const Json2::Value& value) in SendJsonData()

12