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.cpp234 json model; in ReadActions() local
243 void VirtualKeyboardBuilder::ReadModel(const nlohmann::json &model, int32_t level) in ReadModel()
263 void VirtualKeyboardBuilder::ReadAction(const nlohmann::json &model) in ReadAction()
284 void VirtualKeyboardBuilder::HandleDown(const nlohmann::json &model) in HandleDown()
294 void VirtualKeyboardBuilder::HandleUp(const nlohmann::json &model) in HandleUp()
304 void VirtualKeyboardBuilder::HandleWait(const nlohmann::json &model) in HandleWait()
329 json model; in ReadRawInput() local
339 void VirtualKeyboardBuilder::ReadRawModel(const nlohmann::json &model, int32_t level) in ReadRawModel()
364 void VirtualKeyboardBuilder::ReadRawData(const nlohmann::json &model) in ReadRawData()
Dvirtual_mouse_builder.cpp360 json model; in ReadActions() local
369 void VirtualMouseBuilder::ReadModel(const nlohmann::json &model, int32_t level) in ReadModel()
384 void VirtualMouseBuilder::ReadAction(const nlohmann::json &model) in ReadAction()
407 void VirtualMouseBuilder::HandleDown(const nlohmann::json &model) in HandleDown()
420 void VirtualMouseBuilder::HandleMove(const nlohmann::json &model) in HandleMove()
438 void VirtualMouseBuilder::HandleUp(const nlohmann::json &model) in HandleUp()
451 void VirtualMouseBuilder::HandleScroll(const nlohmann::json &model) in HandleScroll()
462 void VirtualMouseBuilder::HandleWait(const nlohmann::json &model) in HandleWait()
476 json model; in ReadRawInput() local
485 void VirtualMouseBuilder::ReadRawModel(const nlohmann::json &model, int32_t level) in ReadRawModel()
[all …]
Dvirtual_touchscreen_builder.cpp385 json model; in ReadActions() local
394 void VirtualTouchScreenBuilder::ReadModel(const nlohmann::json &model, int32_t level) in ReadModel()
409 void VirtualTouchScreenBuilder::ReadAction(const nlohmann::json &model) in ReadAction()
432 int32_t VirtualTouchScreenBuilder::GetModelValue(const nlohmann::json &model, const std::string &ta… in GetModelValue()
442 void VirtualTouchScreenBuilder::HandleDown(const nlohmann::json &model) in HandleDown()
454 void VirtualTouchScreenBuilder::HandleMove(const nlohmann::json &model) in HandleMove()
466 void VirtualTouchScreenBuilder::HandleUp(const nlohmann::json &model) in HandleUp()
474 void VirtualTouchScreenBuilder::HandleMoveTo(const nlohmann::json &model) in HandleMoveTo()
486 void VirtualTouchScreenBuilder::HandleWait(const nlohmann::json &model) in HandleWait()
499 json model; in ReadRawInput() local
[all …]
Dvirtual_device_builder.cpp385 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/oem_property/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.cpp238 const char *model = "model"; variable