| /ide/tools/previewer/jsapp/lite/ |
| D | TimerTaskHandler.cpp | 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()
|
| /ide/tools/previewer/util/ |
| D | JsonReader.cpp | 307 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 …]
|
| D | ModelManager.cpp | 45 void ModelManager::SetCurrentDevice(const string& value) in SetCurrentDevice()
|
| D | PublicMethods.cpp | 20 uint32_t PublicMethods::Ulltoa(uintptr_t value, int8_t (&rstStr)[MAX_ITOA_BIT]) in Ulltoa()
|
| D | CppTimer.cpp | 29 void CppTimer::Start(int64_t value) in Start()
|
| D | TraceTool.cpp | 51 void TraceTool::SendTraceData(const Json2::Value& value) in SendTraceData()
|
| D | SharedData.h | 34 …SharedData(SharedDataType type, T v, T min = T(), T max = T()) : value(v), minValue(min), maxValue… in value() function
|
| D | CommandParser.cpp | 516 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/ |
| D | JsApp.cpp | 84 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/ |
| D | MockJsApp.cpp | 29 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()
|
| D | MockJsAppImpl.cpp | 54 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/ |
| D | VirtualScreen.cpp | 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() 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/ |
| D | BrightnessModuleImpl.cpp | 24 int32_t BrightnessImpl::SetValueImpl(uint8_t value) in SetValueImpl() 33 int32_t BrightnessImpl::GetValueImpl(uint8_t& value) in GetValueImpl()
|
| D | VirtualLocation.cpp | 47 void VirtualLocation::SetSubscribe(bool value) in SetSubscribe()
|
| /ide/tools/previewer/test/unittest/util/ |
| D | EndianUtilTest.cpp | 31 uint32_t value = 0x12345678; in TEST() local
|
| D | CppTimerManagerTest.cpp | 37 int value = 1; in TEST() local
|
| D | JsonReaderTest.cpp | 205 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
|
| D | CommandParserTest.cpp | 1029 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/ |
| D | MockVirtualScreen.cpp | 61 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/ |
| D | ParamsParseFuzzer.cpp | 58 for (const std::string& value : param.values) { in SetTestArgs() local
|
| /ide/tools/previewer/automock/mock-generate/src/generate/ |
| D | generateCommonMethod.ts | 41 value: MethodEntity | FunctionEntity | MethodSignatureEntity, property
|
| /ide/tools/previewer/automock/mock-generate/src/ |
| D | main.ts | 123 const value = dtsFileList[index]; constant
|
| /ide/tools/previewer/jsapp/rich/ |
| D | JsAppImpl.cpp | 667 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/ |
| D | generateCommonUtil.test.ts | 64 const value = 'rpc.RemoteObject'; constant
|
| /ide/tools/previewer/cli/ |
| D | CommandLineInterface.cpp | 62 void CommandLineInterface::SendJsonData(const Json2::Value& value) in SendJsonData()
|