Home
last modified time | relevance | path

Searched defs:model (Results 1 – 8 of 8) sorted by relevance

/base/msdp/device_status/tools/vdev/src/
Dvirtual_keyboard_builder.cpp236 json model; in ReadActions() local
246 void VirtualKeyboardBuilder::ReadModel(const nlohmann::json &model, int32_t level) in ReadModel()
266 void VirtualKeyboardBuilder::ReadAction(const nlohmann::json &model) in ReadAction()
287 void VirtualKeyboardBuilder::HandleDown(const nlohmann::json &model) in HandleDown()
297 void VirtualKeyboardBuilder::HandleUp(const nlohmann::json &model) in HandleUp()
307 void VirtualKeyboardBuilder::HandleWait(const nlohmann::json &model) in HandleWait()
332 json model; in ReadRawInput() local
342 void VirtualKeyboardBuilder::ReadRawModel(const nlohmann::json &model, int32_t level) in ReadRawModel()
367 void VirtualKeyboardBuilder::ReadRawData(const nlohmann::json &model) in ReadRawData()
Dvirtual_mouse_builder.cpp377 json model; in ReadActions() local
386 void VirtualMouseBuilder::ReadModel(const nlohmann::json &model, int32_t level) in ReadModel()
401 void VirtualMouseBuilder::ReadAction(const nlohmann::json &model) in ReadAction()
424 void VirtualMouseBuilder::HandleDown(const nlohmann::json &model) in HandleDown()
437 void VirtualMouseBuilder::HandleMove(const nlohmann::json &model) in HandleMove()
455 void VirtualMouseBuilder::HandleUp(const nlohmann::json &model) in HandleUp()
468 void VirtualMouseBuilder::HandleScroll(const nlohmann::json &model) in HandleScroll()
479 void VirtualMouseBuilder::HandleWait(const nlohmann::json &model) in HandleWait()
493 json model; in ReadRawInput() local
502 void VirtualMouseBuilder::ReadRawModel(const nlohmann::json &model, int32_t level) in ReadRawModel()
[all …]
Dvirtual_touchscreen_builder.cpp395 json model; in ReadActions() local
404 void VirtualTouchScreenBuilder::ReadModel(const nlohmann::json &model, int32_t level) in ReadModel()
419 void VirtualTouchScreenBuilder::ReadAction(const nlohmann::json &model) in ReadAction()
442 void VirtualTouchScreenBuilder::HandleDown(const nlohmann::json &model) in HandleDown()
463 void VirtualTouchScreenBuilder::HandleMove(const nlohmann::json &model) in HandleMove()
484 void VirtualTouchScreenBuilder::HandleUp(const nlohmann::json &model) in HandleUp()
495 void VirtualTouchScreenBuilder::HandleMoveTo(const nlohmann::json &model) in HandleMoveTo()
516 void VirtualTouchScreenBuilder::HandleWait(const nlohmann::json &model) in HandleWait()
529 json model; in ReadRawInput() local
538 void VirtualTouchScreenBuilder::ReadRawModel(const nlohmann::json &model, int32_t level) in ReadRawModel()
[all …]
Dvirtual_device_builder.cpp376 int32_t VirtualDeviceBuilder::ReadFile(const char *path, json &model) in ReadFile()
/base/web/webview/test/unittest/ohos_adapter/system_properties_adapter/
Dsystem_properties_adapter_test.cpp54 std::string model = SystemPropertiesAdapterImpl::GetInstance().GetDeviceInfoProductModel(); variable
/base/security/device_security_level/common/include/
Ddslm_cred.h47 char model[CRED_INFO_MODEL_LEN]; member
/base/update/updater/services/include/fs_manager/
Dpartitions.h72 std::string model; // description of hardware(manufacturer, model) member
/base/security/huks/test/unittest/huks_standard_test/module_test/service_test/huks_service/core/src/
Dhks_client_service_test.cpp237 const char *model = "model"; variable