Home
last modified time | relevance | path

Searched refs:ReadRawModel (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/msdp/device_status/tools/vdev/src/
H A Dvirtual_keyboard_builder.cpp338 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 Dvirtual_mouse_builder.cpp485 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 Dvirtual_touchscreen_builder.cpp507 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 Dvirtual_keyboard_builder.h49 static void ReadRawModel(const nlohmann::json &model, int32_t level);
H A Dvirtual_mouse_builder.h58 static void ReadRawModel(const nlohmann::json &model, int32_t level);
H A Dvirtual_touchscreen_builder.h57 static void ReadRawModel(const nlohmann::json &model, int32_t level);