Searched refs:ReadRawModel (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/base/msdp/device_status/tools/vdev/src/ |
H A D | virtual_keyboard_builder.cpp | 338 ReadRawModel(model, MAXIMUM_LEVEL_ALLOWED); in ReadRawInput() 341 void VirtualKeyboardBuilder::ReadRawModel(const nlohmann::json &model, int32_t level) in ReadRawModel() function in OHOS::Msdp::DeviceStatus::VirtualKeyboardBuilder 361 ReadRawModel(m, level - 1); in ReadRawModel()
|
H A D | virtual_mouse_builder.cpp | 485 ReadRawModel(model, MAXIMUM_LEVEL_ALLOWED); in ReadRawInput() 488 void VirtualMouseBuilder::ReadRawModel(const nlohmann::json &model, int32_t level) in ReadRawModel() function in OHOS::Msdp::DeviceStatus::VirtualMouseBuilder 503 ReadRawModel(m, level - 1); in ReadRawModel()
|
H A D | virtual_touchscreen_builder.cpp | 507 ReadRawModel(model, MAXIMUM_LEVEL_ALLOWED); in ReadRawInput() 510 void VirtualTouchScreenBuilder::ReadRawModel(const nlohmann::json &model, int32_t level) in ReadRawModel() function in OHOS::Msdp::DeviceStatus::VirtualTouchScreenBuilder 525 ReadRawModel(m, level - 1); in ReadRawModel()
|
/ohos5.0/base/msdp/device_status/tools/vdev/include/ |
H A D | virtual_keyboard_builder.h | 49 static void ReadRawModel(const nlohmann::json &model, int32_t level);
|
H A D | virtual_mouse_builder.h | 58 static void ReadRawModel(const nlohmann::json &model, int32_t level);
|
H A D | virtual_touchscreen_builder.h | 57 static void ReadRawModel(const nlohmann::json &model, int32_t level);
|