| /ide/tools/previewer/test/unittest/jsapp_lite/ |
| H A D | TimerTaskHandlerTest.cpp | 33 bool value = false; in TEST() local
|
| /ide/tools/previewer/test/unittest/util/ |
| H A D | EndianUtilTest.cpp | 30 uint32_t value = 0x12345678; in TEST() local
|
| H A D | CppTimerManagerTest.cpp | 36 int value = 1; in TEST() local
|
| H A D | CommandParserTest.cpp | 1028 int value = 1; in TEST_F() local 1122 int32_t value = 1080; TEST_F() local 1128 int32_t value = 2504; TEST_F() local [all...] |
| H A D | JsonReaderTest.cpp | 204 std::string value = name.AsString(); in TEST() local 218 std::string value = name.AsString(); in TEST() local 232 std::string value = name.AsString(); in TEST() local 246 std::string value = name.AsString(); in TEST() local 398 Json2::Value value in TEST() local [all...] |
| /ide/tools/previewer/util/ |
| H A D | CppTimer.cpp | 26 void CppTimer::Start(int64_t value) in Start() argument
|
| H A D | ModelManager.cpp | 44 void ModelManager::SetCurrentDevice(const std::string& value) in SetCurrentDevice() argument
|
| H A D | PublicMethods.cpp | 18 uint32_t PublicMethods::Ulltoa(uintptr_t value, int8_t (&rstStr)[MAX_ITOA_BIT]) in Ulltoa() argument
|
| H A D | TraceTool.cpp | 49 void TraceTool::SendTraceData(const Json2::Value& value) in SendTraceData() argument
|
| H A D | SharedData.h | 153 T value; member in SharedData
|
| H A D | JsonReader.cpp | 305 bool Value::Add(const char* key, const char* value) in Add() argument 318 bool Value::Add(const char* key, bool value) in Add() argument 331 bool Value::Add(const char* key, int32_t value) in Add() argument 336 bool Value::Add(const char* key, uint32_t value) in Add() argument 341 bool Value::Add(const char* key, int64_t value) in Add() argument 346 Add(const char* key, double value) Add() argument 359 Add(const char* key, const Value& value) Add() argument 372 Add(const char* value) Add() argument 385 Add(bool value) Add() argument 398 Add(int32_t value) Add() argument 403 Add(uint32_t value) Add() argument 408 Add(int64_t value) Add() argument 413 Add(double value) Add() argument 427 Add(const Value& value) Add() argument 440 Replace(const char* key, bool value) Replace() argument 456 Replace(const char* key, int32_t value) Replace() argument 461 Replace(const char* key, uint32_t value) Replace() argument 466 Replace(const char* key, int64_t value) Replace() argument 471 Replace(const char* key, double value) Replace() argument 487 Replace(const char* key, const char* value) Replace() argument 503 Replace(const char* key, const Value& value) Replace() argument 520 Replace(int index, bool value) Replace() argument 536 Replace(int index, int32_t value) Replace() argument 541 Replace(int index, uint32_t value) Replace() argument 546 Replace(int index, int64_t value) Replace() argument 551 Replace(int index, double value) Replace() argument 567 Replace(int index, const char* value) Replace() argument 583 Replace(int index, const Value& value) Replace() argument 663 CreateBool(const bool value) CreateBool() argument 668 CreateString(const std::string& value) CreateString() argument 673 DepthCopy(const Json2::Value& value) DepthCopy() argument [all...] |
| H A D | CommandParser.cpp | 519 std::vector<std::string> value = Values(command); in IsResolutionArgValid() local 531 bool CommandParser::IsResolutionRangeValid(std::string value) in IsResolutionRangeValid() argument
|
| /ide/tools/previewer/jsapp/lite/ |
| H A D | TimerTaskHandler.cpp | 62 void TimerTaskHandler::CheckBarometerChanged(uint32_t value) in CheckBarometerChanged() argument 69 void TimerTaskHandler::CheckStepCountChanged(uint32_t value) in CheckStepCountChanged() argument 76 void TimerTaskHandler::CheckHeartRateChanged(uint8_t value) in CheckHeartRateChanged() argument 83 CheckOnBodyStateChanged(bool value) CheckOnBodyStateChanged() argument 97 CheckBrightnessValueChanged(uint8_t value) CheckBrightnessValueChanged() argument [all...] |
| /ide/tools/previewer/mock/lite/ |
| H A D | BrightnessModuleImpl.cpp | 24 int32_t BrightnessImpl::SetValueImpl(uint8_t value) in SetValueImpl() argument 33 int32_t BrightnessImpl::GetValueImpl(uint8_t& value) in GetValueImpl() argument
|
| H A D | VirtualLocation.cpp | 47 void VirtualLocation::SetSubscribe(bool value) in SetSubscribe() argument
|
| /ide/tools/previewer/test/mock/jsapp/ |
| H A D | MockJsApp.cpp | 43 void JsApp::SetArgsColorMode(const std::string& value) { in SetArgsColorMode() argument 46 void JsApp::SetArgsAceVersion(const std::string& value) { in SetArgsAceVersion() argument 61 void JsApp::SetScreenDensity(const std::string value) { in SetScreenDensity() argument 64 void JsApp::SetConfigChanges(const std::string value) { in SetConfigChanges() argument
|
| H A D | MockJsAppImpl.cpp | 52 void JsAppImpl::SetArgsColorMode(const std::string& value) in SetArgsColorMode() argument 111 void JsAppImpl::SetArgsAceVersion(const std::string& value) in SetArgsAceVersion() argument 116 void JsAppImpl::SetScreenDensity(const std::string value) in SetScreenDensity() argument 121 void JsAppImpl::SetConfigChanges(const std::string value) in SetConfigChanges() argument
|
| /ide/tools/previewer/test/mock/mock/ |
| H A D | MockVirtualScreen.cpp | 62 void VirtualScreen::SetDropFrameFrequency(const int32_t& value) in SetDropFrameFrequency() argument 73 void VirtualScreen::SetFoldStatus(const std::string& value) in SetFoldStatus() argument
|
| /ide/tools/previewer/cli/ |
| H A D | CommandLineInterface.cpp | 60 void CommandLineInterface::SendJsonData(const Json2::Value& value) in SendJsonData() argument
|
| H A D | CommandLine.cpp | 101 int value = atoi(str.data()); in ToUint8() local [all...] |
| /ide/tools/previewer/jsapp/ |
| H A D | JsApp.cpp | 82 void JsApp::SetJsAppPath(const std::string& value) in SetJsAppPath() argument 87 void JsApp::SetScreenDensity(const std::string value) in SetScreenDensity() argument 92 void JsApp::SetConfigChanges(const std::string value) in SetConfigChanges() argument 97 void JsApp::SetUrlPath(const std::string& value) in SetUrlPath() argument 119 void JsApp::SetIsDebug(bool value) in SetIsDebug() argument 124 SetDebugServerPort(uint16_t value) SetDebugServerPort() argument 144 SetArgsColorMode(const std::string& value) SetArgsColorMode() argument 149 SetArgsAceVersion(const std::string& value) SetArgsAceVersion() argument [all...] |
| /ide/tools/previewer/test/unittest/jsapp/ |
| H A D | JsAppImplTest.cpp | 564 const OHOS::Rosen::Rect value = {0, 0, 0, 0}; in TEST_F() local
|
| /ide/tools/previewer/mock/ |
| H A D | VirtualScreen.cpp | 88 void VirtualScreen::SetOrignalWidth(const int32_t& value) in SetOrignalWidth() argument 98 void VirtualScreen::SetOrignalHeight(const int32_t& value) in SetOrignalHeight() argument 108 void VirtualScreen::SetCompressionWidth(const int32_t& value) in SetCompressionWidth() argument 118 void VirtualScreen::SetCompressionHeight(const int32_t& value) in SetCompressionHeight() argument 233 void VirtualScreen::SetDropFrameFrequency(const int32_t& value) in SetDropFrameFrequency() argument 319 SetFoldable(const bool value) SetFoldable() argument 329 SetFoldStatus(const std::string& value) SetFoldStatus() argument [all...] |
| /ide/tools/previewer/jsapp/rich/ |
| H A D | JsAppImpl.cpp | 673 void JsAppImpl::SetArgsColorMode(const std::string& value) in SetArgsColorMode() argument 678 void JsAppImpl::SetArgsAceVersion(const std::string& value) in SetArgsAceVersion() argument 683 void JsAppImpl::SetDeviceOrentation(const std::string& value) in SetDeviceOrentation() argument 736 void JsAppImpl::SetScreenDensity(const std::string value) in SetScreenDensity() argument 741 void JsAppImpl::SetConfigChanges(const std::string value) in SetConfigChanges() argument 992 UpdateAvoidArea2Ide(const std::string& key, const OHOS::Rosen::Rect& value) UpdateAvoidArea2Ide() argument 1078 SetComponentTestModeConfig(const std::string value) SetComponentTestModeConfig() argument [all...] |